Searched defs:TASK_SIZE_OF (Results 1 – 6 of 6) sorted by relevance
39 #define TASK_SIZE_OF(tsk) \ macro
50 #define TASK_SIZE_OF(tsk) ((tsk)->mm->context.asce_limit) macro
33 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro
86 #define TASK_SIZE_OF(tsk) \ macro
110 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
898 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \ macro