hashinit_flags
t->hftid_hash_4t = hashinit_flags(n, M_CXGBE, &t->hftid_4t_mask, flags);
t->hftid_hash_tid = hashinit_flags(n, M_CXGBE, &t->hftid_tid_mask,
td->listen_hash = hashinit_flags(LISTEN_HASH_SIZE, M_CXGBE,
ht->table = hashinit_flags(ht->size, DRM_MEM_HASHTAB, &ht->mask,
tmp_knhash = hashinit_flags(KN_HASHSIZE, M_KQUEUE,
return (hashinit_flags(elements, type, hashmask, HASH_WAITOK));
new = hashinit_flags((V_ng_ID_hmask + 1) * 2, M_NETGRAPH_NODE, &hmask,
new = hashinit_flags((V_ng_name_hmask + 1) * 2, M_NETGRAPH_NODE, &hmask,
new = hashinit_flags((priv->hmask + 1) * 2, M_NETGRAPH_SOCK, &hmask,
mfct->mfchashtbl = hashinit_flags(mfchashsize, M_MRTABLE, &V_mfchash,
#define SCTP_HASH_INIT(size, hashmark) hashinit_flags(size, M_PCB, hashmark, HASH_NOWAIT)
void *hashinit_flags(int count, struct malloc_type *type,