Searched refs:hashinit_flags (Results 1 - 13 of 13) sorted by path

/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.c220 td->listen_hash = hashinit_flags(LISTEN_HASH_SIZE, M_CXGB,
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_hashtab.c49 ht->table = hashinit_flags(ht->size, DRM_MEM_HASHTAB, &ht->mask,
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_hashtab.c49 ht->table = hashinit_flags(ht->size, DRM_MEM_HASHTAB, &ht->mask,
/freebsd-11-stable/sys/geom/sched/
H A Dg_sched.c458 hash = hashinit_flags(G_SCHED_HASH_SIZE, M_GEOM_SCHED, mask, flags);
/freebsd-11-stable/sys/kern/
H A Dsubr_hash.c55 hashinit_flags(int elements, struct malloc_type *type, u_long *hashmask, function
65 ("Bad flags (0x%x) passed to hashinit_flags", flags));
88 return (hashinit_flags(elements, type, hashmask, HASH_WAITOK));
/freebsd-11-stable/sys/netgraph/
H A Dng_socket.c780 new = hashinit_flags((priv->hmask + 1) * 2, M_NETGRAPH_SOCK, &hmask,
H A Dng_base.c988 new = hashinit_flags((V_ng_name_hmask + 1) * 2, M_NETGRAPH_NODE, &hmask,
1019 new = hashinit_flags((V_ng_ID_hmask + 1) * 2, M_NETGRAPH_NODE, &hmask,
/freebsd-11-stable/sys/netinet/
H A Dip_mroute.c682 V_mfchashtbl = hashinit_flags(mfchashsize, M_MRTABLE, &V_mfchash,
H A Dsctp_os_bsd.h256 #define SCTP_HASH_INIT(size, hashmark) hashinit_flags(size, M_PCB, hashmark, HASH_NOWAIT)
/freebsd-11-stable/share/man/man9/
H A DMakefile874 hashinit.9 hashinit_flags.9 \
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_filter.c122 t->hftid_hash_4t = hashinit_flags(n, M_CXGBE, &t->hftid_4t_mask, flags);
125 t->hftid_hash_tid = hashinit_flags(n, M_CXGBE, &t->hftid_tid_mask,
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c1074 td->listen_hash = hashinit_flags(LISTEN_HASH_SIZE, M_CXGBE,
/freebsd-11-stable/sys/sys/
H A Dsystm.h198 void *hashinit_flags(int count, struct malloc_type *type,

Completed in 202 milliseconds