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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/time/
H A Dclocksource.c37 * curr_clocksource:
44 * protects manipulations to curr_clocksource and next_clocksource
49 static struct clocksource *curr_clocksource = &clocksource_jiffies; variable in typeref:struct:clocksource
237 curr_clocksource = next_clocksource;
242 return curr_clocksource;
266 if (next == curr_clocksource)
350 curr += sprintf(curr, "%s ", curr_clocksource->name);

Completed in 44 milliseconds