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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c301 #define VN_HTABLE_KEY(p, hp) ((p) % ((hp)->vn_htable_buckets)) macro
388 hkey = VN_HTABLE_KEY(ptr, hp);
407 htmp = &hp->vn_htable[VN_HTABLE_KEY(hent->vn_ptr, hp)];

Completed in 60 milliseconds