Home
last modified time | relevance | path

Searched refs:hashinit_flags (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_hash.c57 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 Dkern_event.c1738 tmp_knhash = hashinit_flags(KN_HASHSIZE, M_KQUEUE, in kqueue_expand()
/f-stack/lib/
H A Dff_kern_subr.c56 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 Dff_ng_base.c991 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 Dsctp_os_bsd.h258 #define SCTP_HASH_INIT(size, hashmark) hashinit_flags(size, M_PCB, hashmark, HASH_NOWAIT)
H A Dip_mroute.c679 V_mfchashtbl = hashinit_flags(mfchashsize, M_MRTABLE, &V_mfchash, in ip_mrouter_init()
/f-stack/freebsd/sys/
H A Dsystm.h252 void *hashinit_flags(int count, struct malloc_type *type,
/f-stack/freebsd/netgraph/
H A Dng_socket.c793 new = hashinit_flags((priv->hmask + 1) * 2, M_NETGRAPH_SOCK, &hmask, in ngs_rehash()
H A Dng_base.c985 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()