| /tools/firewire/ |
| D | list.h | 47 #define list_entry(link, type, member) \ argument 50 #define list_head(list, type, member) \ argument 53 #define list_tail(list, type, member) \ argument
|
| /tools/testing/selftests/powerpc/ |
| D | utils.c | 52 void *find_auxv_entry(int type, char *auxv) in find_auxv_entry() 68 void *get_auxv_entry(int type) in get_auxv_entry()
|
| /tools/lib/symbol/ |
| D | kallsyms.c | 7 u8 kallsyms2elf_type(char type) in kallsyms2elf_type() 15 char type, u64 start)) in kallsyms__parse()
|
| D | kallsyms.h | 13 static inline u8 kallsyms2elf_binding(char type) in kallsyms2elf_binding()
|
| /tools/testing/radix-tree/linux/ |
| D | percpu.h | 2 #define DECLARE_PER_CPU(type, val) extern type val argument 3 #define DEFINE_PER_CPU(type, val) type val argument
|
| /tools/lib/traceevent/ |
| D | event-parse.c | 97 enum pevent_func_arg_type type; member 785 static int event_item_type(enum event_type type) in event_item_type() 951 enum event_type type; in __read_token() local 1116 enum event_type type; in force_token() local 1143 enum event_type type; in read_token() local 1184 enum event_type type; in read_token_item() local 1199 static int test_type(enum event_type type, enum event_type expect) in test_type() 1209 static int test_type_token(enum event_type type, const char *token, in test_type_token() 1228 enum event_type type; in __read_expect_type() local 1245 enum event_type type; in __read_expected() local [all …]
|
| /tools/testing/selftests/net/ |
| D | msg_zerocopy.c | 291 static int do_setup_tx(int domain, int type, int protocol) in do_setup_tx() 395 static void do_tx(int domain, int type, int protocol) in do_tx() 477 static int do_setup_rx(int domain, int type, int protocol) in do_setup_rx() 529 static void do_flush_datagram(int fd, int type) in do_flush_datagram() 558 static void do_rx(int domain, int type, int protocol) in do_rx() 582 static void do_test(int domain, int type, int protocol) in do_test()
|
| /tools/iio/ |
| D | iio_event_monitor.c | 119 enum iio_chan_type type = IIO_EVENT_CODE_EXTRACT_CHAN_TYPE(event->id); in event_is_known() local 229 enum iio_chan_type type = IIO_EVENT_CODE_EXTRACT_CHAN_TYPE(event->id); in print_event() local
|
| /tools/perf/util/ |
| D | svghelper.c | 155 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_ubox() 174 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_lbox() 193 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_fbox() 212 void svg_box(int Yslot, u64 start, u64 end, const char *type) in svg_box() 239 const char *type; in svg_running() local 387 const char *type; in svg_process() local 418 void svg_cstate(int cpu, u64 start, u64 end, int type) in svg_cstate()
|
| D | map.c | 133 void map__init(struct map *map, enum map_type type, in map__init() 153 enum map_type type, struct thread *thread) in map__new() 235 struct map *map__new2(u64 start, struct dso *dso, enum map_type type) in map__new2() 570 enum map_type type, u64 addr, in map_groups__find_symbol() 612 enum map_type type, in map_groups__find_symbol_by_name() 660 size_t __map_groups__fprintf_maps(struct map_groups *mg, enum map_type type, in __map_groups__fprintf_maps() 771 struct map_groups *parent, enum map_type type) in map_groups__clone()
|
| D | machine.h | 53 struct map *__machine__kernel_map(struct machine *machine, enum map_type type) in __machine__kernel_map() 184 enum map_type type, u64 addr, in machine__find_kernel_symbol() 192 enum map_type type, const char *name, in machine__find_kernel_symbol_by_name()
|
| D | data-convert-bt.c | 95 static int value_set(struct bt_ctf_field_type *type, in value_set() 159 struct bt_ctf_field_type *type = cw->data.string; in value_set_string() local 292 struct bt_ctf_field_type *type; in add_tracepoint_field_value() local 591 u64 type = evsel->attr.sample_type; in add_generic_values() local 799 unsigned long type = evsel->attr.sample_type; in process_sample_event() local 972 struct bt_ctf_field_type *type, in event_class_add_field() 1019 struct bt_ctf_field_type *type; in add_tracepoint_fields_types() local 1091 u64 type = evsel->attr.sample_type; in add_generic_types() local 1408 struct bt_ctf_field_type *type; in create_int_type() local 1447 #define CREATE_INT_TYPE(type, size, sign, hex) \ in ctf_writer__init_data() argument
|
| D | parse-events.l | 135 static int sym(yyscan_t scanner, int type, int config) in sym() 143 static int term(yyscan_t scanner, int type) in term()
|
| D | symbol.c | 235 void __map_groups__fixup_end(struct map_groups *mg, enum map_type type) in __map_groups__fixup_end() 491 enum map_type type; in dso__reset_find_symbol_cache() local 499 void dso__insert_symbol(struct dso *dso, enum map_type type, struct symbol *sym) in dso__insert_symbol() 512 enum map_type type, u64 addr) in dso__find_symbol() 522 struct symbol *dso__first_symbol(struct dso *dso, enum map_type type) in dso__first_symbol() 527 struct symbol *dso__last_symbol(struct dso *dso, enum map_type type) in dso__last_symbol() 548 struct symbol *dso__find_symbol_by_name(struct dso *dso, enum map_type type, in dso__find_symbol_by_name() 559 void dso__sort_by_name(struct dso *dso, enum map_type type) in dso__sort_by_name() 665 char type, u64 start) in map__process_kallsym_symbol() 1145 enum map_type type; member [all …]
|
| /tools/include/linux/ |
| D | rbtree.h | 50 #define rb_entry(ptr, type, member) container_of(ptr, type, member) argument 88 #define rb_entry_safe(ptr, type, member) \ argument
|
| D | module.h | 5 #define module_param(name, type, perm) argument
|
| D | list.h | 351 #define list_entry(ptr, type, member) \ argument 362 #define list_first_entry(ptr, type, member) \ argument 373 #define list_last_entry(ptr, type, member) \ argument 384 #define list_first_entry_or_null(ptr, type, member) \ argument 694 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) argument 703 #define hlist_entry_safe(ptr, type, member) \ argument
|
| /tools/objtool/arch/x86/include/asm/ |
| D | orc_types.h | 90 unsigned type:2; member 103 u8 type; member
|
| /tools/perf/pmu-events/ |
| D | jsmn.c | 47 static void jsmn_fill_token(jsmntok_t *token, jsmntype_t type, in jsmn_fill_token() 182 jsmntype_t type; in jsmn_parse() local
|
| /tools/objtool/ |
| D | arch.h | 48 enum op_dest_type type; member 63 enum op_src_type type; member
|
| /tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
| D | percpu.h | 15 #define alloc_percpu(type) __alloc_percpu(sizeof(type), 1) argument 85 #define DEFINE_PER_CPU(type, name) \ argument
|
| /tools/usb/usbip/libsrc/ |
| D | list.h | 104 #define list_entry(ptr, type, member) \ argument 133 #define container_of(ptr, type, member) ({ \ argument
|
| /tools/lib/bpf/ |
| D | bpf.c | 119 int bpf_load_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_load_program() 148 int bpf_verify_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_verify_program() 240 int bpf_prog_attach(int prog_fd, int target_fd, enum bpf_attach_type type, in bpf_prog_attach() 254 int bpf_prog_detach(int target_fd, enum bpf_attach_type type) in bpf_prog_detach()
|
| /tools/arch/sparc/include/asm/ |
| D | barrier_64.h | 28 #define membar_safe(type) \ argument
|
| /tools/perf/util/include/asm/ |
| D | uaccess.h | 13 #define access_ok(type, addr, size) 1 argument
|