Searched refs:tasklet_hrtimer (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/kernel/
H A Dsoftirq.c584 * tasklet_hrtimer
594 struct tasklet_hrtimer *ttimer = __hrtimer_tasklet_trampoline()
595 container_of(timer, struct tasklet_hrtimer, timer); __hrtimer_tasklet_trampoline()
607 struct tasklet_hrtimer *ttimer = (void *)data; __tasklet_hrtimer_trampoline()
617 * @ttimer: tasklet_hrtimer which is initialized
622 void tasklet_hrtimer_init(struct tasklet_hrtimer *ttimer, tasklet_hrtimer_init()
/linux-4.1.27/include/linux/
H A Dinterrupt.h583 struct tasklet_hrtimer { struct
590 tasklet_hrtimer_init(struct tasklet_hrtimer *ttimer,
595 int tasklet_hrtimer_start(struct tasklet_hrtimer *ttimer, ktime_t time, tasklet_hrtimer_start()
602 void tasklet_hrtimer_cancel(struct tasklet_hrtimer *ttimer) tasklet_hrtimer_cancel()
/linux-4.1.27/net/xfrm/
H A Dxfrm_state.c381 struct tasklet_hrtimer *thr = container_of(me, struct tasklet_hrtimer, timer); xfrm_timer_handler()
/linux-4.1.27/include/net/
H A Dxfrm.h211 struct tasklet_hrtimer mtimer;
/linux-4.1.27/drivers/net/wireless/
H A Dmac80211_hwsim.c510 struct tasklet_hrtimer beacon_timer;

Completed in 487 milliseconds