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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c153 * uri_hash_t - hash bucket (chain) type, contained in the uri_hash_ab[]
163 * uri_hash_which - which uri_hash_ab[] is the current hash.
165 * uri_hash_n[] - the P2Ps[] index for each uri_hash_ab[].
167 * uri_hash_sz[] - the size for each uri_hash_ab[].
169 * 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
172 * a new uri_hash_ab[] needs to be created.
174 * uri_hash_ab[] - the uri_hash_t entries.
176 * uri_hash_lru[] - the last uri_hash_ab[] walked for lru reclaim.
193 static uri_hash_t *uri_hash_ab[ variable
[all...]

Completed in 46 milliseconds