Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/wil6210/
Dcfg80211.c2313 mutex_lock(&vif->probe_client_mutex); in next_probe_client()
2320 mutex_unlock(&vif->probe_client_mutex); in next_probe_client()
2348 mutex_lock(&vif->probe_client_mutex); in wil_probe_client_flush()
2355 mutex_unlock(&vif->probe_client_mutex); in wil_probe_client_flush()
2380 mutex_lock(&vif->probe_client_mutex); in wil_cfg80211_probe_client()
2382 mutex_unlock(&vif->probe_client_mutex); in wil_cfg80211_probe_client()
Dnetdev.c268 mutex_init(&vif->probe_client_mutex); in wil_vif_init()
Dwil6210.h872 struct mutex probe_client_mutex; /* protect @probe_client_pending */ member