Symbol: printv
tools/testing/radix-tree/benchmark.c
111
printv(2, "Size: %8ld, step: %8ld, deletion: %16lld ns\n",
tools/testing/radix-tree/benchmark.c
126
printv(2, "Size: %8ld, step: %8ld, tagged iteration: %8lld ns\n",
tools/testing/radix-tree/benchmark.c
128
printv(2, "Size: %8ld, step: %8ld, normal iteration: %8lld ns\n",
tools/testing/radix-tree/benchmark.c
144
printv(1, "starting benchmarks\n");
tools/testing/radix-tree/benchmark.c
145
printv(1, "RADIX_TREE_MAP_SHIFT = %d\n", RADIX_TREE_MAP_SHIFT);
tools/testing/radix-tree/benchmark.c
69
printv(2, "Size: %8ld, step: %8ld, insertion: %15lld ns\n",
tools/testing/radix-tree/benchmark.c
90
printv(2, "Size: %8ld, step: %8ld, tagging: %17lld ns\n",
tools/testing/radix-tree/iteration_check.c
169
printv(1, "Running %siteration tests for %d seconds\n",
tools/testing/radix-tree/iteration_check_2.c
60
printv(1, "Running iteration test 2 for %d seconds\n", test_duration);
tools/testing/radix-tree/main.c
135
printv(2, "%lu-%lu: %lu, tags %d-%d\n", start,
tools/testing/radix-tree/main.c
145
printv(2, "%lu-%lu: %lu, tags %d-%d\n", start, end,
tools/testing/radix-tree/main.c
243
printv(1, "starting single_thread_tests: %d allocated, preempt %d\n",
tools/testing/radix-tree/main.c
247
printv(2, "after multiorder_check: %d allocated, preempt %d\n",
tools/testing/radix-tree/main.c
251
printv(2, "after tag_check: %d allocated, preempt %d\n",
tools/testing/radix-tree/main.c
255
printv(2, "after gang_check: %d allocated, preempt %d\n",
tools/testing/radix-tree/main.c
259
printv(2, "after add_and_check: %d allocated, preempt %d\n",
tools/testing/radix-tree/main.c
263
printv(2, "after dynamic_height_check: %d allocated, preempt %d\n",
tools/testing/radix-tree/main.c
268
printv(2, "after idr_checks: %d allocated, preempt %d\n",
tools/testing/radix-tree/main.c
272
printv(2, "after big_gang_check: %d allocated, preempt %d\n",
tools/testing/radix-tree/main.c
276
printv(2, "%d ", i);
tools/testing/radix-tree/main.c
280
printv(2, "after copy_tag_check: %d allocated, preempt %d\n",
tools/testing/radix-tree/main.c
323
printv(2, "after rcu_barrier: %d allocated, preempt %d\n",
tools/testing/radix-tree/main.c
74
printv(2, "%d ", i);
tools/testing/radix-tree/multiorder.c
44
printv(1, "Multiorder iteration test\n");
tools/testing/radix-tree/multiorder.c
87
printv(1, "Multiorder tagged iteration test\n");
tools/testing/radix-tree/regression1.c
176
printv(1, "running regression test 1, should finish in under a minute\n");
tools/testing/radix-tree/regression1.c
199
printv(1, "regression test 1, done\n");
tools/testing/radix-tree/regression2.c
122
printv(1, "regression test 2, done\n");
tools/testing/radix-tree/regression2.c
84
printv(1, "running regression test 2 (should take milliseconds)\n");
tools/testing/radix-tree/regression3.c
38
printv(1, "running regression test 3 (should take milliseconds)\n");
tools/testing/radix-tree/regression3.c
45
printv(2, "tagged %ld %p\n", iter.index, *slot);
tools/testing/radix-tree/regression3.c
52
printv(2, "retry at %ld\n", iter.index);
tools/testing/radix-tree/regression3.c
61
printv(2, "slot %ld %p\n", iter.index, *slot);
tools/testing/radix-tree/regression3.c
67
printv(2, "retry at %ld\n", iter.index);
tools/testing/radix-tree/regression3.c
74
printv(2, "slot %ld %p\n", iter.index, *slot);
tools/testing/radix-tree/regression3.c
76
printv(2, "next at %ld\n", iter.index);
tools/testing/radix-tree/regression3.c
84
printv(2, "tagged %ld %p\n", iter.index, *slot);
tools/testing/radix-tree/regression3.c
86
printv(2, "next at %ld\n", iter.index);
tools/testing/radix-tree/regression3.c
94
printv(1, "regression test 3 passed\n");
tools/testing/radix-tree/regression4.c
62
printv(1, "regression test 4 starting\n");
tools/testing/radix-tree/regression4.c
78
printv(1, "regression test 4 passed\n");
tools/testing/radix-tree/tag_check.c
261
printv(2, "%d(%d) %d(%d) %d(%d) %d(%d) / "
tools/testing/radix-tree/tag_check.c
300
printv(2, "%d: nr_allocated=%d\n", __LINE__, nr_allocated);
tools/testing/radix-tree/tag_check.c
302
printv(2, "%d: nr_allocated=%d\n", __LINE__, nr_allocated);
tools/testing/radix-tree/tag_check.c
304
printv(2, "%d: nr_allocated=%d\n", __LINE__, nr_allocated);
tools/testing/radix-tree/tag_check.c
306
printv(2, "%d: nr_allocated=%d\n", __LINE__, nr_allocated);
tools/testing/radix-tree/tag_check.c
340
printv(2, "after extend_checks: %d allocated\n", nr_allocated);
tools/testing/radix-tree/tag_check.c
344
printv(2, "after leak_check: %d allocated\n", nr_allocated);
tools/testing/radix-tree/tag_check.c
347
printv(2, "after simple_checks: %d allocated\n", nr_allocated);
tools/testing/radix-tree/tag_check.c
350
printv(2, "after thrash_tags: %d allocated\n", nr_allocated);
tools/testing/radix-tree/tag_check.c
53
printv(2, "before item_kill_tree: %d allocated\n", nr_allocated);
tools/testing/radix-tree/tag_check.c
56
printv(2, "after item_kill_tree: %d allocated\n", nr_allocated);