Searched refs:sfl_lock (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_vf.c | 505 mtx_init(&sc->sfl_lock, "starving freelists", 0, MTX_DEF); in t4vf_attach() 507 callout_init_mtx(&sc->sfl_callout, &sc->sfl_lock, 0); in t4vf_attach()
|
H A D | adapter.h | 1006 struct mtx sfl_lock; /* same cache-line as sc_lock? but that's ok */ member
|
H A D | t4_sge.c | 5102 mtx_assert(&sc->sfl_lock, MA_OWNED); in refill_sfl() 6345 mtx_lock(&sc->sfl_lock); in add_fl_to_sfl() 6353 mtx_unlock(&sc->sfl_lock); in add_fl_to_sfl()
|
H A D | t4_main.c | 1250 mtx_init(&sc->sfl_lock, "starving freelists", 0, MTX_DEF); in t4_attach() 1252 callout_init_mtx(&sc->sfl_callout, &sc->sfl_lock, 0); in t4_attach() 1904 mtx_destroy(&sc->sfl_lock); in t4_detach_common() 7217 mtx_lock(&sc->sfl_lock); in quiesce_iq_fl() 7222 mtx_unlock(&sc->sfl_lock); in quiesce_iq_fl()
|