Lines Matching defs:timer
70 * A timer is used to reclaim workspaces if they have not been used for
82 struct timer_list timer;
100 * @t: timer
107 static void zstd_reclaim_timer_fn(struct timer_list *timer)
142 mod_timer(&wsm.timer, jiffies + ZSTD_BTRFS_RECLAIM_JIFFIES);
184 timer_setup(&wsm.timer, zstd_reclaim_timer_fn, 0);
217 del_timer_sync(&wsm.timer);
304 * max level workspace or update last_used accordingly. If the reclaim timer
322 if (!timer_pending(&wsm.timer))
323 mod_timer(&wsm.timer,