Home
last modified time | relevance | path

Searched refs:TASK_NOLOAD (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/kernel/
H A Dhung_task.c264 !(state & TASK_NOLOAD)) in check_hung_uninterruptible_tasks()
/linux-6.15/include/linux/
H A Dsched.h115 #define TASK_NOLOAD 0x00000400 macro
135 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD)
/linux-6.15/kernel/sched/
H A Dcore.c6585 !(task_state & TASK_NOLOAD) && in try_to_block_task()
7794 if (state_filter == TASK_UNINTERRUPTIBLE && (state & TASK_NOLOAD)) in state_filter_match()