Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dsubr_hash.c57 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()
H A Dvfs_cache.c2620 nchinittbl(u_long elements, u_long *hashmask) in nchinittbl()
/freebsd-13.1/sys/netinet/
H A Dtcp_hostcache.h75 u_int hashmask; member
H A Dtcp_syncache.h127 u_int hashmask; member
/freebsd-13.1/contrib/unbound/util/storage/
H A Dlookup3.c117 #define hashmask(n) (hashsize(n)-1) macro
/freebsd-13.1/sys/dev/cxgbe/common/
H A Dt4_hw.c9689 hashmask_to_filtermask(uint64_t hashmask, uint16_t filter_mode) in hashmask_to_filtermask()