Home
last modified time | relevance | path

Searched refs:HASHVAL_MOD (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/kern/
H A Dsubr_thmap.c143 #define HASHVAL_MOD (HASHVAL_BITS - 1) macro
381 const unsigned shift = offset & HASHVAL_MOD; in hashval_getslot()
398 const unsigned shift = offset & HASHVAL_MOD; in hashval_getleafslot()