Searched refs:scan_mtx (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211.h | 313 struct mtx scan_mtx; member 373 mtx_init(&(_lhw)->scan_mtx, "lhw-scan", NULL, MTX_DEF | MTX_RECURSE); 375 mtx_destroy(&(_lhw)->scan_mtx); 377 mtx_lock(&(_lhw)->scan_mtx) 379 mtx_unlock(&(_lhw)->scan_mtx) 381 mtx_assert(&(_lhw)->scan_mtx, MA_OWNED) 383 mtx_assert(&(_lhw)->scan_mtx, MA_NOTOWNED)
|
| H A D | linux_80211.c | 2082 error = msleep(lhw, &lhw->scan_mtx, 0, "lhwscanstop", hz/2); in lkpi_stop_hw_scan() 4991 e = msleep(lhw, &lhw->scan_mtx, 0, "lhwscanstop", hz); in lkpi_ic_scan_start()
|