Searched refs:RWSEM_WAKE_READ_OWNED (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.c40 * RWSEM_WAKE_READ_OWNED imply that the spinlock must have been kept held
45 #define RWSEM_WAKE_READ_OWNED 2 /* rwsem was observed to be read owned */ macro
69 if (wake_type == RWSEM_WAKE_READ_OWNED)
205 sem = __rwsem_do_wake(sem, RWSEM_WAKE_READ_OWNED);
274 sem = __rwsem_do_wake(sem, RWSEM_WAKE_READ_OWNED);

Completed in 29 milliseconds