Searched defs:hashmask (Results 1 – 6 of 6) sorted by relevance
87 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()
64 int hashmask = (HASH_MAX - 1); variable
108 #define hashmask(n) (hashsize(n)-1) macro
117 #define hashmask(n) (hashsize(n)-1) macro
115 u_long hashmask; /* mask for hashtable */ member
75 static unsigned hashmask; variable