/linux-4.4.14/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.4.14/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.4.14/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.4.14/include/asm-generic/ |
D | timex.h | 8 #ifndef get_cycles 9 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.4.14/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.4.14/arch/arm64/lib/ |
D | delay.c | 29 cycles_t start = get_cycles(); in __delay() 31 while ((get_cycles() - start) < cycles) in __delay()
|
/linux-4.4.14/arch/nios2/lib/ |
D | delay.c | 25 cycles_t start = get_cycles(); in __delay() 27 while ((get_cycles() - start) < cycles) in __delay()
|
/linux-4.4.14/arch/openrisc/lib/ |
D | delay.c | 33 cycles_t start = get_cycles(); in __delay() 35 while ((get_cycles() - start) < cycles) in __delay()
|
/linux-4.4.14/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 | 1117 memset(buf1, get_cycles() & 255, sizeof(buf1)); in quicktest3()
|
/linux-4.4.14/arch/c6x/kernel/ |
D | time.c | 31 return get_cycles(); in tsc_read() 47 u64 tsc = get_cycles(); in sched_clock()
|
/linux-4.4.14/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() 221 return clocksource_cyc2ns(get_cycles(), in sched_clock()
|
/linux-4.4.14/tools/perf/bench/ |
D | mem-functions.c | 76 static u64 get_cycles(void) in get_cycles() function 224 cycle_start = get_cycles(); in do_memcpy_cycles() 227 cycle_end = get_cycles(); in do_memcpy_cycles() 315 cycle_start = get_cycles(); in do_memset_cycles() 318 cycle_end = get_cycles(); in do_memset_cycles()
|
/linux-4.4.14/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.4.14/arch/x86/kernel/ |
D | tsc.c | 385 t1 = get_cycles(); in tsc_read_refs() 390 t2 = get_cycles(); in tsc_read_refs() 468 tsc = t1 = t2 = get_cycles(); in pit_calibrate_tsc() 474 t2 = get_cycles(); in pit_calibrate_tsc() 553 tsc = get_cycles(); in pit_expect_msb() 555 *deltap = get_cycles() - prev_tsc; in pit_expect_msb()
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | timex.h | 25 #define get_cycles() arch_counter_get_cntvct() macro
|
/linux-4.4.14/arch/cris/include/asm/ |
D | timex.h | 19 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.4.14/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.4.14/arch/nios2/include/asm/ |
D | timex.h | 22 extern cycles_t get_cycles(void);
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | timex.h | 14 static inline cycles_t get_cycles (void) in get_cycles() function
|
/linux-4.4.14/arch/um/include/asm/ |
D | timex.h | 6 static inline cycles_t get_cycles (void) in get_cycles() function
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | timex.h | 32 static inline cycles_t get_cycles (void) in get_cycles() function
|
/linux-4.4.14/arch/arm/include/asm/ |
D | timex.h | 16 #define get_cycles() ({ cycles_t c; read_current_timer(&c) ? 0 : c; }) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | timex.h | 11 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | timex.h | 21 static __inline__ cycles_t get_cycles (void) in get_cycles() function
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | timex.h | 24 static inline cycles_t get_cycles (void) in get_cycles() function
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | timex.h | 21 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | timex.h | 24 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | timex.h | 26 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | timex.h | 16 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | timex.h | 34 get_cycles (void) in get_cycles() function
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | timex.h | 17 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.4.14/arch/x86/include/asm/ |
D | tsc.h | 22 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.4.14/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.4.14/crypto/ |
D | tcrypt.c | 141 start = get_cycles(); in test_cipher_cycles() 146 end = get_cycles(); in test_cipher_cycles() 224 start = get_cycles(); in test_aead_cycles() 229 end = get_cycles(); in test_aead_cycles() 630 start = get_cycles(); in test_hash_cycles_digest() 636 end = get_cycles(); in test_hash_cycles_digest() 684 start = get_cycles(); in test_hash_cycles() 698 end = get_cycles(); in test_hash_cycles() 870 start = get_cycles(); in test_ahash_cycles_digest() 876 end = get_cycles(); in test_ahash_cycles_digest() [all …]
|
/linux-4.4.14/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.4.14/arch/mips/include/asm/ |
D | timex.h | 72 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | time.c | 53 tsc64.ll = cnt32_to_63(get_cycles()) & 0x7fffffffffffffffULL; in sched_clock()
|
/linux-4.4.14/include/linux/ |
D | timex.h | 78 #define random_get_entropy() get_cycles()
|
D | intel-iommu.h | 243 cycles_t start_time = get_cycles(); \ 248 if (DMAR_OPERATION_TIMEOUT < (get_cycles() - start_time))\
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | timex.h | 38 #define get_cycles() (0) macro
|
/linux-4.4.14/drivers/net/arcnet/ |
D | arcdevice.h | 107 _x = get_cycles(); \ 109 _y = get_cycles(); \
|
/linux-4.4.14/arch/s390/include/asm/ |
D | timex.h | 103 static inline cycles_t get_cycles(void) in get_cycles() function
|
/linux-4.4.14/arch/nios2/kernel/ |
D | time.c | 108 cycles_t get_cycles(void) in get_cycles() function 112 EXPORT_SYMBOL(get_cycles);
|
/linux-4.4.14/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.4.14/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.4.14/arch/ia64/kernel/ |
D | time.c | 331 return get_cycles(); in itc_get_cycles() 334 now = get_cycles(); in itc_get_cycles()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | time.c | 194 return get_cycles(); in read_cr16()
|
/linux-4.4.14/drivers/cpufreq/ |
D | blackfin-cpufreq.c | 159 cycles = get_cycles(); in bfin_target()
|
/linux-4.4.14/arch/tile/gxio/ |
D | mpipe.c | 436 cycles_t cycles = get_cycles(); in gxio_mpipe_set_timestamp() 448 cycles_prev = get_cycles(); in gxio_mpipe_get_timestamp()
|
/linux-4.4.14/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.4.14/drivers/net/wireless/ath/wil6210/ |
D | txrx.c | 1457 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_vring_tso() 1597 txdata->idle += get_cycles() - txdata->last_idle; in __wil_tx_vring() 1841 txdata->last_idle = get_cycles(); in wil_tx_complete()
|
D | debugfs.c | 109 cycles_t now = get_cycles(); in wil_vring_debugfs_show()
|
/linux-4.4.14/drivers/iommu/ |
D | dmar.c | 1344 cycles_t start_time = get_cycles(); in dmar_disable_qi() 1360 (DMAR_OPERATION_TIMEOUT > (get_cycles() - start_time))) in dmar_disable_qi()
|
/linux-4.4.14/drivers/input/joystick/ |
D | analog.c | 167 #define GET_TIME(x) do { x = get_cycles(); } while (0)
|
/linux-4.4.14/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.4.14/drivers/staging/rdma/ipath/ |
D | ipath_driver.c | 1506 (unsigned long)get_cycles(), in no_pio_bufs()
|
/linux-4.4.14/mm/ |
D | slub.c | 1738 get_cycles() % 1024 > s->remote_node_defrag_ratio) in get_any_partial() 4427 p += 64 + (get_cycles() & 0xff) * sizeof(void *); in resiliency_test()
|
/linux-4.4.14/fs/ext4/ |
D | mballoc.c | 733 unsigned long long period = get_cycles(); in ext4_mb_generate_buddy() 773 period = get_cycles() - period; in ext4_mb_generate_buddy()
|