/Linux-v4.19/kernel/locking/ |
D | rwsem-spinlock.c | 71 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()
|
D | rwsem-xadd.c | 132 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/ |
D | knfsd-stats.txt | 76 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/ |
D | klist.c | 178 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/ |
D | sysfs-class-remoteproc | 28 must be woken to receive messages.
|
D | sysfs-kernel-livepatch | 45 signal pending structures). Tasks are interrupted or woken up,
|
D | sysfs-devices-platform-ACPI-TAD | 66 Bit(1): The timer has woken up the system from a sleep state
|
/Linux-v4.19/Documentation/ |
D | futex-requeue-pi.txt | 117 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/ |
D | dlmmaster.c | 281 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()
|
D | dlmcommon.h | 65 atomic_t woken; member
|
/Linux-v4.19/Documentation/admin-guide/pm/ |
D | sleep-states.rst | 34 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/ |
D | rt-mutex.txt | 73 that has no owner and has been woken up to grab the lock.
|
D | mutex-design.txt | 63 the task is added to the wait-queue and sleeps until woken up by the
|
D | rt-mutex-design.txt | 492 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/ |
D | ChangeLog.ips | 111 - Make sure passthru commands get woken up if we run out of
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | hypercalls.txt | 87 specifying APIC ID (a1) of the vcpu to be woken up. An additional argument (a0)
|
/Linux-v4.19/Documentation/networking/ |
D | x25-iface.txt | 120 CONFIG_NET_HW_FLOWCONTROL. This allows the driver to be woken up
|
/Linux-v4.19/Documentation/vm/ |
D | balance.rst | 66 problems: first, kswapd is woken up as in 2.2 on low memory conditions
|
/Linux-v4.19/Documentation/filesystems/ |
D | fuse.txt | 333 | [wake up fc->waitq] | [woken up] 350 | [woken up] | [wake up req->waitq]
|
/Linux-v4.19/fs/ |
D | aio.c | 173 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/ |
D | sysfs-bus-greybus | 208 process watching the file will be woken up, and the new
|
/Linux-v4.19/Documentation/core-api/ |
D | circular-buffers.rst | 180 CPU that the revised head index must be written before the consumer is woken.
|
/Linux-v4.19/Documentation/power/ |
D | charger-manager.txt | 105 if the system was woken up by Charger Manager and the polling
|
D | swsusp.txt | 255 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/ |
D | Kconfig | 149 (autosuspended), and woken up in response to a hardware-generated
|