Searched refs:TASK_UNINTERRUPTIBLE (Results 1 – 5 of 5) sorted by relevance
/external/kernel-headers/original/linux/ |
D | wait.h | 146 #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); \
|
D | jbd.h | 1007 current->state = TASK_UNINTERRUPTIBLE; \
|
D | sched.h | 143 #define TASK_UNINTERRUPTIBLE 2 macro
|
/external/kernel-headers/original/linux/raid/ |
D | md_k.h | 341 set_current_state(TASK_UNINTERRUPTIBLE); \
|
/external/e2fsprogs/lib/ext2fs/ |
D | kernel-jbd.h | 777 current->state = TASK_UNINTERRUPTIBLE; \
|