Searched refs:nextstamp (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.c176 unsigned long nextstamp; local
181 nextstamp = 0L;
208 if (!ISVALID(nextstamp) ||
209 IS_SOONER(smtc_nexttime[vpe][cpu], nextstamp,
212 nextstamp = smtc_nexttime[vpe][cpu];
224 if (ISVALID(nextstamp)) {
225 write_c0_compare(nextstamp);
227 if ((nextstamp - (unsigned long)read_c0_count())

Completed in 45 milliseconds