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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dcevt-smtc.c46 unsigned long smtc_nexttime[NR_CPUS][NR_CPUS]; variable
104 previous = smtc_nexttime[vpe][cpu];
115 smtc_nexttime[vpe][cpu] = timestamp;
117 if (ISVALID(smtc_nexttime[vpe][i])
118 && IS_SOONER(smtc_nexttime[vpe][i],
119 smtc_nexttime[vpe][soonest], reference)) {
124 nextcomp = smtc_nexttime[vpe][soonest];
130 if (!ISVALID(smtc_nexttime[vpe][smtc_nextinvpe[vpe]]) ||
132 smtc_nexttime[vpe][smtc_nextinvpe[vpe]], reference)) {
141 smtc_nexttime[vp
[all...]

Completed in 21 milliseconds