Home
last modified time | relevance | path

Searched refs:woken (Results 1 – 25 of 44) sorted by relevance

12

/linux/Documentation/filesystems/nfs/
H A Dknfsd-stats.rst78 threads-woken
79 Counts how many times an idle nfsd thread is woken to try to
89 i.e. was not woken to handle any incoming network packets for
109 one of three ways. An nfsd thread can be woken (threads-woken counts
116 packets-deferred = packets-arrived - ( sockets-enqueued + threads-woken )
/linux/lib/
H A Dklist.c177 int woken; member
196 waiter->woken = 1; in klist_release()
244 waiter.woken = 0; in klist_remove()
253 if (waiter.woken) in klist_remove()
H A Dsbitmap.c586 int i, wake_index, woken; in __sbitmap_queue_wake_up() local
604 woken = wake_up_nr(&ws->wait, nr); in __sbitmap_queue_wake_up()
605 if (woken == nr) in __sbitmap_queue_wake_up()
607 nr -= woken; in __sbitmap_queue_wake_up()
/linux/io_uring/
H A Dfutex.c228 int ret, woken = -1; in io_futexv_wait() local
232 ret = futex_wait_multiple_setup(ifd->futexv, iof->futex_nr, &woken); in io_futexv_wait()
268 if (woken != -1) in io_futexv_wait()
269 io_req_set_res(req, woken, 0); in io_futexv_wait()
/linux/drivers/pci/hotplug/
H A DTODO9 * The driver spawns a kthread cpqhp_event_thread() which is woken by the
11 The kthread is also woken from the timer pushbutton_helper_thread(),
/linux/Documentation/admin-guide/pm/
H A Dsuspend-flows.rst104 the tick do not occur until the CPU is woken up by another interrupt source.
108 forward until the first CPU that is woken up restarts the timekeeping.
112 From this point on, the CPUs can only be woken up by non-timer hardware
128 When one of the CPUs is woken up (by a non-timer hardware interrupt), it
134 If the interrupt that has woken up the CPU was armed for system wakeup,
153 transition are "thawed", which means that they are woken up from the
241 The platform is woken up by a signal from one of the designated system
H A Dsleep-states.rst38 The system is woken up from this state by in-band interrupts, so theoretically
223 If the system is successfully woken up from that state, discard
231 just woken up from hibernation and the currently running kernel
/linux/tools/testing/selftests/futex/functional/
H A Dfutex_numa.c88 int woken = futex2_wake(lock, 1, fflags); in futex_numa_32_unlock() local
90 if (!woken) { in futex_numa_32_unlock()
/linux/Documentation/ABI/testing/
H A Dsysfs-class-power-surface8 necessary woken.
H A Dsysfs-class-remoteproc28 must be woken to receive messages.
H A Dsysfs-devices-platform-ACPI-TAD69 Bit(1): The timer has woken up the system from a sleep state
/linux/Documentation/locking/
H A Dfutex-requeue-pi.rst117 woken. futex_requeue() then proceeds to requeue the remaining
122 waiter is woken to finish the acquisition of the lock.
H A Drt-mutex.rst77 that has no owner and has been woken up to grab the lock.
H A Dmutex-design.rst66 the task is added to the wait-queue and sleeps until woken up by the
H A Drt-mutex-design.rst504 could get the lock, then it will go back to sleep and wait to be woken again.
508 a timeout (i.e. rt_mutex_timed_futex_lock()). When woken, it will try to
510 lock held, otherwise it will return with -EINTR if the task was woken
/linux/Documentation/filesystems/fuse/
H A Dfuse-io-uring.rst94 | [req->waitq woken up] |
H A Dfuse.rst349 | [wake up fc->waitq] | [woken up]
366 | [woken up] | [wake up req->waitq]
/linux/Documentation/userspace-api/
H A Dfutex2.rst59 - Some futex at the list was woken, returning the index of some waked futex.
/linux/Documentation/scsi/
H A DChangeLog.ips111 - Make sure passthru commands get woken up if we run out of
/linux/net/smc/
H A Dsmc.h190 bool woken; member
/linux/Documentation/trace/rv/
H A Dmonitor_rtapp.rst58 waiting for timerfd can be woken by softirq which provides no real-time
/linux/Documentation/virt/kvm/x86/
H A Dhypercalls.rst99 specifying APIC ID (a1) of the vcpu to be woken up. An additional argument (a0)
/linux/Documentation/accounting/
H A Dpsi.rst70 Users can register triggers and use poll() to be woken up when resource
/linux/Documentation/core-api/
H A Dcircular-buffers.rst180 CPU that the revised head index must be written before the consumer is woken.
/linux/drivers/staging/greybus/Documentation/
H A Dsysfs-bus-greybus208 process watching the file will be woken up, and the new

12