Lines Matching refs:TASK_INTERRUPTIBLE
171 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)
172 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
173 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL)
174 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE, 1)
184 __wake_up(x, TASK_INTERRUPTIBLE, 1, (void *) (m))
186 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, 1, (void *) (m))
198 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \
286 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \
345 TASK_INTERRUPTIBLE, 0, timeout, \
400 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \
429 TASK_INTERRUPTIBLE, 0, timeout, \
535 TASK_INTERRUPTIBLE); \
540 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
554 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
576 set_current_state(TASK_INTERRUPTIBLE); \
808 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \
882 TASK_INTERRUPTIBLE, 0, timeout, \