Searched refs:TASK_INTERRUPTIBLE (Results 1 - 4 of 4) sorted by relevance

/include/linux/
H A Dwait.h168 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)
169 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
170 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL)
171 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE, 1)
181 __wake_up(x, TASK_INTERRUPTIBLE, 1, (void *) (m))
183 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, 1, (void *) (m))
195 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \
324 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \
332 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
352 TASK_INTERRUPTIBLE,
[all...]
H A Dsched.h204 #define TASK_INTERRUPTIBLE 1 macro
230 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)
234 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \
2749 if (!(state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL)))
2754 return (state & TASK_INTERRUPTIBLE) || __fatal_signal_pending(p);
H A Dtty.h691 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \
/include/drm/
H A Ddrm_os_linux.h50 __set_current_state(TASK_INTERRUPTIBLE); \

Completed in 107 milliseconds