Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
HDwait.h136 linux_wake_up(wqh, TASK_INTERRUPTIBLE, 1, false)
138 linux_wake_up(wqh, TASK_INTERRUPTIBLE, 0, false)
191 TASK_INTERRUPTIBLE, NULL); \
196 TASK_INTERRUPTIBLE, NULL); \
200 __wait_event_common(wqh, cond, timeout, TASK_INTERRUPTIBLE, \
212 TASK_INTERRUPTIBLE, NULL); \
222 TASK_INTERRUPTIBLE, &(lock)); \
HDsched.h55 #define TASK_INTERRUPTIBLE 0x0001 macro
57 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)
168 set_current_state(TASK_INTERRUPTIBLE); \
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
HDlinux_schedule.c52 flags = SLEEPQ_SLEEP | ((state & TASK_INTERRUPTIBLE) != 0 ? in linux_add_to_sleepqueue()
60 if ((state & TASK_INTERRUPTIBLE) != 0) { in linux_add_to_sleepqueue()
154 if ((state & TASK_INTERRUPTIBLE) == 0) in linux_signal_pending_state()
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
HDib_fmr_pool.c197 set_current_state(TASK_INTERRUPTIBLE); in ib_fmr_cleanup_thread()
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_zcopy.c161 prepare_to_wait(sk->sk_sleep, &wait, TASK_INTERRUPTIBLE); in sdp_wait_rdmardcompl()
/freebsd-11-stable/sys/dev/netmap/
HDnetmap_kloop.c840 set_current_state(TASK_INTERRUPTIBLE); in netmap_sync_kloop()