Home
last modified time | relevance | path

Searched refs:time (Results 1 – 23 of 23) sorted by relevance

/lib/
A Dfind_bit_benchmark.c39 ktime_t time; in test_find_first_bit() local
46 time = ktime_get() - time; in test_find_first_bit()
56 ktime_t time; in test_find_first_and_bit() local
65 time = ktime_get() - time; in test_find_first_and_bit()
74 ktime_t time; in test_find_next_bit() local
79 time = ktime_get() - time; in test_find_next_bit()
88 ktime_t time; in test_find_next_zero_bit() local
93 time = ktime_get() - time; in test_find_next_zero_bit()
112 time = ktime_get() - time; in test_find_last_bit()
128 time = ktime_get() - time; in test_find_nth_bit()
[all …]
A Drbtree_test.c263 time = time2 - time1; in basic_check()
265 time = div_u64(time, perf_loops); in basic_check()
279 time = time2 - time1; in basic_check()
281 time = div_u64(time, perf_loops); in basic_check()
296 time = time2 - time1; in basic_check()
298 time = div_u64(time, perf_loops); in basic_check()
308 time = time2 - time1; in basic_check()
310 time = div_u64(time, perf_loops); in basic_check()
322 time = div_u64(time, perf_loops); in basic_check()
366 time = div_u64(time, perf_loops); in augmented_check()
[all …]
A Dtest_bitops.c60 ktime_t time; in test_fns() local
67 time = ktime_get(); in test_fns()
73 time = ktime_get() - time; in test_fns()
74 pr_err("fns: %18llu ns\n", time); in test_fns()
A Dinterval_tree_test.c68 cycles_t time1, time2, time; in basic_check() local
84 time = time2 - time1; in basic_check()
86 time = div_u64(time, perf_loops); in basic_check()
87 printk(" -> %llu cycles\n", (unsigned long long)time); in basic_check()
96 cycles_t time1, time2, time; in search_check() local
117 time = time2 - time1; in search_check()
119 time = div_u64(time, search_loops); in search_check()
122 (unsigned long long)time, results); in search_check()
A Dtest_bitmap.c496 ktime_t time; in test_bitmap_parselist() local
504 time = ktime_get() - time; in test_bitmap_parselist()
536 ktime_t time; in test_bitmap_printlist() local
546 time = ktime_get(); in test_bitmap_printlist()
548 time = ktime_get() - time; in test_bitmap_printlist()
612 ktime_t time; in test_bitmap_parse() local
621 time = ktime_get() - time; in test_bitmap_parse()
1380 ktime_t time; in test_bitmap_read_perf() local
1397 time = ktime_get() - time; in test_bitmap_read_perf()
1406 ktime_t time; in test_bitmap_write_perf() local
[all …]
A Dtest_vmalloc.c421 u64 time; member
491 t->data[index].time = delta; in test_func()
590 t->data[j].time); in do_concurrent_test()
A Dtest_rhashtable.c708 s64 time; in test_rht_init() local
720 time = test_rhashtable(&ht, objs, entries); in test_rht_init()
722 if (time < 0) { in test_rht_init()
724 pr_warn("Test failed: return code %lld\n", time); in test_rht_init()
728 total_time += time; in test_rht_init()
A Dtest_lockup.c340 ktime_t time; in test_wait() local
342 time = ns_to_ktime((u64)secs * NSEC_PER_SEC + nsecs); in test_wait()
343 schedule_hrtimeout(&time, HRTIMER_MODE_REL); in test_wait()
A DKconfig.kgdb117 The config option merely sets the default at boot time. Both
139 CONFIG_KDB_CONTINUE_CATASTROPHIC == 0 (default). The first time
140 you type 'go', you will be warned by kdb. The secend time you type
A DKconfig.debug225 menu "Compile-time checks and compiler options"
265 toolchain changes over time.
1586 bool "Locking API boot-time self-tests"
2280 or at module load time.
2290 or at module load time.
2300 or at module load time.
2310 or at module load time.
2320 only boot time), or at module load time.
2332 affects only boot time), or at module load time.
2401 or at module load time.
[all …]
A DKconfig335 overlapping range in log(n) time and then iterate over all
493 according to run time performance.
601 bool "Boot-time test for lwq queuing"
603 Run boot-time test of light-weight queuing.
A DKconfig.ubsan10 Compile-time instrumentation is used to detect various undefined
63 array accesses, where the array size is known at compile time.
A DKconfig.kcsan21 data-race detector that relies on compile-time instrumentation.
158 Any given race is only reported once in the defined time window.
A DKconfig.kasan206 recorded for each heap block at allocation and free time, and
A Dvsprintf.c1973 char *time64_str(char *buf, char *end, const time64_t time, in time64_str() argument
1979 time64_to_tm(time, 0, &tm); in time64_str()
/lib/vdso/
A DKconfig30 Selected by architectures which support time namespaces in the
37 time getter functions for the price of an extra conditional
A Dgettimeofday.c425 __cvdso_time_data(const struct vdso_time_data *vd, __kernel_old_time_t *time) in __cvdso_time_data() argument
438 if (time) in __cvdso_time_data()
439 *time = t; in __cvdso_time_data()
444 static __maybe_unused __kernel_old_time_t __cvdso_time(__kernel_old_time_t *time) in __cvdso_time() argument
446 return __cvdso_time_data(__arch_get_vdso_u_time_data(), time); in __cvdso_time()
/lib/dim/
A Ddim.c62 u32 delta_us = ktime_us_delta(end->time, start->time); in dim_calc_stats()
/lib/crypto/x86/
A Dsha256-avx-asm.S47 # This code schedules 1 block at a time, with 4 lanes per block
154 ## compute s0 four at a time and s1 two at a time
155 ## compute W[-16] + W[-7] 4 at a time
A Dsha256-ssse3-asm.S148 ## compute s0 four at a time and s1 two at a time
149 ## compute W[-16] + W[-7] 4 at a time
A Dsha256-avx2-asm.S48 # This code schedules 2 blocks at a time, with 4 lanes per block
A Dsha512-avx2-asm.S49 # This code schedules 1 blocks at a time, with 4 lanes per block
/lib/kunit/
A DKconfig104 sufficient time to complete.

Completed in 51 milliseconds