Searched refs:phashinit_flags (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_hash.c | 109 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 D | systm.h | 158 void *phashinit_flags(int count, struct malloc_type *type, u_long *nentries,
|
/freebsd/sys/netinet/ |
H A D | tcp_lro.c | 194 lc->lro_hash = phashinit_flags(lro_entries, M_LRO, &lc->lro_hashsz, in tcp_lro_init_args()
|