/tools/include/linux/ |
D | overflow.h | 49 #define check_add_overflow(a, b, d) ({ \ argument 58 #define check_sub_overflow(a, b, d) ({ \ argument 67 #define check_mul_overflow(a, b, d) ({ \ argument 80 #define __unsigned_add_overflow(a, b, d) ({ \ argument 89 #define __unsigned_sub_overflow(a, b, d) ({ \ argument 101 #define __unsigned_mul_overflow(a, b, d) ({ \ argument 129 #define __signed_add_overflow(a, b, d) ({ \ argument 145 #define __signed_sub_overflow(a, b, d) ({ \ argument 172 #define __signed_mul_overflow(a, b, d) ({ \ argument 187 #define check_add_overflow(a, b, d) \ argument [all …]
|
/tools/lib/bpf/ |
D | btf_dump.c | 105 static const char *btf_name_of(const struct btf_dump *d, __u32 name_off) in btf_name_of() 110 static void btf_dump_printf(const struct btf_dump *d, const char *fmt, ...) in btf_dump_printf() 124 struct btf_dump *d; in btf_dump__new() local 154 void btf_dump__free(struct btf_dump *d) in btf_dump__free() 198 int btf_dump__dump_type(struct btf_dump *d, __u32 id) in btf_dump__dump_type() 249 static int btf_dump_mark_referenced(struct btf_dump *d) in btf_dump_mark_referenced() 310 static int btf_dump_add_emit_queue_id(struct btf_dump *d, __u32 id) in btf_dump_add_emit_queue_id() 403 static int btf_dump_order_type(struct btf_dump *d, __u32 id, bool through_ptr) in btf_dump_order_type() 579 static bool btf_dump_is_blacklisted(struct btf_dump *d, __u32 id) in btf_dump_is_blacklisted() 612 static void btf_dump_emit_type(struct btf_dump *d, __u32 id, __u32 cont_id) in btf_dump_emit_type() [all …]
|
D | btf.c | 1222 struct btf_dedup *d = btf_dedup_new(btf, btf_ext, opts); in btf__dedup() local 1314 #define for_each_dedup_cand(d, node, hash) \ argument 1317 static int btf_dedup_table_add(struct btf_dedup *d, long hash, __u32 type_id) in btf_dedup_table_add() 1323 static int btf_dedup_hypot_map_add(struct btf_dedup *d, in btf_dedup_hypot_map_add() 1340 static void btf_dedup_clear_hypot_map(struct btf_dedup *d) in btf_dedup_clear_hypot_map() 1349 static void btf_dedup_free(struct btf_dedup *d) in btf_dedup_free() 1384 struct btf_dedup *d = calloc(1, sizeof(struct btf_dedup)); in btf_dedup_new() local 1446 static int btf_for_each_str_off(struct btf_dedup *d, str_off_fn_t fn, void *ctx) in btf_for_each_str_off() 1605 static int btf_dedup_strings(struct btf_dedup *d) in btf_dedup_strings() 1987 static int btf_dedup_prim_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_prim_type() [all …]
|
/tools/testing/selftests/proc/ |
D | read.c | 38 static void f_reg(DIR *d, const char *filename) in f_reg() 53 static void f_reg_write(DIR *d, const char *filename, const char *buf, size_t len) in f_reg_write() 66 static void f_lnk(DIR *d, const char *filename) in f_lnk() 75 static void f(DIR *d, unsigned int level) in f() 127 DIR *d; in main() local
|
D | proc.h | 43 static struct dirent *xreaddir(DIR *d) in xreaddir()
|
/tools/perf/tests/ |
D | time-utils-test.c | 70 static bool test__perf_time__parse_for_ranges(struct test_data *d) in test__perf_time__parse_for_ranges() 160 struct test_data d = { in test__time_utils() local 175 struct test_data d = { in test__time_utils() local 190 struct test_data d = { in test__time_utils() local 205 struct test_data d = { in test__time_utils() local 220 struct test_data d = { in test__time_utils() local 235 struct test_data d = { in test__time_utils() local
|
/tools/perf/arch/x86/tests/ |
D | intel-pt-pkt-decoder-test.c | 193 static void decoding_failed(struct test_data *d) in decoding_failed() 200 static int fail(struct test_data *d, struct intel_pt_pkt *packet, int len, in fail() 229 static int test_ctx_unchanged(struct test_data *d, struct intel_pt_pkt *packet, in test_ctx_unchanged() 245 static int test_one(struct test_data *d) in test_one() 294 struct test_data *d = data; in test__intel_pt_pkt_decoder() local
|
/tools/virtio/linux/ |
D | dma-mapping.h | 16 #define dma_alloc_coherent(d, s, hp, f) ({ \ argument 22 #define dma_free_coherent(d, s, p, h) kfree(p) argument 24 #define dma_map_page(d, p, o, s, dir) (page_to_phys(p) + (o)) argument 26 #define dma_map_single(d, p, s, dir) (virt_to_phys(p)) argument
|
/tools/perf/ |
D | builtin-diff.c | 78 #define data__for_each_file_start(i, d, s) \ argument 83 #define data__for_each_file(i, d) data__for_each_file_start(i, d, 0) argument 84 #define data__for_each_file_new(i, d) data__for_each_file_start(i, d, 1) argument 484 struct data__file *d = container_of(ptr, struct data__file, fmt); in fmt_to_data_file() local 490 get_pair_data(struct hist_entry *he, struct data__file *d) in get_pair_data() 506 struct data__file *d = fmt_to_data_file(&dfmt->fmt); in get_pair_fmt() local 744 struct data__file *d; in hists__precompute() local 921 struct data__file *d = fmt_to_data_file(fmt); in hist_entry__cmp_delta() local 930 struct data__file *d = fmt_to_data_file(fmt); in hist_entry__cmp_delta_abs() local 939 struct data__file *d = fmt_to_data_file(fmt); in hist_entry__cmp_ratio() local [all …]
|
/tools/bpf/bpftool/ |
D | btf_dumper.c | 34 static int btf_dumper_modifier(const struct btf_dumper *d, __u32 type_id, in btf_dumper_modifier() 51 static int btf_dumper_array(const struct btf_dumper *d, __u32 type_id, in btf_dumper_array() 264 static int btf_dumper_struct(const struct btf_dumper *d, __u32 type_id, in btf_dumper_struct() 312 static int btf_dumper_var(const struct btf_dumper *d, __u32 type_id, in btf_dumper_var() 326 static int btf_dumper_datasec(const struct btf_dumper *d, __u32 type_id, in btf_dumper_datasec() 354 static int btf_dumper_do_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_do_type() 396 int btf_dumper_type(const struct btf_dumper *d, __u32 type_id, in btf_dumper_type()
|
/tools/perf/util/ |
D | util.c | 77 char *d = path; in mkdir_p() local 134 struct dirent *d; in rm_rf_depth_pat() local 202 bool lsdir_no_dot_filter(const char *name __maybe_unused, struct dirent *d) in lsdir_no_dot_filter() 213 struct dirent *d; in lsdir() local
|
/tools/testing/selftests/bpf/progs/ |
D | test_core_reloc_arrays.c | 24 int d; member 31 struct core_reloc_arrays_substruct d[1][2]; member
|
D | btf_dump_test_case_bitfields.c | 35 } d: 1; member 62 long d: 8; member
|
D | sockmap_tcp_msg_prog.c | 14 char *d; in bpf_prog1() local
|
D | core_reloc_types.h | 325 int d; member 332 struct core_reloc_arrays_substruct d[1][2]; member 340 struct core_reloc_arrays_substruct d[2][3]; member 354 int d; member 356 } d[1][2]; member 363 struct core_reloc_arrays_substruct d[1][2]; member 370 struct core_reloc_arrays_substruct d[1][2]; member 377 struct core_reloc_arrays_substruct d[1][2]; member 384 struct core_reloc_arrays_substruct d[1][2]; member 391 struct core_reloc_arrays_substruct d[1][2]; member [all …]
|
D | sockmap_parse_prog.c | 14 __u8 *d = data; in bpf_prog1() local
|
D | test_core_reloc_mods.c | 16 int a, b, c, d, e, f, g, h; member 37 char_ptr_t d; member
|
D | sockmap_verdict_prog.c | 42 __u8 *d = data; in bpf_prog2() local
|
/tools/build/tests/ex/ |
D | d.c | 3 int d(void) in d() function
|
/tools/perf/arch/x86/util/ |
D | header.c | 15 unsigned int *d) in cpuid() 29 unsigned int a, b, c, d, lvl; in __get_cpuid() local
|
/tools/testing/radix-tree/linux/ |
D | cpu.h | 1 #define cpuhp_setup_state_nocalls(a, b, c, d) (0) argument
|
/tools/lib/lockdep/tests/ |
D | ABCDBDDA.c | 7 pthread_mutex_t a, b, c, d; in main() local
|
D | ABCDBCDA.c | 7 pthread_mutex_t a, b, c, d; in main() local
|
D | ABBCCDDA.c | 7 pthread_mutex_t a, b, c, d; in main() local
|
/tools/testing/selftests/sync/ |
D | sync_fence.c | 78 int a, b, c, d, valid; in test_fence_one_timeline_merge() local
|