Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_run.c810 RUN_LOCK(sc); in run_attach()
952 RUN_LOCK(sc); in run_detach()
959 RUN_LOCK(sc); in run_detach()
1113 RUN_LOCK(sc); in run_vap_delete()
1151 RUN_LOCK(sc); in run_cmdq_cb()
1229 RUN_LOCK(sc); in run_load_microcode()
2127 RUN_LOCK(sc); in run_media_change()
2186 RUN_LOCK(sc); in run_newstate()
2308 RUN_LOCK(sc); in run_wme_update()
2505 RUN_LOCK(sc); in run_key_set()
[all …]
H A Dif_runvar.h262 #define RUN_LOCK(sc) mtx_lock(&(sc)->sc_mtx) macro