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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c169 * uri_hash_cnt[] - the total uri_desc_t members for each uri_hash_ab[].
171 * uri_hash_overflow[] - the uri_hash_cnt[] for each uri_hash_ab[] when
191 static uint32_t uri_hash_cnt[2] = {0, 0}; variable
277 atomic_dec_32(&uri_hash_cnt[(from)]); \
278 atomic_inc_32(&uri_hash_cnt[(to)]); \
297 if (atomic_dec_32_nv(&uri_hash_cnt[(cur)]) == 0 && \
589 uri_hash_cnt[cur] < uri_hash_overflow[cur]) {
594 * Note, the check for uri_hash_cnt[] above aren't done
600 atomic_inc_32(&uri_hash_cnt[cur]);
654 ASSERT(uri_hash_cnt[ne
[all...]

Completed in 57 milliseconds