Home
last modified time | relevance | path

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

/include/linux/
Dwait.h153 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)
154 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
155 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL)
156 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE, 1)
250 prepare_to_wait(&wq, &__wait, TASK_INTERRUPTIBLE); \
291 prepare_to_wait(&wq, &__wait, TASK_INTERRUPTIBLE); \
337 TASK_INTERRUPTIBLE); \
348 TASK_INTERRUPTIBLE, NULL); \
Dsched.h175 #define TASK_INTERRUPTIBLE 1 macro
192 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)
196 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \
2150 if (!(state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL))) in signal_pending_state()
2155 return (state & TASK_INTERRUPTIBLE) || __fatal_signal_pending(p); in signal_pending_state()
/include/drm/
Ddrm_os_linux.h90 __set_current_state(TASK_INTERRUPTIBLE); \