Searched defs:read_quota (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Drwlock.h103 unsigned int read_quota; member in struct:isc_rwlock
118 isc_rwlock_init(isc_rwlock_t *rwl, unsigned int read_quota,
/bind-9.11.3/lib/isc/
H A Drwlock.c94 isc_rwlock_init(isc_rwlock_t *rwl, unsigned int read_quota, argument
114 if (read_quota != 0) {
128 if (read_quota == 0)
129 read_quota = RWLOCK_DEFAULT_READ_QUOTA;
130 rwl->read_quota = read_quota;
709 rwl->granted < rwl->read_quota)))))
822 (rwl->writers_waiting == 0 || rwl->granted < rwl->read_quota) &&
894 isc_rwlock_init(isc_rwlock_t *rwl, unsigned int read_quota, argument
899 UNUSED(read_quota);
[all...]

Completed in 11 milliseconds