Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDsubr_hash.c55 hashinit_flags(int elements, struct malloc_type *type, u_long *hashmask, in hashinit_flags()
84 hashinit(int elements, struct malloc_type *type, u_long *hashmask) in hashinit()
91 hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) in hashdestroy()
HDvfs_cache.c2644 nchinittbl(u_long elements, u_long *hashmask) in nchinittbl()
/freebsd-14-stable/sys/netinet/
HDtcp_syncache.h127 u_int hashmask; member
HDtcp_hostcache.c128 u_int hashmask; member
/freebsd-14-stable/contrib/unbound/util/storage/
HDlookup3.c117 #define hashmask(n) (hashsize(n)-1) macro
/freebsd-14-stable/sys/fs/unionfs/
HDunion_subr.c307 u_long hashmask; in unionfs_nodeget() local
/freebsd-14-stable/sys/dev/cxgbe/common/
HDt4_hw.c9627 hashmask_to_filtermask(uint64_t hashmask, uint16_t filter_mode) in hashmask_to_filtermask()