Lines Matching defs:sched_scan_sdata
270 sdata2 = rcu_dereference(local->sched_scan_sdata);
1342 rcu_assign_pointer(local->sched_scan_sdata, sdata);
1351 RCU_INIT_POINTER(local->sched_scan_sdata, NULL);
1366 if (rcu_access_pointer(local->sched_scan_sdata)) {
1379 struct ieee80211_sub_if_data *sched_scan_sdata;
1392 sched_scan_sdata = rcu_dereference_protected(local->sched_scan_sdata,
1394 if (sched_scan_sdata) {
1395 ret = drv_sched_scan_stop(local, sched_scan_sdata);
1397 RCU_INIT_POINTER(local->sched_scan_sdata, NULL);
1419 if (!rcu_access_pointer(local->sched_scan_sdata)) {
1424 RCU_INIT_POINTER(local->sched_scan_sdata, NULL);