Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsubr_thmap.c153 #define LEVEL_MASK (LEVEL_SIZE - 1) macro
389 return (query->hashval >> shift) & LEVEL_MASK; in hashval_getslot()
401 return (hash(thmap->seed, key, leaf->len, i) >> shift) & LEVEL_MASK; in hashval_getleafslot()
409 return query->hashval & LEVEL_MASK; in hashval_getl0slot()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dsumod.h314 # define LEVEL_MASK (0x3 << 1) macro