/tools/testing/selftests/bpf/ |
D | test_btf.h | 22 #define BTF_ARRAY_ENC(type, index_type, nr_elems) \ argument 24 #define BTF_TYPE_ARRAY_ENC(type, index_type, nr_elems) \ argument 34 #define BTF_VAR_ENC(name, type, linkage) \ argument 36 #define BTF_VAR_SECINFO_ENC(type, offset, size) \ argument 39 #define BTF_MEMBER_ENC(name, type, bits_offset) \ argument 45 #define BTF_TYPEDEF_ENC(name, type) \ argument 48 #define BTF_PTR_ENC(type) \ argument 51 #define BTF_CONST_ENC(type) \ argument 54 #define BTF_VOLATILE_ENC(type) \ argument 57 #define BTF_RESTRICT_ENC(type) \ argument [all …]
|
D | test_stub.c | 10 int bpf_prog_test_load(const char *file, enum bpf_prog_type type, in bpf_prog_test_load() 25 int bpf_test_load_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_test_load_program()
|
D | network_helpers.c | 69 static int __start_server(int type, const struct sockaddr *addr, in __start_server() 109 int start_server(int family, int type, const char *addr_str, __u16 port, in start_server() 122 int *start_reuseport_server(int family, int type, const char *addr_str, in start_reuseport_server() 243 int fd, type; in connect_to_fd_opts() local
|
/tools/perf/trace/beauty/ |
D | kcmp.c | 19 int type = syscall_arg__val(arg, 2); in syscall_arg__scnprintf_kcmp_idx() local 29 static size_t kcmp__scnprintf_type(int type, char *bf, size_t size, bool show_prefix) in kcmp__scnprintf_type() 37 unsigned long type = arg->val; in syscall_arg__scnprintf_kcmp_type() local
|
/tools/testing/selftests/bpf/prog_tests/ |
D | select_reuseport.c | 247 static void check_data(int type, sa_family_t family, const struct cmd *cmd, in check_data() 384 static int send_data(int type, sa_family_t family, void *data, size_t len, in send_data() 406 static void do_test(int type, sa_family_t family, struct cmd *cmd, in do_test() 464 static void test_err_inner_map(int type, sa_family_t family) in test_err_inner_map() 475 static void test_err_skb_data(int type, sa_family_t family) in test_err_skb_data() 481 static void test_err_sk_select_port(int type, sa_family_t family) in test_err_sk_select_port() 492 static void test_pass(int type, sa_family_t family) in test_pass() 505 static void test_syncookie(int type, sa_family_t family) in test_syncookie() 540 static void test_pass_on_err(int type, sa_family_t family) in test_pass_on_err() 551 static void test_detach_bpf(int type, sa_family_t family) in test_detach_bpf() [all …]
|
D | sk_assign.c | 77 start_server(const struct sockaddr *addr, socklen_t len, int type) in start_server() 101 connect_to_server(const struct sockaddr *addr, socklen_t len, int type) in connect_to_server() 146 rcv_msg(int srv_client, int type) in rcv_msg() 157 run_test(int server_fd, const struct sockaddr *addr, socklen_t len, int type) in run_test() 252 int type; member
|
D | cls_redirect.c | 37 static int start_server(const struct sockaddr *addr, socklen_t len, int type) in start_server() 55 int type) in connect_to_server() 93 static bool set_up_conn(const struct sockaddr *addr, socklen_t len, int type, in set_up_conn() 169 enum type { enum 197 enum type type; member 207 const char *family_str, *type, *conn, *hops, *result, *flags; in test_str() local
|
D | resolve_btfids.c | 17 int type; member 68 const struct btf_type *type; in BTF_ID_LIST_GLOBAL() local
|
/tools/bpf/bpftool/ |
D | cgroup.c | 38 enum bpf_attach_type type; in parse_attach_type() local 91 static int count_attached_bpf_progs(int cgroup_fd, enum bpf_attach_type type) in count_attached_bpf_progs() 106 enum bpf_attach_type type; in cgroup_has_attached_progs() local 123 static int show_attached_bpf_progs(int cgroup_fd, enum bpf_attach_type type, in show_attached_bpf_progs() 166 enum bpf_attach_type type; in do_show() local 245 enum bpf_attach_type type; in do_show_tree_fn() local
|
/tools/testing/selftests/powerpc/mm/ |
D | stack_expansion_ldst.c | 42 … consume_stack(unsigned long target_sp, unsigned long stack_high, int delta, enum access_type type) in consume_stack() 114 int child(unsigned int stack_used, int delta, enum access_type type) in child() 129 static int test_one(unsigned int stack_used, int delta, enum access_type type) in test_one() 157 static void test_one_type(enum access_type type, unsigned long page_size, unsigned long rlim_cur) in test_one_type()
|
/tools/include/asm-generic/ |
D | unaligned.h | 9 #define __get_unaligned_t(type, ptr) ({ \ argument 14 #define __put_unaligned_t(type, val, ptr) do { \ argument
|
/tools/perf/arch/powerpc/util/ |
D | event.c | 14 const __u64 *array, u64 type) in arch_perf_parse_sample_weight() 29 __u64 *array, u64 type) in arch_perf_synthesize_sample_weight()
|
/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 | 59 void *find_auxv_entry(int type, char *auxv) in find_auxv_entry() 75 void *get_auxv_entry(int type) in get_auxv_entry() 214 unsigned int type, in perf_event_attr_init() 229 int perf_event_open_counter(unsigned int type, in perf_event_open_counter()
|
/tools/perf/arch/x86/util/ |
D | event.c | 80 const __u64 *array, u64 type) in arch_perf_parse_sample_weight() 94 __u64 *array, u64 type) in arch_perf_synthesize_sample_weight()
|
/tools/lib/symbol/ |
D | kallsyms.c | 8 u8 kallsyms2elf_type(char type) in kallsyms2elf_type() 33 char type, u64 start)) in kallsyms__parse()
|
/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/include/uapi/linux/ |
D | btf.h | 51 __u32 type; member 106 __u32 type; member 118 __u32 type; member 141 __u32 type; member 168 __u32 type; member
|
D | seg6.h | 27 __u8 type; member 50 __u8 type; member
|
/tools/lib/traceevent/ |
D | event-parse.c | 92 enum tep_func_arg_type type; member 838 static int event_item_type(enum tep_event_type type) in event_item_type() 999 enum tep_event_type type; in __read_token() local 1164 enum tep_event_type type; in force_token() local 1204 enum tep_event_type type; in read_token() local 1222 enum tep_event_type type; in read_token_item() local 1237 static int test_type(enum tep_event_type type, enum tep_event_type expect) in test_type() 1247 static int test_type_token(enum tep_event_type type, const char *token, in test_type_token() 1266 enum tep_event_type type; in __read_expect_type() local 1283 enum tep_event_type type; in __read_expected() local [all …]
|
/tools/lib/bpf/ |
D | nlattr.h | 47 uint16_t type; member 129 static inline int nlattr_add(struct libbpf_nla_req *req, int type, in nlattr_add() 148 static inline struct nlattr *nlattr_begin_nested(struct libbpf_nla_req *req, int type) in nlattr_begin_nested()
|
/tools/include/linux/ |
D | objtool.h | 17 u8 type; member 50 #define UNWIND_HINT(sp_reg, sp_offset, type, end) \ argument
|
/tools/perf/util/ |
D | svghelper.c | 153 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_ubox() 172 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_lbox() 191 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int … in svg_fbox() 210 void svg_box(int Yslot, u64 start, u64 end, const char *type) in svg_box() 237 const char *type; in svg_running() local 385 const char *type; in svg_process() local 416 void svg_cstate(int cpu, u64 start, u64 end, int type) in svg_cstate()
|
/tools/testing/selftests/net/ |
D | msg_zerocopy.c | 322 static int do_setup_tx(int domain, int type, int protocol) in do_setup_tx() 481 static void do_tx(int domain, int type, int protocol) in do_tx() 570 static int do_setup_rx(int domain, int type, int protocol) in do_setup_rx() 622 static void do_flush_datagram(int fd, int type) in do_flush_datagram() 651 static void do_rx(int domain, int type, int protocol) in do_rx() 676 static void do_test(int domain, int type, int protocol) in do_test()
|
/tools/arch/x86/include/asm/ |
D | orc_types.h | 59 unsigned type:2; member 66 unsigned type:2; member
|