Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/wil6210/
Dcfg80211.c2337 mutex_lock(&vif->probe_client_mutex); in next_probe_client()
2344 mutex_unlock(&vif->probe_client_mutex); in next_probe_client()
2372 mutex_lock(&vif->probe_client_mutex); in wil_probe_client_flush()
2379 mutex_unlock(&vif->probe_client_mutex); in wil_probe_client_flush()
2404 mutex_lock(&vif->probe_client_mutex); in wil_cfg80211_probe_client()
2406 mutex_unlock(&vif->probe_client_mutex); in wil_cfg80211_probe_client()
Dnetdev.c268 mutex_init(&vif->probe_client_mutex); in wil_vif_init()
Dwil6210.h874 struct mutex probe_client_mutex; /* protect @probe_client_pending */ member