Searched defs:hashmask (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | subr_hash.c | 52 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 D | vfs_cache.c | 2758 nchinittbl(u_long elements, u_long *hashmask) in nchinittbl() argument
|
| /freebsd/contrib/unbound/util/storage/ |
| H A D | lookup3.c | 117 #define hashmask(n) (hashsize(n)-1) macro
|
| /freebsd/sys/netinet/ |
| H A D | tcp_hostcache.c | 127 u_int hashmask; member
|
| H A D | tcp_syncache.h | 126 u_int hashmask; member
|
| /freebsd/sys/fs/unionfs/ |
| H A D | union_subr.c | 307 u_long hashmask; in unionfs_nodeget() local
|
| /freebsd/sys/dev/cxgbe/common/ |
| H A D | t4_hw.c | 11507 hashmask_to_filtermask(struct adapter *adap, uint64_t hashmask, uint16_t filter_mode) in hashmask_to_filtermask()
|