Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_hash.c52 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()
H A Dvfs_cache.c2729 nchinittbl(u_long elements, u_long *hashmask) in nchinittbl()
/freebsd/sys/netinet/
H A Dtcp_syncache.h125 u_int hashmask; member
H A Dtcp_hostcache.c127 u_int hashmask; member
/freebsd/contrib/unbound/util/storage/
H A Dlookup3.c117 #define hashmask(n) (hashsize(n)-1) macro
/freebsd/sys/fs/unionfs/
H A Dunion_subr.c307 u_long hashmask; in unionfs_nodeget() local
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c9627 hashmask_to_filtermask(uint64_t hashmask, uint16_t filter_mode) in hashmask_to_filtermask()