Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dcfg80211.c1822 mutex_lock(&vif->probe_client_mutex); in next_probe_client()
1829 mutex_unlock(&vif->probe_client_mutex); in next_probe_client()
1857 mutex_lock(&vif->probe_client_mutex); in wil_probe_client_flush()
1864 mutex_unlock(&vif->probe_client_mutex); in wil_probe_client_flush()
1889 mutex_lock(&vif->probe_client_mutex); in wil_cfg80211_probe_client()
1891 mutex_unlock(&vif->probe_client_mutex); in wil_cfg80211_probe_client()
Dnetdev.c278 mutex_init(&vif->probe_client_mutex); in wil_vif_init()
Dwil6210.h849 struct mutex probe_client_mutex; /* protect @probe_client_pending */ member