Lines Matching refs:ri_timer
1959 * return_instances list and this has become visible to ri_timer().
1960 * If seqcount now indicates that ri_timer's return instance
1962 * to-be-reused return instances for future uretprobes. If ri_timer()
1973 /* we might be racing with ri_timer(), so play it safe */
1993 timer_delete_sync(&utask->ri_timer);
2018 static void ri_timer(struct timer_list *timer)
2020 struct uprobe_task *utask = container_of(timer, struct uprobe_task, ri_timer);
2052 timer_setup(&utask->ri_timer, ri_timer, 0);
2286 mod_timer(&utask->ri_timer, jiffies + RI_TIMER_PERIOD);