Home
last modified time | relevance | path

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

12

/Linux-v4.19/kernel/locking/
Drwsem-spinlock.c71 int woken; in __rwsem_do_wake() local
84 woken = 0; in __rwsem_do_wake()
101 woken++; in __rwsem_do_wake()
107 sem->count += woken; in __rwsem_do_wake()
Drwsem-xadd.c132 long oldcount, woken = 0, adjustment = 0; in __rwsem_mark_wake() local
198 woken++; in __rwsem_mark_wake()
212 adjustment = woken * RWSEM_ACTIVE_READ_BIAS - adjustment; in __rwsem_mark_wake()
/Linux-v4.19/Documentation/filesystems/nfs/
Dknfsd-stats.txt76 threads-woken
77 Counts how many times an idle nfsd thread is woken to try to
87 i.e. was not woken to handle any incoming network packets for
107 one of three ways. An nfsd thread can be woken (threads-woken counts
114 packets-deferred = packets-arrived - ( sockets-enqueued + threads-woken )
/Linux-v4.19/lib/
Dklist.c178 int woken; member
197 waiter->woken = 1; in klist_release()
245 waiter.woken = 0; in klist_remove()
254 if (waiter.woken) in klist_remove()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-remoteproc28 must be woken to receive messages.
Dsysfs-kernel-livepatch45 signal pending structures). Tasks are interrupted or woken up,
Dsysfs-devices-platform-ACPI-TAD66 Bit(1): The timer has woken up the system from a sleep state
/Linux-v4.19/Documentation/
Dfutex-requeue-pi.txt117 woken. futex_requeue() then proceeds to requeue the remaining
122 waiter is woken to finish the acquisition of the lock.
/Linux-v4.19/fs/ocfs2/dlm/
Ddlmmaster.c281 atomic_set(&mle->woken, 0); in dlm_init_mle()
1120 atomic_set(&mle->woken, 0); in dlm_wait_for_lock_mastery()
1122 (atomic_read(&mle->woken) == 1), in dlm_wait_for_lock_mastery()
1940 atomic_set(&mle->woken, 1); in dlm_assert_master_handler()
2701 (atomic_read(&mle->woken) == 1), in dlm_migrate_lockres()
2705 if (atomic_read(&mle->woken) == 1 || in dlm_migrate_lockres()
3241 atomic_set(&tmp->woken, 1); in dlm_add_migration_mle()
3312 atomic_set(&mle->woken, 1); in dlm_clean_migration_mle()
3337 atomic_set(&mle->woken, 1); in dlm_clean_block_mle()
3574 atomic_set(&mle->woken, 1); in dlm_force_free_mles()
Ddlmcommon.h65 atomic_t woken; member
/Linux-v4.19/Documentation/admin-guide/pm/
Dsleep-states.rst34 The system is woken up from this state by in-band interrupts, so theoretically
209 If the system is successfully woken up from that state, discard
215 just woken up from hibernation and the currently running kernel
/Linux-v4.19/Documentation/locking/
Drt-mutex.txt73 that has no owner and has been woken up to grab the lock.
Dmutex-design.txt63 the task is added to the wait-queue and sleeps until woken up by the
Drt-mutex-design.txt492 could get the lock, then it will go back to sleep and wait to be woken again.
496 a timeout (i.e. rt_mutex_timed_futex_lock()). When woken, it will try to
498 lock held, otherwise it will return with -EINTR if the task was woken
/Linux-v4.19/Documentation/scsi/
DChangeLog.ips111 - Make sure passthru commands get woken up if we run out of
/Linux-v4.19/Documentation/virtual/kvm/
Dhypercalls.txt87 specifying APIC ID (a1) of the vcpu to be woken up. An additional argument (a0)
/Linux-v4.19/Documentation/networking/
Dx25-iface.txt120 CONFIG_NET_HW_FLOWCONTROL. This allows the driver to be woken up
/Linux-v4.19/Documentation/vm/
Dbalance.rst66 problems: first, kswapd is woken up as in 2.2 on low memory conditions
/Linux-v4.19/Documentation/filesystems/
Dfuse.txt333 | [wake up fc->waitq] | [woken up]
350 | [woken up] | [wake up req->waitq]
/Linux-v4.19/fs/
Daio.c173 bool woken; member
1662 req->woken = true; in aio_poll_wake()
1748 if (req->woken) { in aio_poll()
/Linux-v4.19/drivers/staging/greybus/Documentation/
Dsysfs-bus-greybus208 process watching the file will be woken up, and the new
/Linux-v4.19/Documentation/core-api/
Dcircular-buffers.rst180 CPU that the revised head index must be written before the consumer is woken.
/Linux-v4.19/Documentation/power/
Dcharger-manager.txt105 if the system was woken up by Charger Manager and the polling
Dswsusp.txt255 resume(): devices are woken up so that we can write image to swap
278 resume(): devices are woken up so that system can continue
/Linux-v4.19/kernel/power/
DKconfig149 (autosuspended), and woken up in response to a hardware-generated

12