Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/wil6210/
Dcfg80211.c2335 mutex_lock(&vif->probe_client_mutex); in next_probe_client()
2342 mutex_unlock(&vif->probe_client_mutex); in next_probe_client()
2370 mutex_lock(&vif->probe_client_mutex); in wil_probe_client_flush()
2377 mutex_unlock(&vif->probe_client_mutex); in wil_probe_client_flush()
2402 mutex_lock(&vif->probe_client_mutex); in wil_cfg80211_probe_client()
2404 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