Home
last modified time | relevance | path

Searched refs:BHNDB_LOCK_ASSERT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_private.h275 #define BHNDB_LOCK_ASSERT(sc, what) mtx_assert(&(sc)->sc_mtx, what) macro
H A Dbhndb.c1233 BHNDB_LOCK_ASSERT(sc, MA_OWNED); in bhndb_retain_dynamic_window()
1300 BHNDB_LOCK_ASSERT(sc, MA_NOTOWNED); in bhndb_try_activate_resource()
1646 BHNDB_LOCK_ASSERT(sc, MA_OWNED); in bhndb_io_resource_get_window()
1730 BHNDB_LOCK_ASSERT(sc, MA_OWNED); in bhndb_io_resource()