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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dmmtimer.c227 } mmtimer_t; typedef in typeref:struct:mmtimer
229 static mmtimer_t ** timers;
399 static int inline reschedule_periodic_timer(mmtimer_t *x)
446 mmtimer_t *base = timers[indx] + i;
467 mmtimer_t *x = (mmtimer_t *)data;
520 mmtimer_t *t = timers[nodeid] + i;
564 mmtimer_t *base;
707 /* Allocate list of node ptrs to mmtimer_t's */
708 timers = kzalloc(sizeof(mmtimer_t *)*max
[all...]

Completed in 27 milliseconds