Searched refs:hashmask (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_hash.c | 57 hashinit_flags(int elements, struct malloc_type *type, u_long *hashmask, in hashinit_flags() argument 77 *hashmask = hashsize - 1; in hashinit_flags() 86 hashinit(int elements, struct malloc_type *type, u_long *hashmask) in hashinit() argument 89 return (hashinit_flags(elements, type, hashmask, HASH_WAITOK)); in hashinit() 93 hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) in hashdestroy() argument 98 for (hp = hashtbl; hp <= &hashtbl[hashmask]; hp++) in hashdestroy()
|
| H A D | vfs_cache.c | 2493 nchinittbl(u_long elements, u_long *hashmask) in nchinittbl() argument 2503 *hashmask = hashsize - 1; in nchinittbl()
|
| /f-stack/lib/ |
| H A D | ff_kern_subr.c | 56 hashinit_flags(int elements, struct malloc_type *type, u_long *hashmask, in hashinit_flags() argument 80 *hashmask = hashsize - 1; in hashinit_flags() 89 hashinit(int elements, struct malloc_type *type, u_long *hashmask) in hashinit() argument 91 return (hashinit_flags(elements, type, hashmask, HASH_WAITOK)); in hashinit() 95 hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) in hashdestroy() argument 100 for (hp = hashtbl; hp <= &hashtbl[hashmask]; hp++) in hashdestroy()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_hostcache.h | 75 u_int hashmask; member
|
| H A D | tcp_syncache.h | 125 u_int hashmask; member
|
| H A D | tcp_hostcache.c | 180 V_tcp_hostcache.hashmask) 188 V_tcp_hostcache.hashmask) 214 V_tcp_hostcache.hashmask = V_tcp_hostcache.hashsize - 1; in tcp_hc_init()
|
| H A D | tcp_syncache.c | 265 V_tcp_syncache.hashmask = V_tcp_syncache.hashsize - 1; in syncache_init() 574 V_tcp_syncache.hash_secret) & V_tcp_syncache.hashmask; in syncache_hashbucket()
|
| /f-stack/freebsd/sys/ |
| H A D | systm.h | 251 void *hashinit(int count, struct malloc_type *type, u_long *hashmask); 253 u_long *hashmask, int flags);
|