Home
last modified time | relevance | path

Searched refs:TASK_INTERRUPTIBLE (Results 1 – 8 of 8) sorted by relevance

/include/linux/
Dwait.h214 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)
215 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
216 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL)
217 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE, 1)
229 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m))
231 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, 1, poll_to_key(m))
243 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \
323 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
382 TASK_INTERRUPTIBLE, 0, timeout, \
437 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
[all …]
Dswait.h220 ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \
233 TASK_INTERRUPTIBLE, timeout, \
Dwait_bit.h309 ___wait_var_event(var, condition, TASK_INTERRUPTIBLE, 0, 0, \
Dsched.h77 #define TASK_INTERRUPTIBLE 0x0001 macro
102 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)
105 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \
/include/drm/
Ddrm_os_linux.h40 __set_current_state(TASK_INTERRUPTIBLE); \
/include/linux/sched/
Dsignal.h364 if (!(state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL))) in signal_pending_state()
369 return (state & TASK_INTERRUPTIBLE) || __fatal_signal_pending(p); in signal_pending_state()
/include/trace/events/
Dsched.h172 { TASK_INTERRUPTIBLE, "S" },
/include/net/
Dsock.h1020 TASK_INTERRUPTIBLE, \