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

/linux-4.4.14/kernel/sched/
H A Dclock.c16 * cpu_clock(i) provides a fast (execution time) high resolution
17 * clock with bounded drift between CPUs. The value of cpu_clock(i)
21 * # when comparing cpu_clock(i) to cpu_clock(j) for i != j, time can #
28 * cpu_clock(i) -- can be used from any context, including NMI.
29 * local_clock() -- is cpu_clock() on the current cpu.
290 * Similar to cpu_clock(), but requires local IRQs to be disabled.
292 * See cpu_clock().
367 * # when comparing cpu_clock(i) to cpu_clock(j) for i != j, time can #
371 u64 cpu_clock(int cpu) cpu_clock() function
380 * Similar to cpu_clock() for the current cpu. Time will only be observed
384 * See cpu_clock().
409 u64 cpu_clock(int cpu) cpu_clock() function
421 EXPORT_SYMBOL_GPL(cpu_clock); variable
H A Ddebug.c647 t0 = cpu_clock(this_cpu); proc_sched_show_task()
648 t1 = cpu_clock(this_cpu); proc_sched_show_task()
/linux-4.4.14/kernel/trace/
H A Dtrace_clock.c51 * This is based on cpu_clock(), which will allow at most ~1 jiffy of
104 * cpu_clock() time: trace_clock_global()
/linux-4.4.14/drivers/pcmcia/
H A Dsa11xx_base.c79 sa1100_pcmcia_set_mecr(struct soc_pcmcia_socket *skt, unsigned int cpu_clock) sa1100_pcmcia_set_mecr() argument
88 bs_io = skt->ops->get_timing(skt, cpu_clock, timing.io); sa1100_pcmcia_set_mecr()
89 bs_mem = skt->ops->get_timing(skt, cpu_clock, timing.mem); sa1100_pcmcia_set_mecr()
90 bs_attr = skt->ops->get_timing(skt, cpu_clock, timing.attr); sa1100_pcmcia_set_mecr()
/linux-4.4.14/arch/m32r/include/asm/
H A Dprocessor.h34 unsigned long cpu_clock; member in struct:cpuinfo_m32r
/linux-4.4.14/arch/mips/txx9/generic/
H A Dsetup_tx4927.c112 /* calculate gbus_clock and cpu_clock from master_clock */ tx4927_setup()
141 /* calculate gbus_clock and master_clock from cpu_clock */ tx4927_setup()
H A Dsetup_tx4939.c136 /* calculate cpu_clock from master_clock */ tx4939_setup()
162 /* calculate master_clock from cpu_clock */ tx4939_setup()
186 /* calculate gbus_clock from cpu_clock */ tx4939_setup()
H A Dsetup_tx4938.c117 /* calculate gbus_clock and cpu_clock from master_clock */ tx4938_setup()
150 /* calculate gbus_clock and master_clock from cpu_clock */ tx4938_setup()
/linux-4.4.14/arch/m32r/kernel/
H A Dsetup.c230 boot_cpu_data.cpu_clock = M32R_CPUCLK; setup_arch()
352 PRINT_CLOCK("CPU", (int)c->cpu_clock); show_cpuinfo()
H A Dsmpboot.c564 PRINT_CLOCK("CPU", (int)ci->cpu_clock); show_cpu_info()
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/
H A Dboot_param.h48 u32 cpu_clock_freq; /* cpu_clock */
/linux-4.4.14/drivers/cpufreq/
H A Dsa1110-cpufreq.c210 * always a multiple of the memory clock (fixed at cpu_clock / 2).
/linux-4.4.14/drivers/misc/
H A Dics932s401.c345 static DEVICE_ATTR(cpu_clock, S_IRUGO, show_cpu_clock, NULL);
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
H A Dhw.h732 enum cpu_clock { enum
/linux-4.4.14/kernel/
H A Dtorture.c247 * generator, with occasional help from cpu_clock().
/linux-4.4.14/include/linux/
H A Dsched.h2269 extern u64 cpu_clock(int cpu); calc_load_exit_idle()

Completed in 1096 milliseconds