Searched refs:hashinit_flags (Results 1 – 9 of 9) 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() function 89 return (hashinit_flags(elements, type, hashmask, HASH_WAITOK)); in hashinit()
|
| H A D | kern_event.c | 1738 tmp_knhash = hashinit_flags(KN_HASHSIZE, M_KQUEUE, in kqueue_expand()
|
| /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() function 91 return (hashinit_flags(elements, type, hashmask, HASH_WAITOK)); in hashinit()
|
| H A D | ff_ng_base.c | 991 new = hashinit_flags((V_ng_name_hmask + 1) * 2, M_NETGRAPH_NODE, &hmask, in ng_name_rehash() 1022 new = hashinit_flags((V_ng_ID_hmask + 1) * 2, M_NETGRAPH_NODE, &hmask, in ng_ID_rehash()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_os_bsd.h | 258 #define SCTP_HASH_INIT(size, hashmark) hashinit_flags(size, M_PCB, hashmark, HASH_NOWAIT)
|
| H A D | ip_mroute.c | 679 V_mfchashtbl = hashinit_flags(mfchashsize, M_MRTABLE, &V_mfchash, in ip_mrouter_init()
|
| /f-stack/freebsd/sys/ |
| H A D | systm.h | 252 void *hashinit_flags(int count, struct malloc_type *type,
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_socket.c | 793 new = hashinit_flags((priv->hmask + 1) * 2, M_NETGRAPH_SOCK, &hmask, in ngs_rehash()
|
| H A D | ng_base.c | 985 new = hashinit_flags((V_ng_name_hmask + 1) * 2, M_NETGRAPH_NODE, &hmask, in ng_name_rehash() 1016 new = hashinit_flags((V_ng_ID_hmask + 1) * 2, M_NETGRAPH_NODE, &hmask, in ng_ID_rehash()
|