Searched refs:cycles_t (Results 1 – 16 of 16) sorted by relevance
| /linux/arch/hexagon/include/asm/ |
| H A D | time.h | 9 extern cycles_t pcycle_freq_mhz; 10 extern cycles_t thread_freq_mhz; 11 extern cycles_t sleep_clk_freq;
|
| /linux/arch/loongarch/include/asm/ |
| H A D | timex.h | 15 typedef unsigned long cycles_t; typedef 19 static inline cycles_t get_cycles(void) in get_cycles() 32 static inline cycles_t get_cycles_hi(void) in get_cycles_hi()
|
| /linux/arch/riscv/include/asm/ |
| H A D | timex.h | 11 typedef unsigned long cycles_t; typedef 18 static inline cycles_t get_cycles(void) in get_cycles() 51 static inline cycles_t get_cycles(void) in get_cycles()
|
| /linux/arch/arm64/lib/ |
| H A D | delay.c | 35 static cycles_t notrace __delay_cycles(void) in __delay_cycles() 43 cycles_t start = __delay_cycles(); in __delay() 56 const cycles_t timer_evt_period = in __delay()
|
| /linux/arch/nios2/include/asm/ |
| H A D | timex.h | 8 typedef unsigned long cycles_t; typedef 10 extern cycles_t get_cycles(void);
|
| /linux/arch/arm/mach-omap1/ |
| H A D | timer32k.c | 180 static cycles_t cycles; 194 cycles_t last_cycles; in omap_read_persistent_clock64()
|
| /linux/arch/nios2/lib/ |
| H A D | delay.c | 13 cycles_t start = get_cycles(); in __delay()
|
| /linux/arch/x86/include/asm/ |
| H A D | iommu.h | 22 #define DMAR_OPERATION_TIMEOUT ((cycles_t) tsc_khz*10*1000)
|
| /linux/drivers/clocksource/ |
| H A D | numachip.c | 15 static cycles_t numachip2_timer_read(struct clocksource *cs) in numachip2_timer_read()
|
| /linux/lib/ |
| H A D | rbtree_test.c | 246 cycles_t time1, time2, time; in basic_check() 348 cycles_t time1, time2, time; in augmented_check()
|
| /linux/arch/nios2/kernel/ |
| H A D | time.c | 108 cycles_t get_cycles(void) in get_cycles()
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | switch.c | 1264 cycles_t resume_time = get_cycles(); in setup_decr() 1265 cycles_t delta_time = resume_time - csa->suspend_time; in setup_decr()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | wil6210.h | 635 cycles_t idle, last_idle, begin;
|
| H A D | debugfs.c | 154 cycles_t now = get_cycles(); in ring_show()
|
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 6960 EVENT_ATTR_STR(cycles-t, cycles_t, "event=0x3c,in_tx=1"); 6991 EVENT_PTR(cycles_t), 7029 EVENT_PTR(cycles_t), 7065 EVENT_PTR(cycles_t),
|
| /linux/sound/pci/rme9652/ |
| H A D | hdspm.c | 1065 cycles_t last_interrupt;
|