Searched refs:TASK_INTERRUPTIBLE (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | wait.h | 138 linux_wake_up(wqh, TASK_INTERRUPTIBLE, 1, false) 140 linux_wake_up(wqh, TASK_INTERRUPTIBLE, 0, false) 193 TASK_INTERRUPTIBLE, NULL); \ 198 TASK_INTERRUPTIBLE, NULL); \ 202 __wait_event_common(wqh, cond, timeout, TASK_INTERRUPTIBLE, \ 214 TASK_INTERRUPTIBLE, NULL); \ 224 TASK_INTERRUPTIBLE, &(lock)); \
|
| H A D | sched.h | 59 #define TASK_INTERRUPTIBLE 0x0001 macro 61 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) 195 set_current_state(TASK_INTERRUPTIBLE); \
|
| /freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-condvar.c | 183 cv_wait_common(cvp, mp, TASK_INTERRUPTIBLE, 1); in __cv_wait_io_sig() 192 cv_wait_common(cvp, mp, TASK_INTERRUPTIBLE, 0); in __cv_wait_sig() 205 cv_wait_common(cvp, mp, TASK_INTERRUPTIBLE, 0); in __cv_wait_idle() 295 rc = __cv_timedwait_common(cvp, mp, exp_time, TASK_INTERRUPTIBLE, 0); in __cv_timedwait_sig() 309 TASK_INTERRUPTIBLE, 0); in __cv_timedwait_idle() 407 TASK_INTERRUPTIBLE); in cv_timedwait_sig_hires() 422 TASK_INTERRUPTIBLE); in cv_timedwait_idle_hires()
|
| H A D | spl-taskq.c | 1041 set_current_state(TASK_INTERRUPTIBLE); in taskq_thread() 1139 set_current_state(TASK_INTERRUPTIBLE); in taskq_thread()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_schedule.c | 66 flags = SLEEPQ_SLEEP | ((state & TASK_INTERRUPTIBLE) != 0 ? in linux_add_to_sleepqueue() 75 if ((state & TASK_INTERRUPTIBLE) != 0) { in linux_add_to_sleepqueue() 167 if ((state & TASK_INTERRUPTIBLE) == 0) in linux_signal_pending_state()
|
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | thread.h | 41 #define TS_SLEEP TASK_INTERRUPTIBLE
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | util.c | 118 set_current_state(TASK_INTERRUPTIBLE); in __mt76_worker_fn()
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_fmr_pool.c | 195 set_current_state(TASK_INTERRUPTIBLE); in ib_fmr_cleanup_thread()
|
| /freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp_zcopy.c | 163 prepare_to_wait(sk->sk_sleep, &wait, TASK_INTERRUPTIBLE); in sdp_wait_rdmardcompl()
|
| /freebsd/sys/dev/netmap/ |
| H A D | netmap_kloop.c | 841 set_current_state(TASK_INTERRUPTIBLE); in netmap_sync_kloop()
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | sdio.c | 1736 set_current_state(TASK_INTERRUPTIBLE); in brcmf_sdio_dcmd_resp_wait()
|