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

123

/arch/arm/plat-versatile/
H A Dsched-clock.c23 #include <linux/sched_clock.h>
25 #include <plat/sched_clock.h>
/arch/c6x/kernel/
H A Dtime.c45 u64 sched_clock(void) function
/arch/cris/kernel/
H A Dtime.c32 #include <linux/sched.h> /* just for sched_clock() - funny that */
82 unsigned long long sched_clock(void) function
/arch/arm/lib/
H A Duaccess_with_memcpy.c210 * Note that a fairly precise sched_clock() implementation is needed
239 t0 = sched_clock();
241 t1 = sched_clock();
243 t2 = sched_clock();
248 t0 = sched_clock();
250 t1 = sched_clock();
252 t2 = sched_clock();
/arch/arm/plat-omap/
H A Dcounter_32k.c21 #include <linux/sched_clock.h>
/arch/m68k/coldfire/
H A Ddma_timer.c76 unsigned long long sched_clock(void) function
/arch/mn10300/kernel/
H A Dtime.c37 unsigned long long sched_clock(void) function
50 * - sched_clock() must be called once a minute or better or the
/arch/ia64/include/asm/
H A Dparavirt.h271 unsigned long long (*sched_clock)(void); member in struct:pv_time_ops
295 return pv_time_ops.sched_clock();
/arch/arm/kernel/
H A Dtime.c24 #include <linux/sched_clock.h>
/arch/frv/kernel/
H A Dtime.c119 unsigned long long sched_clock(void) function
/arch/arm/mach-footbridge/
H A Ddc21285-timer.c12 #include <linux/sched_clock.h>
/arch/arm/mach-sa1100/
H A Dtime.c18 #include <linux/sched_clock.h>
/arch/arm/plat-iop/
H A Dtime.c25 #include <linux/sched_clock.h>
55 * IOP sched_clock() implementation via its clocksource.
/arch/arm/mach-omap2/
H A Dpm-debug.c70 t = sched_clock();
209 t = sched_clock();
/arch/microblaze/kernel/
H A Dtimer.c15 #include <linux/sched_clock.h>
224 timecounter_init(&xilinx_tc, &xilinx_cc, sched_clock());
/arch/arm/mach-mmp/
H A Dtime.c31 #include <linux/sched_clock.h>
/arch/arm/mach-omap1/
H A Dtime.c46 #include <linux/sched_clock.h>
/arch/arm/plat-orion/
H A Dtime.c19 #include <linux/sched_clock.h>
60 * Orion's sched_clock implementation. It has a resolution of
203 * Set scale and timer for sched_clock.
/arch/mips/cavium-octeon/
H A Dcsrc-octeon.c99 unsigned long long notrace sched_clock(void) function
/arch/unicore32/kernel/
H A Dpuv3-core.c27 * This is the PKUnity sched_clock implementation. This has
36 unsigned long long sched_clock(void) function
/arch/x86/kernel/
H A Dtsc.c157 * Accelerators for sched_clock()
299 /* We need to define a real function for sched_clock, to override the
302 unsigned long long sched_clock(void) function
308 sched_clock(void) __attribute__((alias("native_sched_clock")));
837 cyc2ns_suspend = sched_clock();
845 * that sched_clock() continues from the point where it was left off during
868 offset = cyc2ns_suspend - sched_clock();
H A Dnmi.c131 delta = sched_clock();
134 delta = sched_clock() - delta;
/arch/xtensa/kernel/
H A Dtime.c27 #include <linux/sched_clock.h>
/arch/arm/common/
H A Dtimer-sp.c31 #include <linux/sched_clock.h>
/arch/arm/mach-imx/
H A Dtime.c30 #include <linux/sched_clock.h>

Completed in 545 milliseconds

123