/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_force_wake.c | 164 enum xe_force_wake_domains tmp, woken = 0; in xe_force_wake_get() local 171 woken |= BIT(domain->id); in xe_force_wake_get() 175 for_each_fw_domain_masked(domain, woken, fw, tmp) { in xe_force_wake_get() 178 fw->awake_domains |= woken; in xe_force_wake_get()
|
/linux-6.12.1/Documentation/filesystems/nfs/ |
D | knfsd-stats.rst | 78 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-6.12.1/lib/ |
D | klist.c | 177 int woken; member 196 waiter->woken = 1; in klist_release() 244 waiter.woken = 0; in klist_remove() 253 if (waiter.woken) in klist_remove()
|
D | sbitmap.c | 570 int i, wake_index, woken; in __sbitmap_queue_wake_up() local 588 woken = wake_up_nr(&ws->wait, nr); in __sbitmap_queue_wake_up() 589 if (woken == nr) in __sbitmap_queue_wake_up() 591 nr -= woken; in __sbitmap_queue_wake_up()
|
/linux-6.12.1/io_uring/ |
D | futex.c | 270 int ret, woken = -1; in io_futexv_wait() local 274 ret = futex_wait_multiple_setup(futexv, iof->futex_nr, &woken); in io_futexv_wait() 312 if (woken != -1) in io_futexv_wait() 313 io_req_set_res(req, woken, 0); in io_futexv_wait()
|
/linux-6.12.1/drivers/pci/hotplug/ |
D | TODO | 13 * The driver spawns a kthread cpqhp_event_thread() which is woken by the 15 The kthread is also woken from the timer pushbutton_helper_thread(),
|
/linux-6.12.1/Documentation/admin-guide/pm/ |
D | suspend-flows.rst | 104 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
|
D | sleep-states.rst | 38 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-6.12.1/Documentation/ABI/testing/ |
D | sysfs-class-power-surface | 8 necessary woken.
|
D | sysfs-class-remoteproc | 28 must be woken to receive messages.
|
D | sysfs-devices-platform-ACPI-TAD | 69 Bit(1): The timer has woken up the system from a sleep state
|
/linux-6.12.1/kernel/futex/ |
D | waitwake.c | 414 int futex_wait_multiple_setup(struct futex_vector *vs, int count, int *woken) in futex_wait_multiple_setup() argument 476 *woken = futex_unqueue_multiple(vs, i); in futex_wait_multiple_setup() 477 if (*woken >= 0) in futex_wait_multiple_setup()
|
D | futex.h | 370 int *woken);
|
/linux-6.12.1/kernel/locking/ |
D | rwsem.c | 414 long oldcount, woken = 0, adjustment = 0; in rwsem_mark_wake() local 512 woken++; in rwsem_mark_wake() 518 if (unlikely(woken >= MAX_READERS_WAKEUP)) in rwsem_mark_wake() 522 adjustment = woken * RWSEM_READER_BIAS - adjustment; in rwsem_mark_wake() 523 lockevent_cond_inc(rwsem_wake_reader, woken); in rwsem_mark_wake() 534 } else if (woken) { in rwsem_mark_wake()
|
/linux-6.12.1/Documentation/locking/ |
D | futex-requeue-pi.rst | 117 woken. futex_requeue() then proceeds to requeue the remaining 122 waiter is woken to finish the acquisition of the lock.
|
D | rt-mutex.rst | 77 that has no owner and has been woken up to grab the lock.
|
D | mutex-design.rst | 66 the task is added to the wait-queue and sleeps until woken up by the
|
/linux-6.12.1/fs/ocfs2/dlm/ |
D | dlmmaster.c | 264 atomic_set(&mle->woken, 0); in dlm_init_mle() 1103 atomic_set(&mle->woken, 0); in dlm_wait_for_lock_mastery() 1105 (atomic_read(&mle->woken) == 1), in dlm_wait_for_lock_mastery() 1923 atomic_set(&mle->woken, 1); in dlm_assert_master_handler() 2682 (atomic_read(&mle->woken) == 1), in dlm_migrate_lockres() 2686 if (atomic_read(&mle->woken) == 1 || in dlm_migrate_lockres() 3221 atomic_set(&tmp->woken, 1); in dlm_add_migration_mle() 3292 atomic_set(&mle->woken, 1); in dlm_clean_migration_mle() 3317 atomic_set(&mle->woken, 1); in dlm_clean_block_mle() 3554 atomic_set(&mle->woken, 1); in dlm_force_free_mles()
|
/linux-6.12.1/Documentation/userspace-api/ |
D | futex2.rst | 59 - Some futex at the list was woken, returning the index of some waked futex.
|
/linux-6.12.1/Documentation/scsi/ |
D | ChangeLog.ips | 111 - Make sure passthru commands get woken up if we run out of
|
/linux-6.12.1/net/smc/ |
D | smc.h | 190 bool woken; member
|
/linux-6.12.1/Documentation/mm/ |
D | balance.rst | 64 problems: first, kswapd is woken up as in 2.2 on low memory conditions
|
/linux-6.12.1/Documentation/virt/kvm/x86/ |
D | hypercalls.rst | 99 specifying APIC ID (a1) of the vcpu to be woken up. An additional argument (a0)
|
/linux-6.12.1/Documentation/filesystems/ |
D | fuse.rst | 335 | [wake up fc->waitq] | [woken up] 352 | [woken up] | [wake up req->waitq]
|
/linux-6.12.1/Documentation/accounting/ |
D | psi.rst | 70 Users can register triggers and use poll() to be woken up when resource
|