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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A Dclocksource.c494 * clocksource_max_deferment - Returns max time the clocksource can be deferred
498 static u64 clocksource_max_deferment(struct clocksource *cs) function
656 * clocksource_max_deferment, to provide a more informed
663 cs->max_idle_ns = clocksource_max_deferment(cs);
704 cs->max_idle_ns = clocksource_max_deferment(cs);

Completed in 16 milliseconds