Home
last modified time | relevance | path

Searched refs:cur_roc (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/mac80211/
Dcfg.c2496 struct ieee80211_roc_work *cur_roc) in ieee80211_coalesce_started_roc() argument
2499 unsigned long remaining = cur_roc->hw_start_time + in ieee80211_coalesce_started_roc()
2500 msecs_to_jiffies(cur_roc->duration) - in ieee80211_coalesce_started_roc()
2503 if (WARN_ON(!cur_roc->started || !cur_roc->hw_begun)) in ieee80211_coalesce_started_roc()
2513 list_add_tail(&new_roc->list, &cur_roc->dependents); in ieee80211_coalesce_started_roc()