Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_osdep.c288 if (sleep && THREAD_CAN_SLEEP()) in ice_usec_delay()
306 if (sleep && THREAD_CAN_SLEEP()) in ice_msec_delay()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_current.c87 if ((td->td_pflags & TDP_ITHREAD) != 0 || !THREAD_CAN_SLEEP()) { in linux_alloc_current()
/freebsd/sys/kern/
H A Dsubr_trap.c173 if (__predict_false(!THREAD_CAN_SLEEP())) { in userret()
H A Dsubr_epoch.c283 MPASS(!THREAD_CAN_SLEEP()); in epoch_where_report()
855 if (THREAD_CAN_SLEEP()) in in_epoch_verbose_preempt()
H A Dsubr_sleepqueue.c322 if (__predict_false(!THREAD_CAN_SLEEP())) { in sleepq_add()
H A Dkern_malloc.c567 if (__predict_false(!THREAD_CAN_SLEEP())) { in malloc_dbg()
/freebsd/sys/i386/i386/
H A Dcopyout.c110 if (!THREAD_CAN_SLEEP() || curthread->td_vslock_sz > 0 || in cp_slow0()
/freebsd/sys/geom/
H A Dgeom_io.c570 (bp->bio_flags & BIO_UNMAPPED) == 0 || THREAD_CAN_SLEEP()) && in g_io_request()
/freebsd/sys/sys/
H A Dproc.h1051 #define THREAD_CAN_SLEEP() ((curthread)->td_no_sleeping == 0) macro
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c568 if (!THREAD_CAN_SLEEP()) { in zvol_geom_bio_start()
/freebsd/sys/net/
H A Dif.c3636 if (THREAD_CAN_SLEEP()) in if_addmulti()