Home
last modified time | relevance | path

Searched refs:hashinit_generic (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dsystm.h205 void hashinit_generic(int elements,
210 hashinit_generic((_elements), &__hashinit_out_hash, &__hashinit_out_count); \
/xnu-12377.61.12/bsd/kern/
H A Dkern_subr.c638 hashinit_generic(int elements, in hashinit_generic() function