oom_timer
timer_delete_sync(&ag->oom_timer);
struct ag71xx *ag = timer_container_of(ag, t, oom_timer);
mod_timer(&ag->oom_timer, jiffies + AG71XX_OOM_REFILL);
timer_setup(&ag->oom_timer, ag71xx_oom_timer_handler, 0);
struct timer_list oom_timer;
struct tulip_private *tp = timer_container_of(tp, t, oom_timer);
mod_timer(&tp->oom_timer, jiffies+1);
struct timer_list oom_timer; /* Out of memory timer. */
void oom_timer(struct timer_list *t);
timer_setup(&tp->oom_timer, oom_timer, 0);
timer_delete_sync(&tp->oom_timer);