Home
last modified time | relevance | path

Searched refs:TASK_UNINTERRUPTIBLE (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h60 #define TASK_UNINTERRUPTIBLE 0x0002 macro
61 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)
199 set_current_state(TASK_UNINTERRUPTIBLE); \
H A Dwait.h183 TASK_UNINTERRUPTIBLE, NULL); \
187 __wait_event_common(wqh, cond, timeout, TASK_UNINTERRUPTIBLE, \
232 TASK_UNINTERRUPTIBLE, &(lock)); \
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-err.c73 set_current_state(TASK_UNINTERRUPTIBLE); in spl_panic()
108 set_current_state(TASK_UNINTERRUPTIBLE); in vcmn_err()
H A Dspl-condvar.c169 cv_wait_common(cvp, mp, TASK_UNINTERRUPTIBLE, 0); in __cv_wait()
176 cv_wait_common(cvp, mp, TASK_UNINTERRUPTIBLE, 1); in __cv_wait_io()
278 TASK_UNINTERRUPTIBLE, 0)); in __cv_timedwait()
286 TASK_UNINTERRUPTIBLE, 1)); in __cv_timedwait_io()
396 TASK_UNINTERRUPTIBLE)); in cv_timedwait_hires()
H A Dspl-kmem-cache.c1007 TASK_UNINTERRUPTIBLE); in spl_cache_grow()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_kthread.c96 set_task_state(task, TASK_PARKED | TASK_UNINTERRUPTIBLE); in linux_kthread_parkme()
102 set_task_state(task, TASK_PARKED | TASK_UNINTERRUPTIBLE); in linux_kthread_parkme()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c249 prepare_to_wait(sk->sk_sleep, &wait, TASK_UNINTERRUPTIBLE); in sdp_wait_rdma_wr_finished()