Searched refs:TASK_UNINTERRUPTIBLE (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| A D | rcupdate_wait.h | 35 #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 D | wait_bit.h | 281 ___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 D | delay.h | 77 usleep_range_state(min, max, TASK_UNINTERRUPTIBLE); in usleep_range()
|
| A D | wait.h | 330 (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 D | swait.h | 183 (void)___swait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, \ 195 TASK_UNINTERRUPTIBLE, timeout, \
|
| A D | sched.h | 104 #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 D | mm.h | 295 __set_current_state(TASK_UNINTERRUPTIBLE); in memalloc_retry_wait()
|
| /include/trace/events/ |
| A D | sched.h | 256 { TASK_UNINTERRUPTIBLE, "D" },
|
Completed in 24 milliseconds