Searched refs:hashinit_flags (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_hash.c | 52 hashinit_flags(int elements, struct malloc_type *type, u_long *hashmask, in hashinit_flags() function 84 return (hashinit_flags(elements, type, hashmask, HASH_WAITOK)); in hashinit()
|
H A D | kern_event.c | 1870 tmp_knhash = hashinit_flags(KN_HASHSIZE, M_KQUEUE, in kqueue_expand()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_hashtab.c | 47 ht->table = hashinit_flags(ht->size, DRM_MEM_HASHTAB, &ht->mask, in drm_ht_create()
|
/freebsd/sys/netinet/ |
H A D | sctp_os_bsd.h | 247 #define SCTP_HASH_INIT(size, hashmark) hashinit_flags(size, M_PCB, hashmark, HASH_NOWAIT)
|
H A D | ip_mroute.c | 717 V_mfchashtbl = hashinit_flags(mfchashsize, M_MRTABLE, &V_mfchash, in ip_mrouter_init()
|
/freebsd/sys/sys/ |
H A D | systm.h | 152 void *hashinit_flags(int count, struct malloc_type *type,
|
/freebsd/sys/netgraph/ |
H A D | ng_socket.c | 798 new = hashinit_flags((priv->hmask + 1) * 2, M_NETGRAPH_SOCK, &hmask, in ngs_rehash()
|
H A D | ng_base.c | 989 new = hashinit_flags((V_ng_name_hmask + 1) * 2, M_NETGRAPH_NODE, &hmask, in ng_name_rehash() 1020 new = hashinit_flags((V_ng_ID_hmask + 1) * 2, M_NETGRAPH_NODE, &hmask, in ng_ID_rehash()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_filter.c | 120 t->hftid_hash_4t = hashinit_flags(n, M_CXGBE, &t->hftid_4t_mask, flags); in alloc_hftid_hash() 123 t->hftid_hash_tid = hashinit_flags(n, M_CXGBE, &t->hftid_tid_mask, in alloc_hftid_hash()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 1885 td->listen_hash = hashinit_flags(LISTEN_HASH_SIZE, M_CXGBE, in t4_tom_activate()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1208 hashinit.9 hashinit_flags.9 \
|