Searched refs:gc_timer (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_stp_if.c49 mod_timer(&br->gc_timer, jiffies + HZ/10);
80 del_timer_sync(&br->gc_timer);
H A Dbr_stp_timer.c152 setup_timer(&br->gc_timer, br_fdb_cleanup, (unsigned long) br);
H A Dbr_fdb.c294 mod_timer(&br->gc_timer, round_jiffies_up(next_timer));
H A Dbr_if.c177 del_timer_sync(&br->gc_timer);
H A Dbr_ioctl.c201 b.gc_timer_value = br_timer_value(&br->gc_timer);
H A Dbr_private.h241 struct timer_list gc_timer; member in struct:net_bridge
H A Dbr_sysfs_br.c281 return sprintf(buf, "%ld\n", br_timer_value(&br->gc_timer));
283 static DEVICE_ATTR(gc_timer, S_IRUGO, show_gc_timer, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dgamecon.c742 * gc_timer() initiates reads of console pads data.
745 static void gc_timer(unsigned long private) function
962 setup_timer(&gc->timer, gc_timer, (long) gc);

Completed in 110 milliseconds