Searched refs:TASK_SIZE_OF (Results 1 – 6 of 6) sorted by relevance
27 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro28 #define TASK_SIZE TASK_SIZE_OF(current)
39 #define TASK_SIZE_OF(tsk) \ macro
64 #define TASK_SIZE_OF(tsk) \ macro
71 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
2313 #ifndef TASK_SIZE_OF2314 #define TASK_SIZE_OF(tsk) TASK_SIZE in task_is_runnable() 2342 #define TASK_SIZE_OF( global() macro
1471 } else if (TASK_SIZE_OF(current) < full_va_range) { in panthor_vm_pool_create_vm() 1476 user_va_range = TASK_SIZE_OF(current); in panthor_vm_pool_create_vm()