Home
last modified time | relevance | path

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

12

/linux-2.6.39/lib/
Drwsem.c63 signed long oldcount, woken, loop, adjustment; in __rwsem_do_wake() local
125 woken = 0; in __rwsem_do_wake()
127 woken++; in __rwsem_do_wake()
137 adjustment = woken * RWSEM_ACTIVE_READ_BIAS; in __rwsem_do_wake()
145 for (loop = woken; loop > 0; loop--) { in __rwsem_do_wake()
Drwsem-spinlock.c66 int woken; in __rwsem_do_wake() local
95 woken = 0; in __rwsem_do_wake()
105 woken++; in __rwsem_do_wake()
111 sem->activity += woken; in __rwsem_do_wake()
Dklist.c178 int woken; member
196 waiter->woken = 1; in klist_release()
245 waiter.woken = 0; in klist_remove()
254 if (waiter.woken) in klist_remove()
/linux-2.6.39/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-2.6.39/Documentation/
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.
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.
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-2.6.39/fs/ocfs2/dlm/
Ddlmmaster.c281 atomic_set(&mle->woken, 0); in dlm_init_mle()
1081 atomic_set(&mle->woken, 0); in dlm_wait_for_lock_mastery()
1083 (atomic_read(&mle->woken) == 1), in dlm_wait_for_lock_mastery()
1892 atomic_set(&mle->woken, 1); in dlm_assert_master_handler()
2597 (atomic_read(&mle->woken) == 1), in dlm_migrate_lockres()
2601 if (atomic_read(&mle->woken) == 1 || in dlm_migrate_lockres()
3153 atomic_set(&tmp->woken, 1); in dlm_add_migration_mle()
3220 atomic_set(&mle->woken, 1); in dlm_clean_migration_mle()
3245 atomic_set(&mle->woken, 1); in dlm_clean_block_mle()
3478 atomic_set(&mle->woken, 1); in dlm_force_free_mles()
Ddlmcommon.h65 atomic_t woken; member
/linux-2.6.39/Documentation/scsi/
DChangeLog.ips111 - Make sure passthru commands get woken up if we run out of
Dscsi_eh.txt138 shost->host_failed. This wakes up SCSI EH thread. So, once woken up,
/linux-2.6.39/Documentation/networking/
Dx25-iface.txt120 CONFIG_NET_HW_FLOWCONTROL. This allows the driver to be woken up
/linux-2.6.39/Documentation/vm/
Dbalance58 problems: first, kswapd is woken up as in 2.2 on low memory conditions
/linux-2.6.39/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
/linux-2.6.39/Documentation/ABI/testing/
Dsysfs-devices-power52 the device is suspended causes it to be woken up.
/linux-2.6.39/kernel/power/
DKconfig108 period of inactivity and woken up in response to a hardware-generated
/linux-2.6.39/Documentation/power/
Dswsusp.txt226 resume(): devices are woken up so that we can write image to swap
249 resume(): devices are woken up so that system can continue
/linux-2.6.39/Documentation/timers/
Dhighres.txt179 context to the softirq and to the task which is woken up by the expired
/linux-2.6.39/kernel/trace/
DKconfig224 to be scheduled in, starting from the point it has woken up.
/linux-2.6.39/Documentation/trace/
Dftrace.txt24 task to run after it was woken up, the time interrupts are
228 it has been woken up.
898 wakeup time it takes for the highest priority task that is woken
/linux-2.6.39/Documentation/cgroups/
Dcpusets.txt522 When a task is woken up, scheduler try to move the task on idle CPU.
540 woken task B from X to Z since it is out of its searching range.
Dcgroups.txt472 eventfd will be woken up by control file implementation or when the
/linux-2.6.39/Documentation/filesystems/caching/
Dnetfs-api.txt573 anyone waiting for that bit will be woken up.

12