Searched refs:timer (Results 151 - 154 of 154) sorted by relevance

1234567

/net/xfrm/
H A Dxfrm_state.c381 struct tasklet_hrtimer *thr = container_of(me, struct tasklet_hrtimer, timer);
/net/core/
H A Drtnetlink.c24 #include <linux/timer.h>
/net/netfilter/
H A Dnf_conntrack_netlink.c24 #include <linux/timer.h>
/net/packet/
H A Daf_packet.c75 #include <linux/timer.h>
647 * 1) We refresh the timer only when we open a block.
648 * By doing this we don't waste cycles refreshing the timer
655 * So, if the user sets the 'tmo' to 10ms then the timer
660 * But when the timer does fire, we check whether or not to refresh it.
662 * to refresh the timer, lets say every '8' msecs.
687 * timer fires on other cpu:
713 * So just refresh the timer.
718 * now the link went idle && the timer fired.
720 * block and restart the timer
[all...]

Completed in 97 milliseconds

1234567