Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_hash.c114 phashinit_flags(int elements, struct malloc_type *type, u_long *nentries, int flags) in phashinit_flags() function
151 return (phashinit_flags(elements, type, nentries, HASH_WAITOK)); in phashinit()
/f-stack/lib/
H A Dff_kern_subr.c116 phashinit_flags(int elements, struct malloc_type *type, u_long *nentries, int flags) in phashinit_flags() function
153 return (phashinit_flags(elements, type, nentries, HASH_WAITOK)); in phashinit()
/f-stack/freebsd/sys/
H A Dsystm.h258 void *phashinit_flags(int count, struct malloc_type *type, u_long *nentries,
/f-stack/freebsd/netinet/
H A Dtcp_lro.c176 lc->lro_hash = phashinit_flags(elements, M_LRO, &lc->lro_hashsz, in tcp_lro_init_args()