Searched defs:hashmask (Results 1 – 7 of 7) sorted by relevance
52 hashinit_flags(int elements, struct malloc_type *type, u_long *hashmask, in hashinit_flags()81 hashinit(int elements, struct malloc_type *type, u_long *hashmask) in hashinit()88 hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) in hashdestroy()
2729 nchinittbl(u_long elements, u_long *hashmask) in nchinittbl()
125 u_int hashmask; member
127 u_int hashmask; member
117 #define hashmask(n) (hashsize(n)-1) macro
307 u_long hashmask; in unionfs_nodeget() local
9627 hashmask_to_filtermask(uint64_t hashmask, uint16_t filter_mode) in hashmask_to_filtermask()