Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dcfg.c2513 struct ieee80211_roc_work *cur_roc) in ieee80211_coalesce_started_roc() argument
2516 unsigned long remaining = cur_roc->hw_start_time + in ieee80211_coalesce_started_roc()
2517 msecs_to_jiffies(cur_roc->duration) - in ieee80211_coalesce_started_roc()
2520 if (WARN_ON(!cur_roc->started || !cur_roc->hw_begun)) in ieee80211_coalesce_started_roc()
2530 list_add_tail(&new_roc->list, &cur_roc->dependents); in ieee80211_coalesce_started_roc()