Home
last modified time | relevance | path

Searched refs:phashinit_flags (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_hash.c109 phashinit_flags(int elements, struct malloc_type *type, u_long *nentries, int flags) in phashinit_flags() function
146 return (phashinit_flags(elements, type, nentries, HASH_WAITOK)); in phashinit()
/freebsd/sys/sys/
H A Dsystm.h158 void *phashinit_flags(int count, struct malloc_type *type, u_long *nentries,
/freebsd/sys/netinet/
H A Dtcp_lro.c194 lc->lro_hash = phashinit_flags(lro_entries, M_LRO, &lc->lro_hashsz, in tcp_lro_init_args()