Lines Matching defs:sched_scan_sdata
321 sdata2 = rcu_dereference(local->sched_scan_sdata);
1369 rcu_assign_pointer(local->sched_scan_sdata, sdata);
1378 RCU_INIT_POINTER(local->sched_scan_sdata, NULL);
1392 if (rcu_access_pointer(local->sched_scan_sdata))
1400 struct ieee80211_sub_if_data *sched_scan_sdata;
1411 sched_scan_sdata = rcu_dereference_protected(local->sched_scan_sdata,
1413 if (sched_scan_sdata) {
1414 ret = drv_sched_scan_stop(local, sched_scan_sdata);
1416 RCU_INIT_POINTER(local->sched_scan_sdata, NULL);
1436 if (!rcu_access_pointer(local->sched_scan_sdata))
1439 RCU_INIT_POINTER(local->sched_scan_sdata, NULL);