Searched defs:hashmask (Results 1 – 4 of 4) sorted by relevance
57 hashinit_flags(int elements, struct malloc_type *type, u_long *hashmask, in hashinit_flags()86 hashinit(int elements, struct malloc_type *type, u_long *hashmask) in hashinit()93 hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) in hashdestroy()
75 u_int hashmask; member
118 u_int hashmask; member
112 #define hashmask(n) (hashsize(n)-1) macro