/linux-4.4.14/kernel/locking/ |
D | rwsem-spinlock.c | 69 int woken; in __rwsem_do_wake() local 82 woken = 0; in __rwsem_do_wake() 99 woken++; in __rwsem_do_wake() 105 sem->count += woken; in __rwsem_do_wake()
|
D | rwsem-xadd.c | 127 long oldcount, woken, loop, adjustment; in __rwsem_do_wake() local 164 woken = 0; in __rwsem_do_wake() 166 woken++; in __rwsem_do_wake() 176 adjustment = woken * RWSEM_ACTIVE_READ_BIAS - adjustment; in __rwsem_do_wake() 185 loop = woken; in __rwsem_do_wake()
|
/linux-4.4.14/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-4.4.14/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-4.4.14/Documentation/locking/ |
D | rt-mutex.txt | 65 the mutex, when the mutex is released. The thread is woken up and once 68 the mutex which puts the woken up thread back on the waiters list.
|
D | mutex-design.txt | 77 the task is added to the wait-queue and sleeps until woken up by the
|
D | rt-mutex-design.txt | 445 mutexes that the task owns, or that the waiter has just woken up via a signal 543 mutex has not woken up yet, there's no reason that the higher priority process 602 The mutex has a owner, but it hasn't woken up and the mutex flag
|
/linux-4.4.14/Documentation/ |
D | futex-requeue-pi.txt | 116 woken. futex_requeue() then proceeds to requeue the remaining 121 waiter is woken to finish the acquisition of the lock.
|
D | circular-buffers.txt | 184 CPU that the revised head index must be written before the consumer is woken.
|
D | memory-barriers.txt | 2294 function has to needlessly get the spinlock again after being woken up.
|
D | kernel-parameters.txt | 3682 The system is woken from this state using a
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmmaster.c | 281 atomic_set(&mle->woken, 0); in dlm_init_mle() 1132 atomic_set(&mle->woken, 0); in dlm_wait_for_lock_mastery() 1134 (atomic_read(&mle->woken) == 1), in dlm_wait_for_lock_mastery() 1961 atomic_set(&mle->woken, 1); in dlm_assert_master_handler() 2618 (atomic_read(&mle->woken) == 1), in dlm_migrate_lockres() 2622 if (atomic_read(&mle->woken) == 1 || in dlm_migrate_lockres() 3154 atomic_set(&tmp->woken, 1); in dlm_add_migration_mle() 3225 atomic_set(&mle->woken, 1); in dlm_clean_migration_mle() 3250 atomic_set(&mle->woken, 1); in dlm_clean_block_mle() 3487 atomic_set(&mle->woken, 1); in dlm_force_free_mles()
|
D | dlmcommon.h | 65 atomic_t woken; member
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | hypercalls.txt | 82 specifying APIC ID (a1) of the vcpu to be woken up. An additional argument (a0)
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.ips | 111 - Make sure passthru commands get woken up if we run out of
|
D | scsi_eh.txt | 146 shost->host_failed. This wakes up SCSI EH thread. So, once woken up,
|
D | ChangeLog.lpfc | 109 being woken up even when there were no pending els commands.
|
/linux-4.4.14/Documentation/networking/ |
D | x25-iface.txt | 120 CONFIG_NET_HW_FLOWCONTROL. This allows the driver to be woken up
|
/linux-4.4.14/Documentation/vm/ |
D | balance | 60 problems: first, kswapd is woken up as in 2.2 on low memory conditions
|
/linux-4.4.14/Documentation/filesystems/ |
D | fuse.txt | 333 | [wake up fc->waitq] | [woken up] 350 | [woken up] | [wake up req->waitq]
|
D | coda.txt | 329 subtleties to take account of. First P will determine if it was woken 344 In case P is woken up by a signal and not by Venus, it will first look
|
D | xfs-delayed-logging-design.txt | 682 woken by the wrong event.
|
/linux-4.4.14/Documentation/power/ |
D | charger-manager.txt | 105 if the system was woken up by Charger Manager and the polling
|
D | swsusp.txt | 247 resume(): devices are woken up so that we can write image to swap 270 resume(): devices are woken up so that system can continue
|
D | runtime_pm.txt | 650 and the system is woken up from that state by a hardware interrupt or a similar
|
/linux-4.4.14/kernel/power/ |
D | Kconfig | 148 (autosuspended), and woken up in response to a hardware-generated
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpc.fuc | 294 // Main program loop, very simple, sleeps until woken up by the interrupt
|
D | hub.fuc | 218 // Main program loop, very simple, sleeps until woken up by the interrupt
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-power | 52 the device is suspended causes it to be woken up.
|
/linux-4.4.14/Documentation/timers/ |
D | highres.txt | 179 context to the softirq and to the task which is woken up by the expired
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 25 a task is woken to the task is actually scheduled in. 534 it has been woken up. 1390 time it takes for a task that is woken to actually wake up. 1438 wakeup time it takes for the highest priority task that is woken
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpusets.txt | 528 When a task is woken up, scheduler try to move the task on idle CPU. 546 woken task B from X to Z since it is out of its searching range.
|
/linux-4.4.14/kernel/trace/ |
D | Kconfig | 222 to be scheduled in, starting from the point it has woken up.
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | netfs-api.txt | 580 anyone waiting for that bit will be woken up.
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 850 interrupts which are needed for the 'watchdog/N' threads to be woken up by
|