Searched refs:scan_mtx (Results 1 – 2 of 2) sorted by relevance
260 struct mtx scan_mtx; member325 mtx_init(&(_lhw)->scan_mtx, "lhw-scan", NULL, MTX_DEF | MTX_RECURSE);327 mtx_destroy(&(_lhw)->scan_mtx);329 mtx_lock(&(_lhw)->scan_mtx)331 mtx_unlock(&(_lhw)->scan_mtx)333 mtx_assert(&(_lhw)->scan_mtx, MA_OWNED)335 mtx_assert(&(_lhw)->scan_mtx, MA_NOTOWNED)
966 error = msleep(lhw, &lhw->scan_mtx, 0, "lhwscanstop", hz/2); in lkpi_stop_hw_scan()