Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 45) sorted by relevance

12

/tools/virtio/linux/
Ddma-mapping.h18 #define dma_alloc_coherent(d, s, hp, f) ({ \ argument
24 #define dma_free_coherent(d, s, p, h) kfree(p) argument
26 #define dma_map_page(d, p, o, s, dir) (page_to_phys(p) + (o)) argument
28 #define dma_map_single(d, p, s, dir) (virt_to_phys(p)) argument
/tools/perf/
Dbuiltin-diff.c60 #define data__for_each_file_start(i, d, s) \ argument
65 #define data__for_each_file(i, d) data__for_each_file_start(i, d, 0) argument
66 #define data__for_each_file_new(i, d) data__for_each_file_start(i, d, 1) argument
403 struct data__file *d = container_of(ptr, struct data__file, fmt); in fmt_to_data_file() local
409 get_pair_data(struct hist_entry *he, struct data__file *d) in get_pair_data()
425 struct data__file *d = fmt_to_data_file(&dfmt->fmt); in get_pair_fmt() local
465 struct data__file *d; in hists__precompute() local
626 struct data__file *d = fmt_to_data_file(fmt); in hist_entry__cmp_delta() local
635 struct data__file *d = fmt_to_data_file(fmt); in hist_entry__cmp_delta_abs() local
644 struct data__file *d = fmt_to_data_file(fmt); in hist_entry__cmp_ratio() local
[all …]
Dbuiltin-buildid-cache.c82 DIR *d; in build_id_cache__kcore_existing() local
/tools/perf/arch/x86/util/
Dheader.c12 unsigned int *d) in cpuid()
26 unsigned int a, b, c, d, lvl; in __get_cpuid() local
/tools/build/tests/ex/
Dd.c3 int d(void) in d() function
/tools/testing/radix-tree/linux/
Dcpu.h1 #define cpuhp_setup_state_nocalls(a, b, c, d) (0) argument
/tools/perf/util/
Dutil.c51 char *d = path; in mkdir_p() local
77 struct dirent *d; in rm_rf() local
114 bool lsdir_no_dot_filter(const char *name __maybe_unused, struct dirent *d) in lsdir_no_dot_filter()
125 struct dirent *d; in lsdir() local
Dlevenshtein.c45 int w, int s, int a, int d) in levenshtein()
Dgenelf.c162 Elf_Data *d; in jit_add_eh_frame_info() local
252 Elf_Data *d; in jit_write_elf() local
Dtime-utils.c66 char *d, *str; in perf_time__parse_str() local
/tools/lib/lockdep/tests/
DABCDBDDA.c7 pthread_mutex_t a, b, c, d; in main() local
DABCDBCDA.c7 pthread_mutex_t a, b, c, d; in main() local
DABBCCDDA.c7 pthread_mutex_t a, b, c, d; in main() local
/tools/testing/selftests/bpf/
Dsockmap_parse_prog.c22 __u8 *d = data; in bpf_prog1() local
Dsockmap_verdict_prog.c43 __u8 *d = data; in bpf_prog2() local
/tools/testing/selftests/sync/
Dsync_fence.c78 int a, b, c, d, valid; in test_fence_one_timeline_merge() local
Dsync_stress_parallelism.c40 static int test_stress_two_threads_shared_timeline_thread(void *d) in test_stress_two_threads_shared_timeline_thread()
Dsync_stress_consumer.c63 static int mpsc_producer_thread(void *d) in mpsc_producer_thread()
/tools/lib/subcmd/
Dparse-options.h138 #define OPT_STRING_OPTARG(s, l, v, a, h, d) \ argument
142 #define OPT_STRING_OPTARG_SET(s, l, v, os, a, h, d) \ argument
154 #define OPT_CALLBACK_DEFAULT(s, l, v, a, h, f, d) \ argument
156 #define OPT_CALLBACK_DEFAULT_NOOPT(s, l, v, a, h, f, d) \ argument
160 #define OPT_CALLBACK_OPTARG(s, l, v, d, a, h, f) \ argument
/tools/testing/selftests/powerpc/dscr/
Ddscr_default_test.c27 unsigned long d, cur_dscr, cur_dscr_usr; in do_test() local
/tools/testing/selftests/powerpc/ptrace/
Dptrace-tm-spd-gpr.c22 float d = FPR_4; variable
/tools/testing/selftests/powerpc/benchmarks/
Dnull_syscall.c74 double d; in get_proc_frequency() local
/tools/perf/tests/
Dattr.c158 static int run_dir(const char *d, const char *perf) in run_dir()
/tools/include/linux/
Dirqflags.h37 #define trace_lock_acquire(a, b, c, d, e, f, g) argument
Dkernel.h16 #define DIV_ROUND_UP(n,d) (((n) + (d) - 1) / (d)) argument

12