Searched refs:hrwork (Results 1 – 2 of 2) sorted by relevance
| /linux/net/wireless/ |
| H A D | core.c | 1816 struct wiphy_hrtimer_work *hrwork = in wiphy_hrtimer_work_timer() local 1819 wiphy_work_queue(hrwork->wiphy, &hrwork->work); in wiphy_hrtimer_work_timer() 1826 struct wiphy_hrtimer_work *hrwork, in wiphy_hrtimer_work_queue() argument 1829 trace_wiphy_hrtimer_work_queue(wiphy, &hrwork->work, delay); in wiphy_hrtimer_work_queue() 1832 hrtimer_cancel(&hrwork->timer); in wiphy_hrtimer_work_queue() 1833 wiphy_work_queue(wiphy, &hrwork->work); in wiphy_hrtimer_work_queue() 1837 hrwork->wiphy = wiphy; in wiphy_hrtimer_work_queue() 1838 hrtimer_start_range_ns(&hrwork->timer, delay, in wiphy_hrtimer_work_queue() 1844 struct wiphy_hrtimer_work *hrwork) in wiphy_hrtimer_work_cancel() argument 1848 hrtimer_cancel(&hrwork->timer); in wiphy_hrtimer_work_cancel() [all …]
|
| /linux/include/net/ |
| H A D | cfg80211.h | 6605 static inline void wiphy_hrtimer_work_init(struct wiphy_hrtimer_work *hrwork, in wiphy_hrtimer_work_init() argument 6608 hrtimer_setup(&hrwork->timer, wiphy_hrtimer_work_timer, in wiphy_hrtimer_work_init() 6610 wiphy_work_init(&hrwork->work, func); in wiphy_hrtimer_work_init() 6629 struct wiphy_hrtimer_work *hrwork, 6652 struct wiphy_hrtimer_work *hrwork); 6668 struct wiphy_hrtimer_work *hrwork);
|