Searched refs:results (Results 1 – 7 of 7) sorted by relevance
/lib/ |
A D | interval_tree_test.c | 36 unsigned long results = 0; in search() local 40 results++; in search() 41 return results; in search() 95 unsigned long results; in search_check() local 107 results = 0; in search_check() 113 results += search(&root, start, last); in search_check() 120 results = div_u64(results, search_loops); in search_check() 122 (unsigned long long)time, results); in search_check()
|
A D | radix-tree.c | 1262 radix_tree_gang_lookup(const struct radix_tree_root *root, void **results, in radix_tree_gang_lookup() argument 1273 results[ret] = rcu_dereference_raw(*slot); in radix_tree_gang_lookup() 1274 if (!results[ret]) in radix_tree_gang_lookup() 1276 if (radix_tree_is_internal_node(results[ret])) { in radix_tree_gang_lookup() 1302 radix_tree_gang_lookup_tag(const struct radix_tree_root *root, void **results, in radix_tree_gang_lookup_tag() argument 1314 results[ret] = rcu_dereference_raw(*slot); in radix_tree_gang_lookup_tag() 1315 if (!results[ret]) in radix_tree_gang_lookup_tag() 1317 if (radix_tree_is_internal_node(results[ret])) { in radix_tree_gang_lookup_tag() 1344 void __rcu ***results, unsigned long first_index, in radix_tree_gang_lookup_tag_slot() argument 1355 results[ret] = slot; in radix_tree_gang_lookup_tag_slot()
|
A D | Kconfig.kcsan | 131 results in more aggressive race detection, whereas a larger value
|
A D | Kconfig.debug | 244 Selecting something other than "None" results in a kernel image 321 but requires that consumers are able to decompress the results. 494 which results in the code/data being placed in specific sections. 2525 KUnit tests run during boot and output the results to the debug log 2639 KUnit tests run during boot and output the results to the debug log 2656 KUnit tests run during boot and output the results to the debug log 2673 KUnit tests run during boot and output the results to the debug log 2691 KUnit tests run during boot and output the results to the debug log 2750 KUnit tests run during boot and output the results to the debug log
|
/lib/kunit/ |
A D | Kconfig | 23 of /sys/kernel/debug/kunit/<test_suite>/results files for each 24 test suite, which allow users to see results of the last test suite 63 KUnit tests run during boot and output the results to the debug log
|
/lib/crypto/tests/ |
A D | Kconfig | 54 The benchmark results are printed to the kernel log when the
|
/lib/crypto/x86/ |
A D | sha256-avx2-asm.S | 646 #### Do second block using previously scheduled results
|
Completed in 15 milliseconds