Home
last modified time | relevance | path

Searched refs:get_cycles (Results 1 - 25 of 104) sorted by relevance

12345

/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dtimex.h18 static inline cycles_t get_cycles(void) in get_cycles() function
23 static inline u32 get_cycles(void) in get_cycles() function
27 #define get_cycles get_cycles macro
45 return get_cycles(); in random_get_entropy()
51 static inline cycles_t get_cycles(void) in get_cycles() function
55 #define get_cycles get_cycles macro
68 return get_cycles(); in get_cycles64()
77 lo = get_cycles(); in get_cycles64()
[all...]
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dtimex.h18 static inline cycles_t get_cycles(void) in get_cycles() function
23 static inline u32 get_cycles(void) in get_cycles() function
27 #define get_cycles get_cycles macro
45 return get_cycles(); in random_get_entropy()
51 static inline cycles_t get_cycles(void) in get_cycles() function
55 #define get_cycles get_cycles macro
68 return get_cycles(); in get_cycles64()
77 lo = get_cycles(); in get_cycles64()
[all...]
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H A Dtimex.h16 #define get_cycles get_cycles macro
22 static inline cycles_t get_cycles(void) in get_cycles() function
26 #define get_cycles get_cycles macro
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H A Dtimex.h16 #define get_cycles get_cycles macro
22 static inline cycles_t get_cycles(void) in get_cycles() function
26 #define get_cycles get_cycles macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H A Dtimex.h10 extern cycles_t get_cycles(void);
11 #define get_cycles get_cycles macro
13 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback())
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H A Dtimex.h10 extern cycles_t get_cycles(void);
11 #define get_cycles get_cycles macro
13 #define random_get_entropy() (((unsigned long)get_cycles()) ?: random_get_entropy_fallback())
/kernel/linux/linux-6.6/arch/arm64/lib/
H A Ddelay.c28 cycles_t start = get_cycles(); in __delay()
38 while ((get_cycles() - start) < cycles) in __delay()
44 while ((get_cycles() - start + timer_evt_period) < cycles) in __delay()
48 while ((get_cycles() - start) < cycles) in __delay()
/kernel/linux/linux-5.10/lib/
H A Drbtree_test.c257 time1 = get_cycles(); in rbtree_test_init()
266 time2 = get_cycles(); in rbtree_test_init()
273 time1 = get_cycles(); in rbtree_test_init()
282 time2 = get_cycles(); in rbtree_test_init()
292 time1 = get_cycles(); in rbtree_test_init()
299 time2 = get_cycles(); in rbtree_test_init()
306 time1 = get_cycles(); in rbtree_test_init()
311 time2 = get_cycles(); in rbtree_test_init()
318 time1 = get_cycles(); in rbtree_test_init()
323 time2 = get_cycles(); in rbtree_test_init()
[all...]
/kernel/linux/linux-6.6/lib/
H A Drbtree_test.c257 time1 = get_cycles(); in rbtree_test_init()
266 time2 = get_cycles(); in rbtree_test_init()
273 time1 = get_cycles(); in rbtree_test_init()
282 time2 = get_cycles(); in rbtree_test_init()
292 time1 = get_cycles(); in rbtree_test_init()
299 time2 = get_cycles(); in rbtree_test_init()
306 time1 = get_cycles(); in rbtree_test_init()
311 time2 = get_cycles(); in rbtree_test_init()
318 time1 = get_cycles(); in rbtree_test_init()
323 time2 = get_cycles(); in rbtree_test_init()
[all...]
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dtimex.h16 static inline cycles_t get_cycles(void) in get_cycles() function
20 #define get_cycles get_cycles macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dtimex.h18 static inline cycles_t get_cycles(void) in get_cycles() function
22 #define get_cycles get_cycles macro
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dtimex.h25 static inline cycles_t get_cycles (void) in get_cycles() function
31 #define get_cycles get_cycles macro
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dtimex.h25 static inline cycles_t get_cycles (void) in get_cycles() function
31 #define get_cycles get_cycles macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dtimex.h18 static inline cycles_t get_cycles(void) in get_cycles() function
22 #define get_cycles get_cycles macro
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dtimex.h16 static inline cycles_t get_cycles(void) in get_cycles() function
20 #define get_cycles get_cycles macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dtimex.h25 #define get_cycles get_cycles macro
27 static inline cycles_t get_cycles(void) in get_cycles() function
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dtimex.h17 #define get_cycles get_cycles macro
19 static inline cycles_t get_cycles(void) in get_cycles() function
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dtimex.h35 get_cycles (void) in get_cycles() function
42 #define get_cycles get_cycles macro
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dtimex.h35 get_cycles (void) in get_cycles() function
42 #define get_cycles get_cycles macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dtsc.h21 static inline cycles_t get_cycles(void) in get_cycles() function
28 #define get_cycles get_cycles macro
/kernel/linux/linux-5.10/arch/openrisc/lib/
H A Ddelay.c25 *timer_value = get_cycles(); in read_current_timer()
31 cycles_t start = get_cycles(); in __delay()
33 while ((get_cycles() - start) < cycles) in __delay()
/kernel/linux/linux-6.6/arch/openrisc/lib/
H A Ddelay.c26 *timer_value = get_cycles(); in read_current_timer()
32 cycles_t start = get_cycles(); in __delay()
34 while ((get_cycles() - start) < cycles) in __delay()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dtsc.h21 static inline cycles_t get_cycles(void) in get_cycles() function
28 #define get_cycles get_cycles macro
/kernel/linux/linux-5.10/arch/arm64/lib/
H A Ddelay.c28 cycles_t start = get_cycles(); in __delay()
34 while ((get_cycles() - start + timer_evt_period) < cycles) in __delay()
38 while ((get_cycles() - start) < cycles) in __delay()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dtimex.h72 static inline cycles_t get_cycles(void) in get_cycles() function
79 #define get_cycles get_cycles macro
82 * Like get_cycles - but where c0_count is not available we desperately

Completed in 6 milliseconds

12345