Searched refs:iptfs_timer (Results 1 – 1 of 1) sorted by relevance
159 struct hrtimer iptfs_timer; /* output timer */ member1915 if (!hrtimer_is_queued(&xtfs->iptfs_timer)) { in iptfs_output_collect()1916 hrtimer_start(&xtfs->iptfs_timer, xtfs->init_delay_ns, IPTFS_HRTIMER_MODE); in iptfs_output_collect()2323 xtfs = container_of(me, typeof(*xtfs), iptfs_timer); in iptfs_delay_timer()2639 hrtimer_setup(&xtfs->iptfs_timer, iptfs_delay_timer, CLOCK_MONOTONIC, IPTFS_HRTIMER_MODE); in __iptfs_init_state()2712 hrtimer_cancel(&xtfs->iptfs_timer); in iptfs_destroy_state()