Home
last modified time | relevance | path

Searched refs:RUN_LOCK (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/usb/wlan/
H A Dif_run.c810 RUN_LOCK(sc); in run_attach()
951 RUN_LOCK(sc); in run_detach()
958 RUN_LOCK(sc); in run_detach()
1112 RUN_LOCK(sc); in run_vap_delete()
1150 RUN_LOCK(sc); in run_cmdq_cb()
1228 RUN_LOCK(sc); in run_load_microcode()
2126 RUN_LOCK(sc); in run_media_change()
2185 RUN_LOCK(sc); in run_newstate()
2307 RUN_LOCK(sc); in run_wme_update()
2499 RUN_LOCK(sc); in run_key_set()
[all …]
H A Dif_runvar.h262 #define RUN_LOCK(sc) mtx_lock(&(sc)->sc_mtx) macro
H A Dif_mtw.c2805 RUN_LOCK(sc); in mtw_bulk_tx_callbackN()