Searched refs:tm_next (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dsmttimer.c35 smc->t.st_fast.tm_next = NULL;
48 if (smc->t.st_queue == timer && !timer->tm_next) {
51 for (prev = &smc->t.st_queue ; (tm = *prev) ; prev = &tm->tm_next ) {
53 *prev = tm->tm_next ;
54 if (tm->tm_next) {
55 tm->tm_next->tm_delta += tm->tm_delta ;
78 timer->tm_next = NULL;
92 for (prev = &smc->t.st_queue ; (tm = *prev) ; prev = &tm->tm_next ) {
100 timer->tm_next = tm ;
135 last = &tm->tm_next ;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dtimer.c154 struct dhcp6_timer *tm, *tm_next; local
160 for (tm = LIST_FIRST(&timer_head); tm; tm = tm_next) {
161 tm_next = LIST_NEXT(tm, link);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dtimer.c154 struct dhcp6_timer *tm, *tm_next; local
160 for (tm = LIST_FIRST(&timer_head); tm; tm = tm_next) {
161 tm_next = LIST_NEXT(tm, link);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dcmtdef.h387 struct smt_timer *tm_next ; /* linked list */ member in struct:smt_timer

Completed in 126 milliseconds