Searched refs:hashmask (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dsubr_hash.c57 hashinit_flags(int elements, struct malloc_type *type, u_long *hashmask, argument
77 *hashmask = hashsize - 1;
86 hashinit(int elements, struct malloc_type *type, u_long *hashmask) argument
89 return (hashinit_flags(elements, type, hashmask, HASH_WAITOK));
93 hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) argument
98 for (hp = hashtbl; hp <= &hashtbl[hashmask]; hp++)
H A Dvfs_cache.c2597 nchinittbl(u_long elements, u_long *hashmask) argument
2607 *hashmask = hashsize - 1;
/freebsd-13-stable/sys/netinet/
H A Dtcp_hostcache.h75 u_int hashmask; member in struct:tcp_hostcache
H A Dtcp_syncache.h127 u_int hashmask; member in struct:tcp_syncache
H A Dtcp_hostcache.c188 V_tcp_hostcache.hashmask)
193 V_tcp_hostcache.hashmask)
220 V_tcp_hostcache.hashmask = V_tcp_hostcache.hashsize - 1;
H A Dtcp_syncache.c267 V_tcp_syncache.hashmask = V_tcp_syncache.hashsize - 1;
576 V_tcp_syncache.hash_secret) & V_tcp_syncache.hashmask;
/freebsd-13-stable/sys/sys/
H A Dsystm.h249 void *hashinit(int count, struct malloc_type *type, u_long *hashmask);
251 u_long *hashmask, int flags);
/freebsd-13-stable/contrib/unbound/util/storage/
H A Dlookup3.c112 #define hashmask(n) (hashsize(n)-1) macro
318 h = (h & hashmask(10));
/freebsd-13-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c9658 hashmask_to_filtermask(uint64_t hashmask, uint16_t filter_mode) argument
9670 if ((hashmask & mask) == mask)
9672 hashmask >>= width[i];

Completed in 278 milliseconds