Searched refs:sched_clock (Results 1 - 25 of 45) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-versatile/
H A Dsched-clock.c37 * This is the Realview and Versatile sched_clock implementation. This
44 unsigned long long sched_clock(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_clock.c2 * sched_clock for unstable cpu clocks
34 * The implementation either uses sched_clock() when
36 * sched_clock() is assumed to provide these properties (mostly it means
43 * - sched_clock()
46 * We use GTOD as base and use sched_clock() deltas to improve resolution. The
56 * The !IRQ-safetly of sched_clock() and sched_clock_cpu() comes from things
61 * sched_clock().
75 unsigned long long __attribute__((weak)) sched_clock(void) function
80 EXPORT_SYMBOL_GPL(sched_clock); variable
147 now = sched_clock();
[all...]
H A DMakefile12 notifier.o ksysfs.o pm_qos_params.o sched_clock.o cred.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/coldfire/
H A Ddma_timer.c79 unsigned long long sched_clock(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_clock.c37 * sched_clock() is an architecture implemented, fast, scalable,
42 clock = sched_clock();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dparavirt.h272 unsigned long long (*sched_clock)(void); member in struct:pv_time_ops
292 return pv_time_ops.sched_clock();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-orion/
H A Dtime.c46 * Orion's sched_clock implementation. It has a resolution of
58 unsigned long long sched_clock(void) function
69 (void) sched_clock();
234 * Set scale and timer for sched_clock
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dtime.c48 unsigned long long sched_clock(void) function
62 * - sched_clock() must be called once a minute or better or the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/cavium-octeon/
H A Dcsrc-octeon.c53 unsigned long long notrace sched_clock(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dtime.c130 unsigned long long sched_clock(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dtime.c62 * We use a relatively small shift value so that sched_clock()
214 * we will claim that sched_clock() is zero for a little while, until
217 unsigned long long sched_clock(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/kernel/
H A Dtime.c33 #include <linux/sched.h> /* just for sched_clock() - funny that */
155 unsigned long long sched_clock(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-iop/
H A Dtime.c53 * IOP sched_clock() implementation via its clocksource.
55 unsigned long long sched_clock(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-cgroup.c138 blkg->stats.start_group_wait_time = sched_clock();
150 now = sched_clock();
164 now = sched_clock();
176 blkg->stats.start_idle_time = sched_clock();
191 now = sched_clock();
240 stats->start_empty_time = sched_clock();
317 unsigned long long now = sched_clock();
467 unsigned long long now = sched_clock();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dtimer.c207 timecounter_init(&microblaze_tc, &microblaze_cc, sched_clock());
241 * and return 0 for sched_clock function below.
302 unsigned long long notrace sched_clock(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dkvmclock.c199 pv_time_ops.sched_clock = kvm_clock_read;
H A Dtsc.c67 /* We need to define a real function for sched_clock, to override the
70 unsigned long long sched_clock(void) function
76 sched_clock(void) __attribute__((alias("native_sched_clock")));
581 /* Accelerators for sched_clock()
636 cyc2ns_suspend = sched_clock();
644 * that sched_clock() continues from the point where it was left off during
659 offset = cyc2ns_suspend - sched_clock();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/xen/
H A Dtime.c183 * Xen sched_clock implementation. Returns the number of unstolen
196 * Ideally sched_clock should be called on a per-cpu basis
228 .sched_clock = xen_sched_clock,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mmp/
H A Dtime.c75 unsigned long long sched_clock(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dtime.c28 * This is PXA's sched_clock implementation. This has a resolution
33 * calls to sched_clock() which should always be the case in practice.
54 unsigned long long sched_clock(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-tegra/
H A Dtimer.c114 unsigned long long sched_clock(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-nomadik/
H A Dtimer.c26 * Kernel assumes that sched_clock can be called early
49 * Override the global weak sched_clock symbol with this
55 unsigned long long notrace sched_clock(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dpm-debug.c297 t = sched_clock();
472 t = sched_clock();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dtime-ts.c26 /* Accelerators for sched_clock()
142 notrace unsigned long long sched_clock(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dgeneric.c19 #include <linux/sched.h> /* just for sched_clock() - funny that */
113 * This is the SA11x0 sched_clock implementation. This has
122 unsigned long long sched_clock(void) function

Completed in 301 milliseconds

12