Home
last modified time | relevance | path

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

12

/tools/virtio/linux/
Ddma-mapping.h17 #define dma_alloc_coherent(d, s, hp, f) ({ \ argument
23 #define dma_free_coherent(d, s, p, h) kfree(p) argument
25 #define dma_map_page(d, p, o, s, dir) (page_to_phys(p) + (o)) argument
27 #define dma_map_single(d, p, s, dir) (virt_to_phys(p)) argument
/tools/build/tests/ex/
Dd.c2 int d(void) in d() function
/tools/perf/
Dbuiltin-diff.c55 #define data__for_each_file_start(i, d, s) \ argument
60 #define data__for_each_file(i, d) data__for_each_file_start(i, d, 0) argument
61 #define data__for_each_file_new(i, d) data__for_each_file_start(i, d, 1) argument
389 struct data__file *d = container_of(ptr, struct data__file, fmt); in fmt_to_data_file() local
395 get_pair_data(struct hist_entry *he, struct data__file *d) in get_pair_data()
411 struct data__file *d = fmt_to_data_file(&dfmt->fmt); in get_pair_fmt() local
451 struct data__file *d; in hists__precompute() local
604 struct data__file *d = fmt_to_data_file(fmt); in hist_entry__cmp_delta() local
613 struct data__file *d = fmt_to_data_file(fmt); in hist_entry__cmp_ratio() local
622 struct data__file *d = fmt_to_data_file(fmt); in hist_entry__cmp_wdiff() local
[all …]
Dbuiltin-buildid-cache.c75 DIR *d; in build_id_cache__kcore_existing() local
/tools/perf/arch/x86/util/
Dheader.c11 unsigned int *d) in cpuid()
25 unsigned int a, b, c, d, lvl; in __get_cpuid() local
/tools/lib/lockdep/tests/
DABCDBDDA.c6 pthread_mutex_t a, b, c, d; in main() local
DABCDBCDA.c6 pthread_mutex_t a, b, c, d; in main() local
DABBCCDDA.c6 pthread_mutex_t a, b, c, d; in main() local
/tools/perf/util/
Dlevenshtein.c44 int w, int s, int a, int d) in levenshtein()
Dutil.c66 char *d = path; in mkdir_p() local
92 struct dirent *d; in rm_rf() local
129 bool lsdir_no_dot_filter(const char *name __maybe_unused, struct dirent *d) in lsdir_no_dot_filter()
140 struct dirent *d; in lsdir() local
600 struct dirent *d; in find_process() local
Dgenelf.c165 Elf_Data *d; in jit_write_elf() local
Dgenelf_debug.c487 Elf_Data *d; in jit_add_debug_info() local
Dsort.c1410 #define DIM(d, n, func) [d] = { .name = n, .entry = &(func) } argument
1430 #define DIM(d, n, func) [d - __SORT_BRANCH_STACK] = { .name = n, .entry = &(func) } argument
1447 #define DIM(d, n, func) [d - __SORT_MEMORY_MODE] = { .name = n, .entry = &(func) } argument
1468 #define DIM(d, n) { .name = n, .fmt = &perf_hpp__format[d], } argument
Dintel-pt.c326 int *d = data; in intel_pt_config_div() local
340 static int d; in intel_pt_cache_divisor() local
/tools/lguest/
Dlguest.c264 #define bad_driver(d, fmt, ...) \ argument
282 static void iov_consume(struct device *d, in iov_consume()
637 static void *_check_pointer(struct device *d, in _check_pointer()
655 #define check_pointer(d,addr,size) _check_pointer(d, addr, size, __LINE__) argument
662 static unsigned next_desc(struct device *d, struct vring_desc *desc, in next_desc()
1195 struct device *d = devices.pci[i]; in cleanup_devices() local
1297 static bool valid_bar_access(struct device *d, in valid_bar_access()
1364 struct device *d = dev_and_reg(&reg); in pci_data_iowrite() local
1466 struct device *d = dev_and_reg(&reg); in pci_data_ioread() local
1750 struct device *d = devices.pci[i]; in find_mmio_region() local
[all …]
/tools/testing/selftests/powerpc/dscr/
Ddscr_default_test.c27 unsigned long d, cur_dscr, cur_dscr_usr; in do_test() local
/tools/testing/radix-tree/linux/
Dkernel.h26 #define DIV_ROUND_UP(n,d) (((n) + (d) - 1) / (d)) argument
/tools/perf/tests/
Dattr.c141 static int run_dir(const char *d, const char *perf) in run_dir()
Dcode-reading.c271 size_t d; in read_object_code() local
/tools/lib/subcmd/
Dparse-options.h134 #define OPT_STRING_OPTARG(s, l, v, a, h, d) \ argument
145 #define OPT_CALLBACK_DEFAULT(s, l, v, a, h, f, d) \ argument
147 #define OPT_CALLBACK_DEFAULT_NOOPT(s, l, v, a, h, f, d) \ argument
151 #define OPT_CALLBACK_OPTARG(s, l, v, d, a, h, f) \ argument
/tools/include/linux/
Dkernel.h8 #define DIV_ROUND_UP(n,d) (((n) + (d) - 1) / (d)) argument
/tools/lib/lockdep/uinclude/linux/
Dirqflags.h36 #define trace_lock_acquire(a, b, c, d, e, f, g) argument
/tools/virtio/
Dvringh_test.c660 struct vring_desc *d = __user_addr_max - USER_MEM/2; in main() local
/tools/perf/util/intel-pt-decoder/
Dintel-pt-pkt-decoder.c34 #define memcpy_le64(d, s, n) do { \ argument
/tools/testing/nvdimm/test/
Diomap.c287 struct resource **d; in nfit_test_request_region() local

12