/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Predicate.h | 108 /// set and the time the waiting thread wakes up. If the value no longer 109 /// satisfies the condition when the waiting thread wakes up, it will go back 141 /// the value is set and the time the waiting thread wakes up. 143 /// waiting thread wakes up, it will go back into a wait state. It 169 /// the value is set and the time the waiting thread wakes up. 171 /// wakes up, it will go back into a wait state. It may be
|
/freebsd/share/man/man4/man4.i386/ |
H A D | apm.4 | 32 When the system wakes up from suspended mode, 36 When the system wakes up from suspended mode,
|
/freebsd/sys/sys/ |
H A D | sleepqueue.h | 49 * sleepq_signal() or sleepq_broadcast() functions. Sleepq_signal() wakes 51 * wait channel. Sleepq_broadcast() wakes all threads that are sleeping
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_ec.h | 56 * acts as a write-write barrier, and wakes up any consumer blocked 124 * counter by one. This writes acts as a write barrier. Wakes up 129 * write acts as a write barrier. Wakes up any waiting thread. 319 /* Wakes up all threads waiting on address. */ 480 * Increments the counter value in the event count by one, and wakes 499 * Increments the counter value in the event count by delta, wakes
|
/freebsd/sys/dev/virtio/p9fs/ |
H A D | virtio_p9fs.c | 134 * submission thread sleeps until the ack in the interrupt wakes it up. Once 135 * it wakes up, it returns back to the P9fs layer. The rc buffer is then 210 * just wakes up the sleeping submission requests.
|
/freebsd/lib/libsys/ |
H A D | _umtx_op.2 | 399 Wakes need to know which threads to make runnable, so sleeping threads 798 The request wakes up at most one thread sleeping on the sleep queue keyed 816 The request wakes up all threads sleeping on the sleep queue keyed by the 1026 wakes up all threads waiting on the 1154 The request wakes up one waiter for the semaphore lock.
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | brcm,brcmstb-waketimer.yaml | 33 The TIMER interrupt wakes the system from low-power suspend/standby modes.
|
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/ |
H A D | nxp,88w8987-bt.yaml | 15 state. De-asserting break wakes up the BT chip.
|
/freebsd/sys/vm/ |
H A D | vm_pagequeue.h | 143 * target. It wakes up periodically (every 100ms) to input the current free 152 * vm_domain_allocate() proactively wakes up the page daemon. This helps ensure 198 * vm_domain_freecnt_inc() wakes sleeping threads once the free page count rises
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | qcom,mpm.yaml | 16 monitors the interrupts when the system is asleep, wakes up the APSS when
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zthr.c | 45 * running and wakes up the zthr. 46 * 2] The zthr wakes up, checks the indicator and starts working. 124 * signal every time func returns and every time it wakes up [see
|
/freebsd/sys/kern/ |
H A D | kern_condvar.c | 430 * Signal a condition variable, wakes up one waiting thread. Note that this may 455 * Broadcast a signal to a condition variable. Wakes up all waiting threads. in cv_signal()
|
/freebsd/share/man/man9/ |
H A D | swi.9 | 143 On platforms allowing IPI sending from NMI context it immediately wakes
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | ti-omap-hsmmc.txt | 101 event normally. Since am33xx doesn't have this line it never wakes from
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt792x_debugfs.c | 144 seq_printf(s, "low power wakes: %9d\n", pm->stats.lp_wake); in mt792x_pm_stats()
|
/freebsd/usr.sbin/cron/cron/ |
H A D | cron.8 | 68 then wakes up every minute, examining all stored crontabs, checking each
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_threadpool.h | 238 * Each call to this function wakes up at most one waiting thread in
|
/freebsd/tools/test/stress2/misc/ |
H A D | poll2.sh | 46 # sleeps until the reader returns and wakes it up. After threads R and W
|
/freebsd/sys/i386/i386/ |
H A D | mpboot.S | 132 * secondary processor "wakes up". When it is executed
|
/freebsd/contrib/ofed/opensm/include/vendor/ |
H A D | osm_vendor_mtl_transaction_mgr.h | 131 * The timer wakes on the timeout of the first madw. If the waking_time is greater than
|
/freebsd/lib/libthr/ |
H A D | libthr.3 | 119 The kernel wakes up a thread and hands the ownership of the lock to
|
/freebsd/share/doc/psd/01.cacm/ |
H A D | p4 | 442 wakes up, receives the log-in
|
/freebsd/sys/dev/drm2/ |
H A D | drm_lock.c | 255 * Marks the lock as not held, via the \p cmpxchg instruction. Wakes any task
|
/freebsd/sys/netlink/ |
H A D | netlink_io.c | 198 * If no queue overrunes happened, wakes up socket owner.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_mutex.h | 178 // The counter will be decremented by whoever wakes us. in Lock()
|