Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dcore.c1925 struct wiphy_hrtimer_work *hrwork = in wiphy_hrtimer_work_timer() local
1928 wiphy_work_queue(hrwork->wiphy, &hrwork->work); in wiphy_hrtimer_work_timer()
1935 struct wiphy_hrtimer_work *hrwork, in wiphy_hrtimer_work_queue() argument
1938 trace_wiphy_hrtimer_work_queue(wiphy, &hrwork->work, delay); in wiphy_hrtimer_work_queue()
1941 hrtimer_cancel(&hrwork->timer); in wiphy_hrtimer_work_queue()
1942 wiphy_work_queue(wiphy, &hrwork->work); in wiphy_hrtimer_work_queue()
1946 hrwork->wiphy = wiphy; in wiphy_hrtimer_work_queue()
1947 hrtimer_start_range_ns(&hrwork->timer, delay, in wiphy_hrtimer_work_queue()
1953 struct wiphy_hrtimer_work *hrwork) in wiphy_hrtimer_work_cancel() argument
1957 hrtimer_cancel(&hrwork->timer); in wiphy_hrtimer_work_cancel()
[all …]