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.c2336 mutex_lock(&vif->probe_client_mutex); in next_probe_client()
2343 mutex_unlock(&vif->probe_client_mutex); in next_probe_client()
2371 mutex_lock(&vif->probe_client_mutex); in wil_probe_client_flush()
2378 mutex_unlock(&vif->probe_client_mutex); in wil_probe_client_flush()
2403 mutex_lock(&vif->probe_client_mutex); in wil_cfg80211_probe_client()
2405 mutex_unlock(&vif->probe_client_mutex); in wil_cfg80211_probe_client()
Dnetdev.c268 mutex_init(&vif->probe_client_mutex); in wil_vif_init()
Dwil6210.h875 struct mutex probe_client_mutex; /* protect @probe_client_pending */ member