Searched refs:phashinit_flags (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/sys/
H A Dsystm.h204 void *phashinit_flags(int count, struct malloc_type *type, u_long *nentries,
/freebsd-11-stable/sys/kern/
H A Dsubr_hash.c113 phashinit_flags(int elements, struct malloc_type *type, u_long *nentries, int flags) function
122 ("Bad flags (0x%x) passed to phashinit_flags", flags));
151 return (phashinit_flags(elements, type, nentries, HASH_WAITOK));

Completed in 92 milliseconds