Home
last modified time | relevance | path

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

/freebsd-14.2/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.h182 TASK_UNINTERRUPTIBLE, NULL); \
186 __wait_event_common(wqh, cond, timeout, TASK_UNINTERRUPTIBLE, \
231 TASK_UNINTERRUPTIBLE, &(lock)); \
/freebsd-14.2/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.c171 cv_wait_common(cvp, mp, TASK_UNINTERRUPTIBLE, 0); in __cv_wait()
178 cv_wait_common(cvp, mp, TASK_UNINTERRUPTIBLE, 1); in __cv_wait_io()
322 TASK_UNINTERRUPTIBLE, 0)); in __cv_timedwait()
330 TASK_UNINTERRUPTIBLE, 1)); in __cv_timedwait_io()
440 TASK_UNINTERRUPTIBLE)); in cv_timedwait_hires()
H A Dspl-kmem-cache.c1020 TASK_UNINTERRUPTIBLE); in spl_cache_grow()
/freebsd-14.2/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-14.2/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()