Searched defs:TASK_SIZE_OF (Results 1 – 8 of 8) sorted by relevance
39 #define TASK_SIZE_OF(tsk) \ macro
65 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
35 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro
77 #define TASK_SIZE_OF(tsk) ((tsk)->mm->context.asce_limit) macro
70 #define TASK_SIZE_OF(tsk) \ macro
120 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
755 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \ macro
3162 #define TASK_SIZE_OF(tsk) TASK_SIZE macro