Searched refs:TASK_SIZE_OF (Results 1 – 8 of 8) sorted by relevance
36 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro37 #define TASK_SIZE TASK_SIZE_OF(current)
100 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_31BIT) ? \ macro104 #define TASK_SIZE TASK_SIZE_OF(current)
145 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro147 #define TASK_SIZE TASK_SIZE_OF(current)
36 #define TASK_SIZE_OF(tsk) \ macro
59 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
77 #define TASK_SIZE_OF(tsk) \ macro
1766 #ifndef TASK_SIZE_OF1767 #define TASK_SIZE_OF(tsk) TASK_SIZE macro
898 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \ macro