Lines Matching defs:timer
30 * instead they leave that for the DESTROY timer.
32 * Alan Cox : TCP ack handling is buggy, the DESTROY timer
34 * for memory when we hit 0. Also altered the timer
38 * and fixed timer/inet_bh race.
101 #include <linux/timer.h>
3396 void sk_reset_timer(struct sock *sk, struct timer_list* timer,
3399 if (!mod_timer(timer, expires))
3404 void sk_stop_timer(struct sock *sk, struct timer_list* timer)
3406 if (del_timer(timer))
3411 void sk_stop_timer_sync(struct sock *sk, struct timer_list *timer)
3413 if (del_timer_sync(timer))