mtx_init
mtx_init(mtx_t *mtx, int type)
#define mtx_init(a, b, c, d) { mutex_init(a, MUTEX_DEFAULT, IPL_HIGH) }