Home
last modified time | relevance | path

Searched refs:TASK_UNINTERRUPTIBLE (Results 1 – 8 of 8) sorted by relevance

/include/linux/
A Drcupdate_wait.h35 #define wait_rcu_gp(...) _wait_rcu_gp(false, TASK_UNINTERRUPTIBLE, __VA_ARGS__)
60 _wait_rcu_gp(IS_ENABLED(CONFIG_TINY_RCU), TASK_UNINTERRUPTIBLE, __VA_ARGS__)
A Dwait_bit.h281 ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
284 ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
372 TASK_UNINTERRUPTIBLE, 0, timeout, \
489 wait_var_event_any_lock(var, condition, lock, spin, TASK_UNINTERRUPTIBLE)
510 wait_var_event_any_lock(var, condition, lock, mutex, TASK_UNINTERRUPTIBLE)
A Ddelay.h77 usleep_range_state(min, max, TASK_UNINTERRUPTIBLE); in usleep_range()
A Dwait.h330 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
354 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
395 TASK_UNINTERRUPTIBLE, 0, timeout, \
445 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \
458 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
592 TASK_UNINTERRUPTIBLE); \
1007 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
1191 TASK_UNINTERRUPTIBLE); \
A Dswait.h183 (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \
195 TASK_UNINTERRUPTIBLE, timeout, \
A Dsched.h104 #define TASK_UNINTERRUPTIBLE 0x00000002 macro
132 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE)
136 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD)
139 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)
143 TASK_UNINTERRUPTIBLE | __TASK_STOPPED | \
1697 state = TASK_UNINTERRUPTIBLE; in __task_state_index()
/include/linux/sched/
A Dmm.h295 __set_current_state(TASK_UNINTERRUPTIBLE); in memalloc_retry_wait()
/include/trace/events/
A Dsched.h256 { TASK_UNINTERRUPTIBLE, "D" },

Completed in 24 milliseconds