Searched refs:phashinit_flags (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_hash.c | 114 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 D | ff_kern_subr.c | 116 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 D | systm.h | 258 void *phashinit_flags(int count, struct malloc_type *type, u_long *nentries,
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_lro.c | 176 lc->lro_hash = phashinit_flags(elements, M_LRO, &lc->lro_hashsz, in tcp_lro_init_args()
|