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>
2964 void sk_reset_timer(struct sock *sk, struct timer_list* timer,
2967 if (!mod_timer(timer, expires))
2972 void sk_stop_timer(struct sock *sk, struct timer_list* timer)
2974 if (del_timer(timer))
2979 void sk_stop_timer_sync(struct sock *sk, struct timer_list *timer)
2981 if (del_timer_sync(timer))