Home
last modified time | relevance | path

Searched full:wakes (Results 1 – 25 of 79) sorted by relevance

1234

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DPredicate.h108 /// 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 Dapm.432 When the system wakes up from suspended mode,
36 When the system wakes up from suspended mode,
/freebsd/sys/sys/
H A Dsleepqueue.h49 * 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 Dck_ec.h56 * 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 Dvirtio_p9fs.c134 * 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.2399 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 Dbrcm,brcmstb-waketimer.yaml33 The TIMER interrupt wakes the system from low-power suspend/standby modes.
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/
H A Dnxp,88w8987-bt.yaml15 state. De-asserting break wakes up the BT chip.
/freebsd/sys/vm/
H A Dvm_pagequeue.h143 * 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 Dqcom,mpm.yaml16 monitors the interrupts when the system is asleep, wakes up the APSS when
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzthr.c45 * 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 Dkern_condvar.c430 * 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 Dswi.9143 On platforms allowing IPI sending from NMI context it immediately wakes
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dti-omap-hsmmc.txt101 event normally. Since am33xx doesn't have this line it never wakes from
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_debugfs.c144 seq_printf(s, "low power wakes: %9d\n", pm->stats.lp_wake); in mt792x_pm_stats()
/freebsd/usr.sbin/cron/cron/
H A Dcron.868 then wakes up every minute, examining all stored crontabs, checking each
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_threadpool.h238 * Each call to this function wakes up at most one waiting thread in
/freebsd/tools/test/stress2/misc/
H A Dpoll2.sh46 # sleeps until the reader returns and wakes it up. After threads R and W
/freebsd/sys/i386/i386/
H A Dmpboot.S132 * secondary processor "wakes up". When it is executed
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mtl_transaction_mgr.h131 * The timer wakes on the timeout of the first madw. If the waking_time is greater than
/freebsd/lib/libthr/
H A Dlibthr.3119 The kernel wakes up a thread and hands the ownership of the lock to
/freebsd/share/doc/psd/01.cacm/
H A Dp4442 wakes up, receives the log-in
/freebsd/sys/dev/drm2/
H A Ddrm_lock.c255 * Marks the lock as not held, via the \p cmpxchg instruction. Wakes any task
/freebsd/sys/netlink/
H A Dnetlink_io.c198 * If no queue overrunes happened, wakes up socket owner.
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h178 // The counter will be decremented by whoever wakes us. in Lock()

1234