Searched refs:C_HARDCLOCK (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | condvar.h | 76 tick_sbt * (timo), 0, C_HARDCLOCK) 81 tick_sbt * (timo), 0, C_HARDCLOCK)
|
| H A D | callout.h | 60 #define C_HARDCLOCK 0x0100 /* align to hardclock() calls */ macro 113 (cpu), C_HARDCLOCK)
|
| H A D | systm.h | 520 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 D | sleepqueue.h | 107 sleepq_set_timeout_sbt((wchan), tick_sbt * (timo), 0, C_HARDCLOCK)
|
| H A D | rmlock.h | 100 tick_sbt * (timo), 0, C_HARDCLOCK)
|
| H A D | sx.h | 267 tick_sbt * (timo), 0, C_HARDCLOCK)
|
| H A D | rwlock.h | 242 tick_sbt * (timo), 0, C_HARDCLOCK)
|
| H A D | mutex.h | 465 tick_sbt * (timo), 0, C_HARDCLOCK)
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | condvar.h | 122 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 D | callout.h | 58 #define C_HARDCLOCK 0x0100 /* align to hardclock() calls */ macro 111 (cpu), C_HARDCLOCK)
|
| /f-stack/freebsd/kern/ |
| H A D | kern_timeout.c | 845 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 D | ng_ubt.c | 567 0, C_HARDCLOCK) == EWOULDBLOCK) { in ubt_do_hci_request()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dummynet.c | 109 C_HARDCLOCK | C_DIRECT_EXEC); in dn_reschedule()
|