Home
last modified time | relevance | path

Searched refs:THREAD_CAN_SLEEP (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_trap.c173 if (__predict_false(!THREAD_CAN_SLEEP())) { in userret()
H A Dsubr_epoch.c832 if (THREAD_CAN_SLEEP()) in in_epoch_verbose_preempt()
H A Dsubr_sleepqueue.c324 if (__predict_false(!THREAD_CAN_SLEEP())) { in sleepq_add()
H A Dkern_malloc.c536 if (__predict_false(!THREAD_CAN_SLEEP())) { in malloc_dbg()
/f-stack/freebsd/i386/i386/
H A Dcopyout.c114 if (!THREAD_CAN_SLEEP() || curthread->td_vslock_sz > 0 || in cp_slow0()
/f-stack/freebsd/sys/
H A Dproc.h991 #define THREAD_CAN_SLEEP() ((curthread)->td_no_sleeping == 0) macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c544 if (!THREAD_CAN_SLEEP()) { in zvol_geom_bio_start()
/f-stack/freebsd/net/
H A Dif.c3546 if (THREAD_CAN_SLEEP()) in if_addmulti()