Searched refs:TASK_INTERRUPTIBLE (Results 1 – 8 of 8) sorted by relevance
/include/linux/ |
D | wait.h | 214 #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 …]
|
D | swait.h | 220 ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ 233 TASK_INTERRUPTIBLE, timeout, \
|
D | wait_bit.h | 309 ___wait_var_event(var, condition, TASK_INTERRUPTIBLE, 0, 0, \
|
D | sched.h | 77 #define TASK_INTERRUPTIBLE 0x0001 macro 102 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) 105 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \
|
/include/drm/ |
D | drm_os_linux.h | 40 __set_current_state(TASK_INTERRUPTIBLE); \
|
/include/linux/sched/ |
D | signal.h | 364 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/ |
D | sched.h | 172 { TASK_INTERRUPTIBLE, "S" },
|
/include/net/ |
D | sock.h | 1020 TASK_INTERRUPTIBLE, \
|