Home
last modified time | relevance | path

Searched refs:config_mtx (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/arm/broadcom/bcm2835/
HDbcm2838_pci.c124 struct mtx config_mtx; member
322 mtx_lock(&sc->config_mtx); in bcm_pcib_read_config()
340 mtx_unlock(&sc->config_mtx); in bcm_pcib_read_config()
355 mtx_lock(&sc->config_mtx); in bcm_pcib_write_config()
372 mtx_unlock(&sc->config_mtx); in bcm_pcib_write_config()
649 mtx_init(&sc->config_mtx, "bcm_pcib: config_mtx", NULL, MTX_DEF); in bcm_pcib_attach()
/freebsd-14-stable/sys/geom/vinum/
HDgeom_vinum_var.h237 struct mtx config_mtx; /* Configuration lock. */ member
HDgeom_vinum_subr.c1091 mtx_lock(&sc->config_mtx); in gv_cleanup()
1117 mtx_destroy(&sc->config_mtx); in gv_cleanup()
HDgeom_vinum.c187 mtx_init(&sc->config_mtx, "gv_config", NULL, MTX_DEF); in gv_init()