/linux-4.1.27/arch/tile/lib/ |
D | delay.c | 32 cycles_t target = get_cycles(); in __ndelay() 34 while (get_cycles() < target) in __ndelay() 41 cycles_t target = get_cycles() + cycles; in __delay() 42 while (get_cycles() < target) in __delay()
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | timex.h | 20 #define get_cycles get_cycles macro 26 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.1.27/lib/ |
D | interval_tree_test.c | 58 time1 = get_cycles(); in interval_tree_test_init() 67 time2 = get_cycles(); in interval_tree_test_init() 78 time1 = get_cycles(); in interval_tree_test_init() 85 time2 = get_cycles(); in interval_tree_test_init()
|
D | rbtree_test.c | 185 time1 = get_cycles(); in rbtree_test_init() 194 time2 = get_cycles(); in rbtree_test_init() 217 time1 = get_cycles(); in rbtree_test_init() 226 time2 = get_cycles(); in rbtree_test_init()
|
/linux-4.1.27/include/asm-generic/ |
D | timex.h | 8 #ifndef get_cycles 9 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.1.27/arch/tile/include/asm/ |
D | timex.h | 31 cycles_t get_cycles(void); 34 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.1.27/arch/arm64/lib/ |
D | delay.c | 29 cycles_t start = get_cycles(); in __delay() 31 while ((get_cycles() - start) < cycles) in __delay()
|
/linux-4.1.27/arch/nios2/lib/ |
D | delay.c | 25 cycles_t start = get_cycles(); in __delay() 27 while ((get_cycles() - start) < cycles) in __delay()
|
/linux-4.1.27/arch/openrisc/lib/ |
D | delay.c | 33 cycles_t start = get_cycles(); in __delay() 35 while ((get_cycles() - start) < cycles) in __delay()
|
/linux-4.1.27/drivers/misc/sgi-gru/ |
D | gruhandles.c | 80 unsigned long start_time = get_cycles(); in wait_instruction_complete() 87 if (GRU_OPERATION_TIMEOUT < (get_cycles() - start_time)) { in wait_instruction_complete() 89 start_time = get_cycles(); in wait_instruction_complete() 93 update_mcs_stats(opc, get_cycles() - start_time); in wait_instruction_complete()
|
D | grutlbpurge.c | 43 #define gru_random() get_cycles()
|
D | grukservices.c | 1114 memset(buf1, get_cycles() & 255, sizeof(buf1)); in quicktest3()
|
/linux-4.1.27/arch/c6x/kernel/ |
D | time.c | 31 return get_cycles(); in tsc_read() 47 u64 tsc = get_cycles(); in sched_clock()
|
/linux-4.1.27/arch/tile/kernel/ |
D | time.c | 48 cycles_t get_cycles(void) in get_cycles() function 62 EXPORT_SYMBOL(get_cycles); 75 return get_cycles(); in clocksource_get_cycles() 219 return clocksource_cyc2ns(get_cycles(), in sched_clock()
|
D | stack.c | 393 raw_smp_processor_id(), get_cycles()); in tile_show_stack()
|
/linux-4.1.27/arch/arm/lib/ |
D | delay.c | 59 cycles_t start = get_cycles(); in __timer_delay() 61 while ((get_cycles() - start) < cycles) in __timer_delay()
|
/linux-4.1.27/arch/x86/kernel/ |
D | tsc_sync.c | 50 start = get_cycles(); in check_tsc_warp() 67 now = get_cycles(); in check_tsc_warp()
|
D | tsc.c | 376 t1 = get_cycles(); in tsc_read_refs() 381 t2 = get_cycles(); in tsc_read_refs() 459 tsc = t1 = t2 = get_cycles(); in pit_calibrate_tsc() 465 t2 = get_cycles(); in pit_calibrate_tsc() 544 tsc = get_cycles(); in pit_expect_msb() 546 *deltap = get_cycles() - prev_tsc; in pit_expect_msb() 971 return (cycle_t)get_cycles(); in read_tsc()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | timex.h | 25 #define get_cycles() arch_counter_get_cntvct() macro
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | timex_32.h | 13 #define get_cycles() (0) macro
|
D | timex_64.h | 15 #define get_cycles() tick_ops->get_tick() macro
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | timex.h | 22 extern cycles_t get_cycles(void);
|
/linux-4.1.27/arch/cris/include/asm/ |
D | timex.h | 19 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.1.27/arch/um/include/asm/ |
D | timex.h | 6 static inline cycles_t get_cycles (void) in get_cycles() function
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | timex.h | 14 static inline cycles_t get_cycles (void) in get_cycles() function
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | timex.h | 32 static inline cycles_t get_cycles (void) in get_cycles() function
|
/linux-4.1.27/arch/arm/include/asm/ |
D | timex.h | 16 #define get_cycles() ({ cycles_t c; read_current_timer(&c) ? 0 : c; }) macro
|
/linux-4.1.27/arch/frv/include/asm/ |
D | timex.h | 11 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | timex.h | 21 static __inline__ cycles_t get_cycles (void) in get_cycles() function
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | timex.h | 24 static inline cycles_t get_cycles (void) in get_cycles() function
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | timex.h | 21 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | timex.h | 24 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | timex.h | 26 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | timex.h | 16 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | timex.h | 34 get_cycles (void) in get_cycles() function
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | timex.h | 17 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.1.27/arch/x86/platform/uv/ |
D | tlb_uv.c | 535 ttm = get_cycles(); in uv1_wait_completion() 634 ttm = get_cycles(); in uv2_3_wait_completion() 660 ttm = get_cycles(); in uv2_3_wait_completion() 765 tm1 = get_cycles(); in disable_for_period() 820 if (get_cycles() > bcp->period_end) in record_send_stats() 824 bcp->period_end = get_cycles() + bcp->disabled_period; in record_send_stats() 896 time1 = get_cycles(); in uv_flush_send_and_wait() 923 bcp->send_message = get_cycles(); in uv_flush_send_and_wait() 942 time2 = get_cycles(); in uv_flush_send_and_wait() 972 if (bcp->baudisabled && (get_cycles() >= bcp->set_bau_on_time)) { in check_enable() [all …]
|
/linux-4.1.27/crypto/ |
D | tcrypt.c | 122 start = get_cycles(); in test_cipher_cycles() 127 end = get_cycles(); in test_cipher_cycles() 191 start = get_cycles(); in test_aead_cycles() 196 end = get_cycles(); in test_aead_cycles() 592 start = get_cycles(); in test_hash_cycles_digest() 598 end = get_cycles(); in test_hash_cycles_digest() 646 start = get_cycles(); in test_hash_cycles() 660 end = get_cycles(); in test_hash_cycles() 848 start = get_cycles(); in test_ahash_cycles_digest() 854 end = get_cycles(); in test_ahash_cycles_digest() [all …]
|
/linux-4.1.27/arch/x86/include/asm/ |
D | tsc.h | 22 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.1.27/arch/tile/kernel/vdso/ |
D | vgettimeofday.c | 36 #define get_cycles get_cycles_inline macro 61 return ((get_cycles() - vdso->cycle_last) & vdso->mask) * vdso->mult; in vgetsns()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | timex.h | 72 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.1.27/include/linux/ |
D | arcdevice.h | 96 _x = get_cycles(); \ 98 _y = get_cycles(); \
|
D | timex.h | 78 #define random_get_entropy() get_cycles()
|
D | intel-iommu.h | 230 cycles_t start_time = get_cycles(); \ 235 if (DMAR_OPERATION_TIMEOUT < (get_cycles() - start_time))\
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | time.c | 53 tsc64.ll = cnt32_to_63(get_cycles()) & 0x7fffffffffffffffULL; in sched_clock()
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | timex.h | 38 #define get_cycles() (0) macro
|
/linux-4.1.27/arch/s390/include/asm/ |
D | timex.h | 102 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | time-ts.c | 32 return __bfin_cycles_off + (get_cycles() << __bfin_cycles_mod); in bfin_read_cycles() 34 return get_cycles(); in bfin_read_cycles()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | time.c | 360 return get_cycles(); in itc_get_cycles() 363 now = get_cycles(); in itc_get_cycles()
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
D | udl_fb.c | 105 start_cycles = get_cycles(); in udlfb_dpy_deferred_io() 137 end_cycles = get_cycles(); in udlfb_dpy_deferred_io() 216 start_cycles = get_cycles(); in udl_handle_damage() 247 end_cycles = get_cycles(); in udl_handle_damage()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | time.c | 194 return get_cycles(); in read_cr16()
|
/linux-4.1.27/drivers/cpufreq/ |
D | blackfin-cpufreq.c | 159 cycles = get_cycles(); in bfin_target()
|
/linux-4.1.27/arch/tile/gxio/ |
D | mpipe.c | 461 cycles_t cycles = get_cycles(); in gxio_mpipe_set_timestamp() 473 cycles_prev = get_cycles(); in gxio_mpipe_get_timestamp()
|
/linux-4.1.27/arch/nios2/kernel/ |
D | time.c | 105 cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.1.27/drivers/staging/unisys/uislib/ |
D | uislib.c | 1123 old_cycles = get_cycles(); in process_incoming() 1126 cur_cycles = get_cycles(); in process_incoming() 1182 cur_cycles = get_cycles(); in process_incoming()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | udlfb.c | 587 start_cycles = get_cycles(); in dlfb_handle_damage() 629 end_cycles = get_cycles(); in dlfb_handle_damage() 724 start_cycles = get_cycles(); in dlfb_dpy_deferred_io() 754 end_cycles = get_cycles(); in dlfb_dpy_deferred_io()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | txrx.c | 1208 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_vring() 1444 txdata->last_idle = get_cycles(); in wil_tx_complete()
|
D | debugfs.c | 108 cycles_t now = get_cycles(); in wil_vring_debugfs_show()
|
/linux-4.1.27/drivers/iommu/ |
D | dmar.c | 1338 cycles_t start_time = get_cycles(); in dmar_disable_qi() 1354 (DMAR_OPERATION_TIMEOUT > (get_cycles() - start_time))) in dmar_disable_qi()
|
/linux-4.1.27/drivers/input/joystick/ |
D | analog.c | 167 #define GET_TIME(x) do { x = get_cycles(); } while (0)
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | switch.c | 296 csa->suspend_time = get_cycles(); in save_timebase() 1278 cycles_t resume_time = get_cycles(); in setup_decr()
|
/linux-4.1.27/mm/ |
D | slub.c | 1695 get_cycles() % 1024 > s->remote_node_defrag_ratio) in get_any_partial() 4212 p += 64 + (get_cycles() & 0xff) * sizeof(void *); in resiliency_test()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_driver.c | 1499 (unsigned long)get_cycles(), in no_pio_bufs()
|
/linux-4.1.27/fs/ext4/ |
D | mballoc.c | 732 unsigned long long period = get_cycles(); in ext4_mb_generate_buddy() 772 period = get_cycles() - period; in ext4_mb_generate_buddy()
|