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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_stp_if.c51 mod_timer(&br->gc_timer, jiffies + HZ/10);
82 del_timer_sync(&br->gc_timer);
H A Dbr_stp_timer.c158 setup_timer(&br->gc_timer, br_fdb_cleanup, (unsigned long) br);
H A Dbr_private.h126 struct timer_list gc_timer; member in struct:net_bridge
H A Dbr_sysfs_br.c263 return sprintf(buf, "%ld\n", br_timer_value(&br->gc_timer));
265 static DEVICE_ATTR(gc_timer, S_IRUGO, show_gc_timer, NULL);
H A Dbr_fdb.c265 mod_timer(&br->gc_timer, round_jiffies(next_timer + HZ/4));
H A Dbr_if.c186 del_timer_sync(&br->gc_timer);
H A Dbr_ioctl.c195 b.gc_timer_value = br_timer_value(&br->gc_timer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dneighbour.c700 mod_timer(&tbl->gc_timer, round_jiffies(now + expire));
702 mod_timer(&tbl->gc_timer, now + expire);
1375 init_timer(&tbl->gc_timer);
1376 tbl->gc_timer.data = (unsigned long)tbl;
1377 tbl->gc_timer.function = neigh_periodic_timer;
1378 tbl->gc_timer.expires = now + 1;
1379 add_timer(&tbl->gc_timer);
1417 del_timer_sync(&tbl->gc_timer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dneighbour.h158 struct timer_list gc_timer; member in struct:neigh_table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dgamecon.c554 * gc_timer() initiates reads of console pads data.
557 static void gc_timer(unsigned long private) function
753 gc->timer.function = gc_timer;

Completed in 135 milliseconds