Searched refs:TASK_SIZE_OF (Results 1 – 8 of 8) sorted by relevance
47 #define TASK_SIZE_OF(tsk) \ macro51 #define TASK_SIZE TASK_SIZE_OF(current)
26 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro27 #define TASK_SIZE TASK_SIZE_OF(current)
91 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_31BIT) ? \ macro95 #define TASK_SIZE TASK_SIZE_OF(current)
77 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \ macro
30 #define TASK_SIZE_OF(tsk) \ macro
64 #define TASK_SIZE_OF(tsk) \ macro
68 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
2169 #ifndef TASK_SIZE_OF2170 #define TASK_SIZE_OF(tsk) TASK_SIZE macro
Completed in 18 milliseconds