cur_roc           510 net/mac80211/offchannel.c 				  struct ieee80211_roc_work *cur_roc)
cur_roc           515 net/mac80211/offchannel.c 	if (WARN_ON(!cur_roc->started))
cur_roc           521 net/mac80211/offchannel.c 	if (!cur_roc->hw_begun && new_roc->duration > cur_roc->duration)
cur_roc           524 net/mac80211/offchannel.c 	remaining = cur_roc->start_time +
cur_roc           525 net/mac80211/offchannel.c 		    msecs_to_jiffies(cur_roc->duration) -
cur_roc           533 net/mac80211/offchannel.c 	list_add(&new_roc->list, &cur_roc->list);
cur_roc           539 net/mac80211/offchannel.c 	if (cur_roc->hw_begun) {