Searched refs:time (Results 1 – 8 of 8) sorted by relevance
/lib/ |
D | rbtree_test.c | 247 cycles_t time1, time2, time; in rbtree_test_init() local 269 time = time2 - time1; in rbtree_test_init() 271 time = div_u64(time, perf_loops); in rbtree_test_init() 273 (unsigned long long)time); in rbtree_test_init() 285 time = time2 - time1; in rbtree_test_init() 287 time = div_u64(time, perf_loops); in rbtree_test_init() 289 (unsigned long long)time); in rbtree_test_init() 302 time = time2 - time1; in rbtree_test_init() 304 time = div_u64(time, perf_loops); in rbtree_test_init() 306 (unsigned long long)time); in rbtree_test_init() [all …]
|
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 | test_rhashtable.c | 356 s64 time; in test_rht_init() local 367 time = test_rhashtable(&ht); in test_rht_init() 369 if (time < 0) { in test_rht_init() 370 pr_warn("Test failed: return code %lld\n", time); in test_rht_init() 374 total_time += time; in test_rht_init()
|
D | Kconfig | 112 and computes the total elapsed time and number of bytes processed. 126 Calculate checksum 8 bytes at a time with a clever slicing algorithm. 137 Calculate checksum 4 bytes at a time with a clever slicing algorithm. 144 bool "Sarwate's Algorithm (one byte at a time)" 146 Calculate checksum a byte at a time using Sarwate's algorithm. This 152 bool "Classic Algorithm (one bit at a time)" 154 Calculate checksum one bit at a time. This is VERY slow, but has 373 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.ubsan | 11 Compile-time instrumentation is used to detect various undefined
|
D | Kconfig.kasan | 30 compile time.
|
D | Kconfig.debug | 7 Selecting this option causes time stamps of the printk() 16 parameter printk.time=1. See Documentation/admin-guide/kernel-parameters.rst 138 menu "Compile-time checks and compiler options" 226 Tell gcc to warn at build time for stack frames larger than this. 370 bool "Compile-time stack metadata validation" 374 Add compile-time checks to validate stack metadata, including frame 449 kernel to track the life time of various objects and validate 472 timer routines to track the life time of timer objects and 480 work queue routines to track the life time of work objects and 494 percpu counter routines to track the life time of percpu counter [all …]
|