_mtx_init_flags
_mtx_init_flags(&lock->prl_mtx, pp->pr_ipl, pp->pr_wchan, 0, type);
void _mtx_init_flags(struct mutex *, int, const char *, int,
_mtx_init_flags(m, ipl, name, flags, &__lock_type); \