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.c809 RUN_LOCK(sc); in run_attach()
950 RUN_LOCK(sc); in run_detach()
957 RUN_LOCK(sc); in run_detach()
1111 RUN_LOCK(sc); in run_vap_delete()
1149 RUN_LOCK(sc); in run_cmdq_cb()
1227 RUN_LOCK(sc); in run_load_microcode()
2125 RUN_LOCK(sc); in run_media_change()
2184 RUN_LOCK(sc); in run_newstate()
2306 RUN_LOCK(sc); in run_wme_update()
2498 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.c2807 RUN_LOCK(sc); in mtw_bulk_tx_callbackN()