Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ice/
HDice_osdep.c288 if (sleep && THREAD_CAN_SLEEP()) in ice_usec_delay()
306 if (sleep && THREAD_CAN_SLEEP()) in ice_msec_delay()
/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_current.c87 if ((td->td_pflags & TDP_ITHREAD) != 0 || !THREAD_CAN_SLEEP()) { in linux_alloc_current()
/freebsd-14-stable/sys/kern/
HDsubr_trap.c175 if (__predict_false(!THREAD_CAN_SLEEP())) { in userret()
HDsubr_epoch.c284 MPASS(!THREAD_CAN_SLEEP()); in epoch_where_report()
856 if (THREAD_CAN_SLEEP()) in in_epoch_verbose_preempt()
HDsubr_sleepqueue.c322 if (__predict_false(!THREAD_CAN_SLEEP())) { in sleepq_add()
HDkern_malloc.c587 if (__predict_false(!THREAD_CAN_SLEEP())) { in malloc_dbg()
/freebsd-14-stable/sys/i386/i386/
HDcopyout.c111 if (!THREAD_CAN_SLEEP() || curthread->td_vslock_sz > 0 || in cp_slow0()
/freebsd-14-stable/sys/geom/
HDgeom_io.c568 (bp->bio_flags & BIO_UNMAPPED) == 0 || THREAD_CAN_SLEEP()) && in g_io_request()
/freebsd-14-stable/sys/sys/
HDproc.h1077 #define THREAD_CAN_SLEEP() ((curthread)->td_no_sleeping == 0) macro
/freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzvol_os.c567 if (!THREAD_CAN_SLEEP()) { in zvol_geom_bio_start()
/freebsd-14-stable/sys/net/
HDif.c3636 if (THREAD_CAN_SLEEP()) in if_addmulti()