Searched refs:woken (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Drwsem.c54 * - woken process blocks are discarded from the list after having task zeroed
55 * - writers are only woken if downgrading is false
63 signed long oldcount, woken, loop, adjustment; local
104 * woken up a waiter, making it now active. We prefer to check for
125 woken = 0;
127 woken++;
137 adjustment = woken * RWSEM_ACTIVE_READ_BIAS;
145 for (loop = woken; loop > 0; loop--) {
H A Dklist.c178 int woken; member in struct:klist_waiter
196 waiter->woken = 1;
245 waiter.woken = 0;
254 if (waiter.woken)
H A Drwsem-spinlock.c58 * - woken process blocks are discarded from the list after having task zeroed
59 * - writers are only woken if wakewrite is non-zero
66 int woken; local
95 woken = 0;
105 woken++;
111 sem->activity += woken;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmmaster.c281 atomic_set(&mle->woken, 0);
1083 atomic_set(&mle->woken, 0);
1085 (atomic_read(&mle->woken) == 1),
1894 atomic_set(&mle->woken, 1);
2588 (atomic_read(&mle->woken) == 1),
2592 if (atomic_read(&mle->woken) == 1 ||
2795 mlog(0, "woken again: migrating? %s, dead? %s\n",
3140 atomic_set(&tmp->woken, 1);
3207 atomic_set(&mle->woken, 1);
3232 atomic_set(&mle->woken,
[all...]
H A Ddlmcommon.h65 atomic_t woken; member in struct:dlm_master_list_entry
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dconditn.tex155 on the same condition, the exact thread which is woken up is undefined. If no

Completed in 82 milliseconds