new_roc           509 net/mac80211/offchannel.c 				  struct ieee80211_roc_work *new_roc,
new_roc           521 net/mac80211/offchannel.c 	if (!cur_roc->hw_begun && new_roc->duration > cur_roc->duration)
new_roc           529 net/mac80211/offchannel.c 	if (new_roc->duration > jiffies_to_msecs(remaining))
new_roc           533 net/mac80211/offchannel.c 	list_add(&new_roc->list, &cur_roc->list);
new_roc           540 net/mac80211/offchannel.c 		new_roc->hw_begun = true;
new_roc           541 net/mac80211/offchannel.c 		ieee80211_handle_roc_started(new_roc, now);