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

/freebsd-11.0-release/contrib/ntp/lib/isc/include/isc/
H A Drwlock.h97 unsigned int read_quota; member in struct:isc_rwlock
112 isc_rwlock_init(isc_rwlock_t *rwl, unsigned int read_quota,
/freebsd-11.0-release/contrib/ntp/lib/isc/
H A Drwlock.c74 isc_rwlock_init(isc_rwlock_t *rwl, unsigned int read_quota, argument
93 if (read_quota != 0) {
107 if (read_quota == 0)
108 read_quota = RWLOCK_DEFAULT_READ_QUOTA;
109 rwl->read_quota = read_quota;
559 rwl->granted < rwl->read_quota)))))
653 (rwl->writers_waiting == 0 || rwl->granted < rwl->read_quota) &&
725 isc_rwlock_init(isc_rwlock_t *rwl, unsigned int read_quota, argument
730 UNUSED(read_quota);
[all...]

Completed in 56 milliseconds