/linux-2.6.39/lib/ |
D | rwsem.c | 63 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()
|
D | rwsem-spinlock.c | 66 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()
|
D | klist.c | 178 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/ |
D | knfsd-stats.txt | 82 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/ |
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 | 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 | 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-2.6.39/fs/ocfs2/dlm/ |
D | dlmmaster.c | 281 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()
|
D | dlmcommon.h | 65 atomic_t woken; member
|
/linux-2.6.39/Documentation/scsi/ |
D | ChangeLog.ips | 111 - Make sure passthru commands get woken up if we run out of
|
D | scsi_eh.txt | 138 shost->host_failed. This wakes up SCSI EH thread. So, once woken up,
|
/linux-2.6.39/Documentation/networking/ |
D | x25-iface.txt | 120 CONFIG_NET_HW_FLOWCONTROL. This allows the driver to be woken up
|
/linux-2.6.39/Documentation/vm/ |
D | balance | 58 problems: first, kswapd is woken up as in 2.2 on low memory conditions
|
/linux-2.6.39/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
|
/linux-2.6.39/Documentation/ABI/testing/ |
D | sysfs-devices-power | 52 the device is suspended causes it to be woken up.
|
/linux-2.6.39/kernel/power/ |
D | Kconfig | 108 period of inactivity and woken up in response to a hardware-generated
|
/linux-2.6.39/Documentation/power/ |
D | swsusp.txt | 226 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/ |
D | highres.txt | 179 context to the softirq and to the task which is woken up by the expired
|
/linux-2.6.39/kernel/trace/ |
D | Kconfig | 224 to be scheduled in, starting from the point it has woken up.
|
/linux-2.6.39/Documentation/trace/ |
D | ftrace.txt | 24 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/ |
D | cpusets.txt | 522 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.
|
D | cgroups.txt | 472 eventfd will be woken up by control file implementation or when the
|
/linux-2.6.39/Documentation/filesystems/caching/ |
D | netfs-api.txt | 573 anyone waiting for that bit will be woken up.
|