Searched refs:TASK_FREEZABLE (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ |
| A D | livepatch_sched.h | 17 READ_ONCE(curr->__state) & TASK_FREEZABLE) in klp_sched_try_switch()
|
| A D | wait.h | 369 ___wait_event(wq_head, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), \ 428 (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 0, timeout, \ 650 ___wait_event(wq, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 1, 0,\
|
| A D | sched.h | 119 #define TASK_FREEZABLE 0x00002000 macro 129 #define TASK_FREEZABLE_UNSAFE (TASK_FREEZABLE | __TASK_FREEZABLE_UNSAFE)
|
Completed in 17 milliseconds