Lines Matching defs:sched_scan_sdata
277 sdata2 = rcu_dereference(local->sched_scan_sdata);
1352 rcu_assign_pointer(local->sched_scan_sdata, sdata);
1361 RCU_INIT_POINTER(local->sched_scan_sdata, NULL);
1376 if (rcu_access_pointer(local->sched_scan_sdata)) {
1389 struct ieee80211_sub_if_data *sched_scan_sdata;
1402 sched_scan_sdata = rcu_dereference_protected(local->sched_scan_sdata,
1404 if (sched_scan_sdata) {
1405 ret = drv_sched_scan_stop(local, sched_scan_sdata);
1407 RCU_INIT_POINTER(local->sched_scan_sdata, NULL);
1429 if (!rcu_access_pointer(local->sched_scan_sdata)) {
1434 RCU_INIT_POINTER(local->sched_scan_sdata, NULL);