Searched defs:hashmask (Results 1 – 6 of 6) 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()
2620 nchinittbl(u_long elements, u_long *hashmask) in nchinittbl()
75 u_int hashmask; member
127 u_int hashmask; member
117 #define hashmask(n) (hashsize(n)-1) macro
9689 hashmask_to_filtermask(uint64_t hashmask, uint16_t filter_mode) in hashmask_to_filtermask()