Home
last modified time | relevance | path

Searched refs:aps_mtx (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/arch/alpha/dev/
H A Dsgmap_typedep.c134 mtx_enter(&sgmap->aps_mtx); in __C()
137 mtx_leave(&sgmap->aps_mtx); in __C()
436 mtx_enter(&sgmap->aps_mtx); in __C()
439 mtx_leave(&sgmap->aps_mtx); in __C()
H A Dsgmapvar.h58 struct mutex aps_mtx; member
H A Dsgmap_common.c122 mtx_init(&sgmap->aps_mtx, IPL_HIGH);