Home
last modified time | relevance | path

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

/freebsd-12.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()
/freebsd-12.1/sys/netinet/
H A Dtcp_hostcache.h75 u_int hashmask; member
H A Dtcp_syncache.h118 u_int hashmask; member
/freebsd-12.1/contrib/unbound/util/storage/
H A Dlookup3.c112 #define hashmask(n) (hashsize(n)-1) macro