Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dwait.h146 #define wake_up(x) __wake_up(x, TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, 1, NULL)
147 #define wake_up_nr(x, nr) __wake_up(x, TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, nr, NULL)
148 #define wake_up_all(x) __wake_up(x, TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, 0, NULL)
152 #define wake_up_locked(x) __wake_up_locked((x), TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE)
160 prepare_to_wait(&wq, &__wait, TASK_UNINTERRUPTIBLE); \
192 prepare_to_wait(&wq, &__wait, TASK_UNINTERRUPTIBLE); \
Djbd.h1007 current->state = TASK_UNINTERRUPTIBLE; \
Dsched.h143 #define TASK_UNINTERRUPTIBLE 2 macro
/external/kernel-headers/original/linux/raid/
Dmd_k.h341 set_current_state(TASK_UNINTERRUPTIBLE); \
/external/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h777 current->state = TASK_UNINTERRUPTIBLE; \