Searched refs:TASK_SIZE_OF (Results 1 – 7 of 7) sorted by relevance
26 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro27 #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
39 #define TASK_SIZE_OF(tsk) \ macro
64 #define TASK_SIZE_OF(tsk) \ macro
69 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
2279 #ifndef TASK_SIZE_OF2280 #define TASK_SIZE_OF(tsk) TASK_SIZE macro
Completed in 16 milliseconds