Searched refs:po_mtx (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/dev/hwpmc/
H A Dhwpmc_logging.c202 mtx_assert(&po->po_mtx, MA_OWNED);
285 mtx_lock_spin(&po->po_mtx);
287 mtx_unlock_spin(&po->po_mtx);
307 mtx_unlock_spin(&po->po_mtx);
402 mtx_unlock_spin(&po->po_mtx);
429 mtx_lock_spin(&po->po_mtx);
433 mtx_unlock_spin(&po->po_mtx);
439 mtx_unlock_spin(&po->po_mtx);
474 mtx_unlock_spin(&po->po_mtx);
522 mtx_assert(&po->po_mtx, MA_OWNE
[all...]
H A Dhwpmc_mod.c2033 mtx_init(&po->po_mtx, "pmc-owner-mtx", "pmc-per-proc", MTX_SPIN);
2048 mtx_destroy(&po->po_mtx);
/freebsd-10.1-release/sys/sys/
H A Dpmc.h617 * (o) - po->po_mtx (spin lock)
790 struct mtx po_mtx; /* spin lock for (o) */ member in struct:pmc_owner

Completed in 141 milliseconds