Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dcfg80211.c2324 mutex_lock(&vif->probe_client_mutex); in next_probe_client()
2331 mutex_unlock(&vif->probe_client_mutex); in next_probe_client()
2359 mutex_lock(&vif->probe_client_mutex); in wil_probe_client_flush()
2366 mutex_unlock(&vif->probe_client_mutex); in wil_probe_client_flush()
2391 mutex_lock(&vif->probe_client_mutex); in wil_cfg80211_probe_client()
2393 mutex_unlock(&vif->probe_client_mutex); in wil_cfg80211_probe_client()
Dnetdev.c279 mutex_init(&vif->probe_client_mutex); in wil_vif_init()
Dwil6210.h883 struct mutex probe_client_mutex; /* protect @probe_client_pending */ member