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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Drwsem.c39 /* Wake types for __rwsem_do_wake(). Note that RWSEM_WAKE_NO_ACTIVE and
44 #define RWSEM_WAKE_NO_ACTIVE 1 /* rwsem was observed with no active thread */ macro
202 sem = __rwsem_do_wake(sem, RWSEM_WAKE_NO_ACTIVE);

Completed in 105 milliseconds