Home
last modified time | relevance | path

Searched defs:hashmask (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/kern/
H A Dsubr_hash.c87 hashinit(u_int elements, enum hashtype htype, bool waitok, u_long *hashmask) in hashinit()
140 hashdone(void *hashtbl, enum hashtype htype, u_long hashmask) in hashdone()
/netbsd-src/sbin/fsck_lfs/
H A Dbufcache.c64 int hashmask = (HASH_MAX - 1); variable
/netbsd-src/external/bsd/nsd/dist/
H A Dlookup3.c108 #define hashmask(n) (hashsize(n)-1) macro
/netbsd-src/external/bsd/unbound/dist/util/storage/
H A Dlookup3.c117 #define hashmask(n) (hashsize(n)-1) macro
/netbsd-src/sys/uvm/
H A Duvm_bio.c115 u_long hashmask; /* mask for hashtable */ member
/netbsd-src/external/bsd/tradcpp/dist/
H A Dmacro.c75 static unsigned hashmask; variable