Home
last modified time | relevance | path

Searched defs:step (Results 1 – 15 of 15) sorted by relevance

/tools/testing/radix-tree/
Dbenchmark.c53 unsigned long size, unsigned long step) in benchmark_insert()
74 unsigned long size, unsigned long step) in benchmark_tagging()
95 unsigned long size, unsigned long step) in benchmark_delete()
115 static void benchmark_size(unsigned long size, unsigned long step) in benchmark_size()
140 unsigned long step[] = {1, 2, 7, 15, 63, 64, 65, in benchmark() local
/tools/testing/selftests/bpf/progs/
Dbpf_iter_bpf_percpu_array_map.c32 __u32 step; in dump_bpf_percpu_array_map() local
Dbpf_iter_bpf_percpu_hash_map.c34 __u32 step; in dump_bpf_percpu_hash_map() local
/tools/testing/selftests/bpf/map_tests/
Darray_map_batch_ops.c60 int err, step; in test_array_map_batch_ops() local
Dhtab_map_batch_ops.c83 int err, step, value_size; in __test_map_lookup_and_delete_batch() local
/tools/perf/ui/
Dprogress.h11 u64 curr, next, step, total; member
/tools/testing/selftests/kvm/lib/aarch64/
Ducall.c27 vm_paddr_t gpa, start, end, step, offset; in ucall_init() local
/tools/bpf/bpftool/
Dmap.c122 unsigned int i, n, step; in do_dump_btf() local
179 unsigned int i, n, step; in print_entry_json() local
294 unsigned int i, n, step; in print_entry_plain() local
347 unsigned int i, n, step; in fill_per_cpu_value() local
/tools/perf/arch/x86/util/
Dheader.c30 int family = -1, model = -1, step = -1; in __get_cpuid() local
/tools/testing/selftests/seccomp/
Dseccomp_benchmark.c52 unsigned long long i, samples, step = 9973; in calibrate() local
/tools/testing/selftests/
Dkselftest_harness.h825 __u8 step; member
845 static inline int __bail(int for_realz, bool no_print, __u8 step) in __bail()
/tools/testing/selftests/kvm/
Ddirty_log_test.c292 uint64_t step = vm_num_host_pages(mode, 1); in vm_dirty_log_verify() local
/tools/perf/bench/
Dnuma.c531 int step; in parse_setup_cpu_list() local
667 int step; in parse_setup_node_list() local
/tools/include/uapi/sound/
Dasound.h453 unsigned int step; /* samples distance in bits */ member
1027 long step; /* R: step (0 variable) */ member
1032 long long step; /* R: step (0 variable) */ member
/tools/perf/scripts/python/
Dexported-sql-viewer.py1565 def PaintMarks(self, painter, at_y, lo, hi, step, i): argument