Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/an/
Dif_an.c580 AN_LOCK_ASSERT(sc); in an_init_mpi350_desc()
870 AN_LOCK_ASSERT(sc); in an_rxeof()
1128 AN_LOCK_ASSERT(sc); in an_txeof()
1182 AN_LOCK_ASSERT(sc); in an_stats_update()
1291 AN_LOCK_ASSERT(sc); in an_cmd_struct()
1338 AN_LOCK_ASSERT(sc); in an_cmd()
1385 AN_LOCK_ASSERT(sc); in an_reset()
1413 AN_LOCK_ASSERT(sc); in an_read_record()
1524 AN_LOCK_ASSERT(sc); in an_write_record()
1781 AN_LOCK_ASSERT(sc); in an_setdef()
[all …]
Dif_anreg.h496 #define AN_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->an_mtx, MA_OWNED) macro