Searched refs:xch_hashlen (Results 1 – 3 of 3) sorted by relevance
96 uint_t xch_hashlen; /* size of xch_hash bucket array */ member
224 xch->xch_hashlen = hashlen; in fmd_xprt_class_hash_create()235 for (i = 0; i < xch->xch_hashlen; i++) { in fmd_xprt_class_hash_destroy()247 fmd_free(xch->xch_hash, sizeof (void *) * xch->xch_hashlen); in fmd_xprt_class_hash_destroy()259 uint_t h = fmd_strhash(class) % xch->xch_hashlen; in fmd_xprt_class_hash_insert()290 uint_t h = fmd_strhash(class) % xch->xch_hashlen; in fmd_xprt_class_hash_delete()
1487 return (hash_walk_init(wsp, (uintptr_t)xch.xch_hash, xch.xch_hashlen, in xpc_walk_init()