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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c217 * URI_HASH_IX(unsigned hix, int which) - convert the hash value hix to
267 #define URI_HASH_IX(hix, which) (hix) = (hix) % (uri_hash_sz[(which)]) macro
280 URI_HASH_IX(_nhix, to); \
537 URI_HASH_IX(hix, cur);
587 URI_HASH_IX(hix, cur);
704 URI_HASH_IX(hix, new);
758 URI_HASH_IX(hix, cur);

Completed in 60 milliseconds