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

/linux-master/kernel/locking/
H A Drwsem.c367 #define MAX_READERS_WAKEUP 0x100 macro
487 * Grant up to MAX_READERS_WAKEUP read locks to all the readers in the
520 if (unlikely(woken >= MAX_READERS_WAKEUP))

Completed in 231 milliseconds