Searched refs:uri_hash_t (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[]
155 * READER or WRITER) then acquiring the lock uri_hash_t.lock, the uri_hash_t
157 * is placed on all uri_desc_t uri_hash_t list members.
174 * uri_hash_ab[] - the uri_hash_t entries.
182 } uri_hash_t; typedef in typeref:struct:uri_hash_s
193 static uri_hash_t *uri_hash_ab[2] = {NULL, NULL};
194 static uri_hash_t *uri_hash_lru[2] = {NULL, NULL};
220 * URI_HASH_MIGRATE(from, hp, to) - migrate the uri_hash_t *hp list
224 * *uri which is a member of the uri_hash_t *h
[all...]

Completed in 54 milliseconds