Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dcore.c1808 struct wiphy_hrtimer_work *hrwork = in wiphy_hrtimer_work_timer() local
1811 wiphy_work_queue(hrwork->wiphy, &hrwork->work); in wiphy_hrtimer_work_timer()
1818 struct wiphy_hrtimer_work *hrwork, in wiphy_hrtimer_work_queue() argument
1821 trace_wiphy_hrtimer_work_queue(wiphy, &hrwork->work, delay); in wiphy_hrtimer_work_queue()
1824 hrtimer_cancel(&hrwork->timer); in wiphy_hrtimer_work_queue()
1825 wiphy_work_queue(wiphy, &hrwork->work); in wiphy_hrtimer_work_queue()
1829 hrwork->wiphy = wiphy; in wiphy_hrtimer_work_queue()
1830 hrtimer_start_range_ns(&hrwork->timer, delay, in wiphy_hrtimer_work_queue()
1836 struct wiphy_hrtimer_work *hrwork) in wiphy_hrtimer_work_cancel() argument
1840 hrtimer_cancel(&hrwork->timer); in wiphy_hrtimer_work_cancel()
[all …]
/linux/include/net/
H A Dcfg80211.h6524 static inline void wiphy_hrtimer_work_init(struct wiphy_hrtimer_work *hrwork, in wiphy_hrtimer_work_init() argument
6527 hrtimer_setup(&hrwork->timer, wiphy_hrtimer_work_timer, in wiphy_hrtimer_work_init()
6529 wiphy_work_init(&hrwork->work, func); in wiphy_hrtimer_work_init()
6548 struct wiphy_hrtimer_work *hrwork,
6571 struct wiphy_hrtimer_work *hrwork);
6587 struct wiphy_hrtimer_work *hrwork);