MTX_INITIALIZER
static struct mtx vm_phys_fictitious_reg_mtx = MTX_INITIALIZER("vmphy");
static struct mtx syscons_mtx = MTX_INITIALIZER("syscons");
static struct mtx ifnet_mtx = MTX_INITIALIZER("ifnet");
struct mtx nd6_mtx = MTX_INITIALIZER("nd6");
static struct mtx dev_pager_mtx = MTX_INITIALIZER("devpgr");
static struct mtx swap_mtx = MTX_INITIALIZER("swpmtx");