Searched refs:admin_mtx (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_iflib.h258 struct mtx admin_mtx; /* mutex to protect the admin timer */ member in struct:ice_softc
H A Dif_ice_iflib.c484 mtx_init(&sc->admin_mtx, sc->admin_mtx_name, NULL, MTX_DEF);
485 callout_init_mtx(&sc->admin_timer, &sc->admin_mtx, 0);
664 mtx_lock(&sc->admin_mtx);
666 mtx_unlock(&sc->admin_mtx);
667 mtx_destroy(&sc->admin_mtx);
856 mtx_lock(&sc->admin_mtx);
858 mtx_unlock(&sc->admin_mtx);
886 mtx_lock(&sc->admin_mtx);
888 mtx_unlock(&sc->admin_mtx);
951 mtx_lock(&sc->admin_mtx);
[all...]
/freebsd-current/sys/dev/ixl/
H A Dif_ixl.c529 mtx_init(&pf->admin_mtx, pf->admin_mtx_name, NULL, MTX_DEF);
530 callout_init_mtx(&pf->admin_timer, &pf->admin_mtx, 0);
678 mtx_lock(&pf->admin_mtx);
680 mtx_unlock(&pf->admin_mtx);
681 mtx_destroy(&pf->admin_mtx);
725 mtx_lock(&pf->admin_mtx);
727 mtx_unlock(&pf->admin_mtx);
839 mtx_lock(&pf->admin_mtx);
841 mtx_unlock(&pf->admin_mtx);
871 mtx_lock(&pf->admin_mtx);
[all...]
H A Dixl_pf.h133 struct mtx admin_mtx; /* mutex to protect the admin timer */ member in struct:ixl_pf

Completed in 110 milliseconds