Searched refs:oom_timer (Results 1 – 3 of 3) sorted by relevance
418 struct timer_list oom_timer; /* Out of memory timer. */ member519 void oom_timer(struct timer_list *t);
105 void oom_timer(struct timer_list *t) in oom_timer() function107 struct tulip_private *tp = from_timer(tp, t, oom_timer); in oom_timer()351 mod_timer(&tp->oom_timer, jiffies+1); in tulip_poll()
508 timer_setup(&tp->oom_timer, oom_timer, 0); in tulip_up()762 del_timer_sync (&tp->oom_timer); in tulip_down()