Searched refs:TASK_UNINTERRUPTIBLE (Results 1 - 5 of 5) sorted by relevance

/include/linux/
H A Dwriteback.h107 wait_on_bit(&inode->i_state, __I_NEW, TASK_UNINTERRUPTIBLE);
H A Dwait.h244 (void)___wait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
252 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
268 TASK_UNINTERRUPTIBLE, 0, timeout, \
277 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
299 (void)___wait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
309 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
415 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
430 TASK_UNINTERRUPTIBLE); \
647 (void)___wait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
665 * The process is put to sleep (TASK_UNINTERRUPTIBLE) unti
[all...]
H A Dsched.h205 #define TASK_UNINTERRUPTIBLE 2 macro
225 #define TASK_KILLABLE (TASK_WAKEKILL | TASK_UNINTERRUPTIBLE)
230 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)
235 TASK_UNINTERRUPTIBLE | __TASK_STOPPED | \
243 ((task->state & TASK_UNINTERRUPTIBLE) != 0 && \
256 * set_current_state(TASK_UNINTERRUPTIBLE);
H A Djbd.h964 current->state = TASK_UNINTERRUPTIBLE; \
H A Djbd2.h1259 current->state = TASK_UNINTERRUPTIBLE; \

Completed in 276 milliseconds