-#if TASK_SWAPPER
- /* Task swapper data */
- unsigned short swap_state; /* swap state (e.g. IN/OUT) */
- unsigned short swap_flags; /* swap flags (e.g. MAKE_UNSWAPP) */
- unsigned int swap_stamp; /* when last swapped */
- unsigned long swap_rss; /* size (pages) when last swapped */
- int swap_ast_waiting; /* number of threads that have not */
- /* reached a clean point and halted */
- int swap_nswap; /* number of times this task swapped */
- queue_chain_t swapped_tasks; /* list of non-resident tasks */
-#endif /* TASK_SWAPPER */
-
- /* Activations in this task */
- queue_head_t thr_acts; /* list of thread_activations */
- int thr_act_count;
- int res_act_count;
- int active_act_count; /* have not terminate_self yet */