Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/locking/
Drwsem-xadd.c127 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()
Drwsem-spinlock.c69 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()
/linux-4.1.27/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-4.1.27/Documentation/filesystems/nfs/
Dknfsd-stats.txt82 threads-woken
83 Counts how many times an idle nfsd thread is woken to try to
94 too many nfsd threads had been recently woken but could not get
123 i.e. was not woken to handle any incoming network packets for
143 one of three ways. An nfsd thread can be woken (threads-woken counts
150 packets-deferred = packets-arrived - ( sockets-enqueued + threads-woken )
/linux-4.1.27/Documentation/locking/
Drt-mutex.txt65 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.
Dmutex-design.txt77 the task is added to the wait-queue and sleeps until woken up by the
Drt-mutex-design.txt445 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.1.27/Documentation/
Dfutex-requeue-pi.txt116 woken. futex_requeue() then proceeds to requeue the remaining
121 waiter is woken to finish the acquisition of the lock.
Dcircular-buffers.txt184 CPU that the revised head index must be written before the consumer is woken.
Dmemory-barriers.txt2339 function has to needlessly get the spinlock again after being woken up.
Dkernel-parameters.txt3562 The system is woken from this state using a
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmmaster.c281 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()
1960 atomic_set(&mle->woken, 1); in dlm_assert_master_handler()
2617 (atomic_read(&mle->woken) == 1), in dlm_migrate_lockres()
2621 if (atomic_read(&mle->woken) == 1 || in dlm_migrate_lockres()
3151 atomic_set(&tmp->woken, 1); in dlm_add_migration_mle()
3222 atomic_set(&mle->woken, 1); in dlm_clean_migration_mle()
3247 atomic_set(&mle->woken, 1); in dlm_clean_block_mle()
3484 atomic_set(&mle->woken, 1); in dlm_force_free_mles()
Ddlmcommon.h65 atomic_t woken; member
/linux-4.1.27/Documentation/virtual/kvm/
Dhypercalls.txt82 specifying APIC ID (a1) of the vcpu to be woken up. An additional argument (a0)
/linux-4.1.27/Documentation/scsi/
DChangeLog.ips111 - Make sure passthru commands get woken up if we run out of
Dscsi_eh.txt146 shost->host_failed. This wakes up SCSI EH thread. So, once woken up,
DChangeLog.lpfc109 being woken up even when there were no pending els commands.
/linux-4.1.27/Documentation/networking/
Dx25-iface.txt120 CONFIG_NET_HW_FLOWCONTROL. This allows the driver to be woken up
/linux-4.1.27/Documentation/vm/
Dbalance58 problems: first, kswapd is woken up as in 2.2 on low memory conditions
/linux-4.1.27/Documentation/filesystems/
Dfuse.txt333 | [wake up fc->waitq] | [woken up]
350 | [woken up] | [wake up req->waitq]
Dcoda.txt329 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
Dxfs-delayed-logging-design.txt682 woken by the wrong event.
/linux-4.1.27/Documentation/power/
Dcharger-manager.txt105 if the system was woken up by Charger Manager and the polling
Dswsusp.txt247 resume(): devices are woken up so that we can write image to swap
270 resume(): devices are woken up so that system can continue
Druntime_pm.txt648 and the system is woken up from that state by a hardware interrupt or a similar
/linux-4.1.27/kernel/power/
DKconfig138 (autosuspended), and woken up in response to a hardware-generated
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dgpc.fuc292 // Main program loop, very simple, sleeps until woken up by the interrupt
Dhub.fuc218 // Main program loop, very simple, sleeps until woken up by the interrupt
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-devices-power52 the device is suspended causes it to be woken up.
/linux-4.1.27/Documentation/timers/
Dhighres.txt179 context to the softirq and to the task which is woken up by the expired
/linux-4.1.27/Documentation/trace/
Dftrace.txt25 a task is woken to the task is actually scheduled in.
523 it has been woken up.
1377 time it takes for a task that is woken to actually wake up.
1425 wakeup time it takes for the highest priority task that is woken
/linux-4.1.27/Documentation/cgroups/
Dcpusets.txt528 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.1.27/kernel/trace/
DKconfig222 to be scheduled in, starting from the point it has woken up.
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt838 interrupts which are needed for the 'watchdog/N' threads to be woken up by
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt580 anyone waiting for that bit will be woken up.