/Linux-v5.4/tools/testing/selftests/bpf/progs/ |
D | test_stacktrace_build_id.c | 14 __type(key, __u32); 15 __type(value, __u32); 21 __type(key, __u32); 22 __type(value, __u32); 38 __type(key, __u32); 39 __type(value, stack_trace_t);
|
D | test_stacktrace_map.c | 14 __type(key, __u32); 15 __type(value, __u32); 21 __type(key, __u32); 22 __type(value, __u32); 37 __type(key, __u32); 38 __type(value, stack_trace_t);
|
D | sockopt_inherit.c | 20 __type(key, int); 21 __type(value, struct sockopt_inherit); 27 __type(key, int); 28 __type(value, struct sockopt_inherit); 34 __type(key, int); 35 __type(value, struct sockopt_inherit);
|
D | test_sock_fields_kern.c | 33 __type(key, __u32); 34 __type(value, struct sockaddr_in6); 40 __type(key, __u32); 41 __type(value, struct bpf_sock); 47 __type(key, __u32); 48 __type(value, struct bpf_tcp_sock); 54 __type(key, __u32); 55 __type(value, __u32); 66 __type(key, int); 67 __type(value, struct bpf_spinlock_cnt); [all …]
|
D | test_spin_lock.c | 16 __type(key, int); 17 __type(value, struct hmap_elem); 27 __type(key, struct bpf_cgroup_storage_key); 28 __type(value, struct cls_elem); 42 __type(key, int); 43 __type(value, struct bpf_vqueue);
|
D | test_select_reuseport_kern.c | 34 __type(key, __u32); 35 __type(value, __u32); 41 __type(key, __u32); 42 __type(value, int); 48 __type(key, __u32); 49 __type(value, __u32); 55 __type(key, __u32); 56 __type(value, struct data_check);
|
D | get_cgroup_id_kern.c | 10 __type(key, __u32); 11 __type(value, __u64); 17 __type(key, __u32); 18 __type(value, __u32);
|
D | test_send_signal_kern.c | 10 __type(key, __u32); 11 __type(value, __u64); 17 __type(key, __u32); 18 __type(value, __u64);
|
D | test_global_data.c | 13 __type(key, __u32); 14 __type(value, __u64); 20 __type(key, __u32); 33 __type(key, __u32); 34 __type(value, struct foo);
|
D | test_map_lock.c | 17 __type(key, __u32); 18 __type(value, struct hmap_elem); 29 __type(key, int); 30 __type(value, struct array_elem);
|
D | pyperf.h | 116 __type(key, int); 117 __type(value, PidData); 123 __type(key, int); 124 __type(value, Event); 130 __type(key, Symbol); 131 __type(value, int); 137 __type(key, int); 138 __type(value, Stats);
|
D | netcnt_prog.c | 15 __type(key, struct bpf_cgroup_storage_key); 16 __type(value, struct percpu_net_cnt); 21 __type(key, struct bpf_cgroup_storage_key); 22 __type(value, struct net_cnt);
|
D | test_get_stack_rawtp.c | 28 __type(key, __u32); 29 __type(value, struct stack_trace_t); 54 __type(key, __u32); 55 __type(value, raw_stack_trace_t);
|
D | test_l4lb.c | 175 __type(key, struct vip); 176 __type(value, struct vip_meta); 182 __type(key, __u32); 183 __type(value, __u32); 189 __type(key, __u32); 190 __type(value, struct real_definition); 196 __type(key, __u32); 197 __type(value, struct vip_stats); 203 __type(key, __u32); 204 __type(value, struct ctl_value);
|
D | test_l4lb_noinline.c | 171 __type(key, struct vip); 172 __type(value, struct vip_meta); 178 __type(key, __u32); 179 __type(value, __u32); 185 __type(key, __u32); 186 __type(value, struct real_definition); 192 __type(key, __u32); 193 __type(value, struct vip_stats); 199 __type(key, __u32); 200 __type(value, struct ctl_value);
|
D | test_tcpbpf_kern.c | 20 __type(key, __u32); 21 __type(value, struct tcpbpf_globals); 27 __type(key, __u32); 28 __type(value, int);
|
D | test_obj_id.c | 19 __type(key, __u32); 20 __type(value, __u64);
|
D | test_attach_probe.c | 11 __type(key, int); 12 __type(value, int);
|
D | test_btf_newkv.c | 26 __type(key, int); 27 __type(value, struct ipv_counts);
|
D | socket_cookie_prog.c | 18 __type(key, int); 19 __type(value, struct socket_cookie);
|
D | test_xdp_noinline.c | 170 __type(key, struct vip_definition); 171 __type(value, struct vip_meta); 178 __type(key, struct flow_key); 179 __type(value, struct real_pos_lru); 185 __type(key, __u32); 186 __type(value, __u32); 192 __type(key, __u32); 193 __type(value, struct real_definition); 199 __type(key, __u32); 200 __type(value, struct lb_stats); [all …]
|
/Linux-v5.4/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00reg.h | 206 #define FIELD_CHECK(__mask, __type) \ argument 209 (__mask) != (__type)(__mask)) \ 235 #define SET_FIELD(__reg, __type, __field, __value)\ argument 237 typecheck(__type, __field); \ 244 #define GET_FIELD(__reg, __type, __field) \ argument 246 typecheck(__type, __field); \
|
D | rt2x00debug.h | 28 #define RT2X00DEBUGFS_REGISTER_ENTRY(__name, __type) \ argument 30 __type (*read)(struct rt2x00_dev *rt2x00dev, \ 33 const unsigned int word, __type data); \
|
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | test_sockmap_kern.h | 55 __type(key, int); 56 __type(value, int); 62 __type(key, int); 63 __type(value, int); 69 __type(key, int); 70 __type(value, int); 76 __type(key, int); 77 __type(value, int); 83 __type(key, int); 84 __type(value, int);
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | mdesc.h | 57 #define mdesc_for_each_arc(__arc, __hdl, __node, __type) \ argument 58 for (__arc = mdesc_next_arc(__hdl, __node, __type); \ 60 __arc = mdesc_next_arc(__hdl, __arc, __type))
|