• Home
  • Raw
  • Download

Lines Matching refs:tmp

215 	struct ieee80211_roc_work *roc, *tmp;  in ieee80211_end_finished_rocs()  local
220 list_for_each_entry_safe(roc, tmp, &local->roc_list, list) { in ieee80211_end_finished_rocs()
312 struct ieee80211_roc_work *roc, *tmp; in _ieee80211_start_next_roc() local
331 list_for_each_entry(tmp, &local->roc_list, list) { in _ieee80211_start_next_roc()
332 if (tmp == roc) in _ieee80211_start_next_roc()
334 if (tmp->sdata != roc->sdata || tmp->chan != roc->chan) in _ieee80211_start_next_roc()
336 max_dur = max(tmp->duration, max_dur); in _ieee80211_start_next_roc()
337 min_dur = min(tmp->duration, min_dur); in _ieee80211_start_next_roc()
338 type = max(tmp->type, type); in _ieee80211_start_next_roc()
352 list_for_each_entry(tmp, &local->roc_list, list) { in _ieee80211_start_next_roc()
353 if (tmp->sdata != roc->sdata || in _ieee80211_start_next_roc()
354 tmp->chan != roc->chan) in _ieee80211_start_next_roc()
356 tmp->started = true; in _ieee80211_start_next_roc()
357 tmp->abort = true; in _ieee80211_start_next_roc()
364 list_for_each_entry(tmp, &local->roc_list, list) { in _ieee80211_start_next_roc()
365 if (tmp->sdata != roc->sdata || tmp->chan != roc->chan) in _ieee80211_start_next_roc()
367 tmp->started = true; in _ieee80211_start_next_roc()
393 list_for_each_entry(tmp, &local->roc_list, list) { in _ieee80211_start_next_roc()
394 if (tmp->sdata != roc->sdata || tmp->chan != roc->chan) in _ieee80211_start_next_roc()
397 tmp->on_channel = roc->on_channel; in _ieee80211_start_next_roc()
398 ieee80211_handle_roc_started(tmp, jiffies); in _ieee80211_start_next_roc()
554 struct ieee80211_roc_work *roc, *tmp; in ieee80211_start_roc_work() local
624 list_for_each_entry(tmp, &local->roc_list, list) { in ieee80211_start_roc_work()
625 if (tmp->chan != channel || tmp->sdata != sdata) in ieee80211_start_roc_work()
632 if (!tmp->started) { in ieee80211_start_roc_work()
633 list_add(&roc->list, &tmp->list); in ieee80211_start_roc_work()
652 u32 elapsed = jiffies_to_msecs(now - tmp->start_time); in ieee80211_start_roc_work()
661 list_add(&roc->list, &tmp->list); in ieee80211_start_roc_work()
663 roc->on_channel = tmp->on_channel; in ieee80211_start_roc_work()
669 queued = ieee80211_coalesce_hw_started_roc(local, roc, tmp); in ieee80211_start_roc_work()
706 struct ieee80211_roc_work *roc, *tmp, *found = NULL; in ieee80211_cancel_roc() local
715 list_for_each_entry_safe(roc, tmp, &local->roc_list, list) { in ieee80211_cancel_roc()
747 list_for_each_entry_safe(roc, tmp, &local->roc_list, list) { in ieee80211_cancel_roc()
984 struct ieee80211_roc_work *roc, *tmp; in ieee80211_roc_purge() local
988 list_for_each_entry_safe(roc, tmp, &local->roc_list, list) { in ieee80211_roc_purge()