Home
last modified time | relevance | path

Searched refs:C_HARDCLOCK (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/sys/
H A Dcondvar.h76 tick_sbt * (timo), 0, C_HARDCLOCK)
81 tick_sbt * (timo), 0, C_HARDCLOCK)
H A Dcallout.h60 #define C_HARDCLOCK 0x0100 /* align to hardclock() calls */ macro
113 (cpu), C_HARDCLOCK)
H A Dsystm.h520 tick_sbt * (timo), 0, C_HARDCLOCK)
528 0, C_HARDCLOCK)
532 pause_sbt((wmesg), tick_sbt * (timo), 0, C_HARDCLOCK)
534 pause_sbt((wmesg), tick_sbt * (timo), 0, C_HARDCLOCK | C_CATCH)
537 0, C_HARDCLOCK)
H A Dsleepqueue.h107 sleepq_set_timeout_sbt((wchan), tick_sbt * (timo), 0, C_HARDCLOCK)
H A Drmlock.h100 tick_sbt * (timo), 0, C_HARDCLOCK)
H A Dsx.h267 tick_sbt * (timo), 0, C_HARDCLOCK)
H A Drwlock.h242 tick_sbt * (timo), 0, C_HARDCLOCK)
H A Dmutex.h465 tick_sbt * (timo), 0, C_HARDCLOCK)
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcondvar.h122 tick_sbt * (timo), 0, C_HARDCLOCK); in cv_timedwait()
137 tick_sbt * (timo), 0, C_HARDCLOCK); in cv_timedwait_sig()
/f-stack/tools/compat/include/sys/
H A Dcallout.h58 #define C_HARDCLOCK 0x0100 /* align to hardclock() calls */ macro
111 (cpu), C_HARDCLOCK)
/f-stack/freebsd/kern/
H A Dkern_timeout.c845 if ((flags & C_HARDCLOCK) != 0 && sbt < tick_sbt) in callout_when()
847 if ((flags & C_HARDCLOCK) != 0 || sbt >= sbt_tickthreshold) { in callout_when()
863 if ((flags & C_HARDCLOCK) == 0) in callout_when()
/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c567 0, C_HARDCLOCK) == EWOULDBLOCK) { in ubt_do_hci_request()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_dummynet.c109 C_HARDCLOCK | C_DIRECT_EXEC); in dn_reschedule()