Searched refs:time (Results 1 – 7 of 7) sorted by relevance
/lib/ |
D | interval_tree_test.c | 65 cycles_t time1, time2, time; in interval_tree_test_init() local 92 time = time2 - time1; in interval_tree_test_init() 94 time = div_u64(time, perf_loops); in interval_tree_test_init() 95 printk(" -> %llu cycles\n", (unsigned long long)time); in interval_tree_test_init() 114 time = time2 - time1; in interval_tree_test_init() 116 time = div_u64(time, search_loops); in interval_tree_test_init() 119 (unsigned long long)time, results); in interval_tree_test_init()
|
D | rbtree_test.c | 185 cycles_t time1, time2, time; in rbtree_test_init() local 206 time = time2 - time1; in rbtree_test_init() 208 time = div_u64(time, perf_loops); in rbtree_test_init() 209 printk(" -> %llu cycles\n", (unsigned long long)time); in rbtree_test_init() 238 time = time2 - time1; in rbtree_test_init() 240 time = div_u64(time, perf_loops); in rbtree_test_init() 241 printk(" -> %llu cycles\n", (unsigned long long)time); in rbtree_test_init()
|
D | test_rhashtable.c | 321 s64 time; in test_rht_init() local 332 time = test_rhashtable(&ht); in test_rht_init() 334 if (time < 0) { in test_rht_init() 335 pr_warn("Test failed: return code %lld\n", time); in test_rht_init() 339 total_time += time; in test_rht_init()
|
D | Kconfig | 113 and computes the total elapsed time and number of bytes processed. 127 Calculate checksum 8 bytes at a time with a clever slicing algorithm. 138 Calculate checksum 4 bytes at a time with a clever slicing algorithm. 145 bool "Sarwate's Algorithm (one byte at a time)" 147 Calculate checksum a byte at a time using Sarwate's algorithm. This 153 bool "Classic Algorithm (one bit at a time)" 155 Calculate checksum one bit at a time. This is VERY slow, but has 355 overlapping range in log(n) time and then iterate over all
|
D | Kconfig.kgdb | 96 The config option merely sets the default at boot time. Both 117 CONFIG_KDB_CONTINUE_CATASTROPHIC == 0 (default). The first time 118 you type 'go', you will be warned by kdb. The secend time you type
|
D | Kconfig.kmemcheck | 24 or enable kmemcheck at boot-time. If the kernel is started with 91 accesses where not all the bits are initialized at the same time.
|
D | Kconfig.debug | 7 Selecting this option causes time stamps of the printk() 16 parameter printk.time=1. See Documentation/kernel-parameters.txt 118 menu "Compile-time checks and compiler options" 204 Tell gcc to warn at build time for stack frames larger than this. 400 kernel to track the life time of various objects and validate 423 timer routines to track the life time of timer objects and 431 work queue routines to track the life time of work objects and 445 percpu counter routines to track the life time of percpu counter 1110 bool "Locking API boot-time self-tests" 1306 time. You can use /proc/sys/kernel/rcutorture_runnable [all …]
|