Searched refs:__type (Results 51 - 75 of 288) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp.c27 __type(key, __u32);
28 __type(value, __u64);
34 __type(key, struct vip);
35 __type(value, struct iptnl_info);
H A Dtest_spin_lock.c17 __type(key, int);
18 __type(value, struct hmap_elem);
28 __type(key, struct bpf_cgroup_storage_key);
29 __type(value, struct cls_elem);
43 __type(key, int);
44 __type(value, struct bpf_vqueue);
H A Dtest_spin_lock_fail.c14 __type(key, int);
15 __type(value, struct foo);
22 __type(key, int);
23 __type(value, int);
H A Dtest_map_in_map.c12 __type(key, __u32);
13 __type(value, __u32);
20 __type(key, int);
21 __type(value, __u32);
30 __type(key, __u32);
31 __type(value, __u32);
37 __type(key, __u32);
45 __type(key, __u32);
H A Dtest_cls_redirect.c371 __type(key, unsigned int);
372 __type(value, metrics_t);
H A Dtest_cls_redirect_dynptr.c263 __type(key, unsigned int);
264 __type(value, metrics_t);
H A Dtask_ls_recursion.c19 __type(key, int);
20 __type(value, long);
26 __type(key, int);
27 __type(value, long);
H A Dstrobemeta.h235 __type(key, uint32_t);
236 __type(value, struct strobelight_bpf_sample);
242 __type(key, pid_t);
243 __type(value, struct strobemeta_cfg);
H A Dpyperf.h125 __type(key, int);
126 __type(value, PidData);
132 __type(key, int);
133 __type(value, Event);
139 __type(key, Symbol);
140 __type(value, int);
146 __type(key, int);
147 __type(value, Stats);
H A Drcu_read_lock.c15 __type(key, int);
16 __type(value, long);
H A Dsk_storage_omem_uncharge.c18 __type(key, int);
19 __type(value, int);
H A Dprofiler.inc.h84 __type(key, u32);
85 __type(value, union any_profiler_data_t);
97 __type(key, u32);
98 __type(value, struct var_kill_data_arr_t);
104 __type(key, u32);
105 __type(value, struct bpf_func_stats_data);
110 __type(key, u32);
111 __type(value, bool);
117 __type(key, u64);
118 __type(valu
[all...]
H A Dmap_ptr_kern.c102 __type(key, __u32);
103 __type(value, __u32);
143 __type(key, __u32);
144 __type(value, __u32);
175 __type(key, __u32);
176 __type(value, __u32);
192 __type(key, __u32);
193 __type(value, __u32);
209 __type(key, __u32);
210 __type(valu
[all...]
H A Dpriv_map.c12 __type(value, __u32);
H A Dcgrp_ls_recursion.c13 __type(key, int);
14 __type(value, long);
20 __type(key, int);
21 __type(value, long);
H A Dasync_stack_depth.c14 __type(key, int);
15 __type(value, struct hmap_elem);
H A Dverifier_value_illegal_alu.c18 __type(key, long long);
19 __type(value, struct test_val);
H A Dxdp_metadata.c11 __type(key, __u32);
12 __type(value, __u32);
18 __type(key, __u32);
19 __type(value, __u32);
H A Dxdp_hw_metadata.c11 __type(key, __u32);
12 __type(value, __u32);
H A Dverifier_var_off.c11 __type(key, long long);
12 __type(value, long long);
H A Dverifier_stack_ptr.c19 __type(key, int);
20 __type(value, struct test_val);
H A Dverifier_helper_value_access.c16 __type(key, long long);
17 __type(value, struct other_val);
30 __type(key, long long);
31 __type(value, struct test_val);
37 __type(key, long long);
38 __type(value, long long);
/linux-master/include/linux/sched/
H A Dsignal.h286 enum pid_type __type; local
290 ret = dequeue_signal(task, &task->blocked, &__info, &__type);
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Ddebug.c1158 #define DLE_DFI_DUMP(__type, __target, __sel) \
1161 u32 __reg_ctrl = R_AX_##__type##_DBG_FUN_INTF_CTL; \
1162 u32 __reg_data = R_AX_##__type##_DBG_FUN_INTF_DATA; \
1166 __ctrl = FIELD_PREP(B_AX_##__type##_DFI_TRGSEL_MASK, \
1168 FIELD_PREP(B_AX_##__type##_DFI_ADDR_MASK, __sel) | \
1172 !(__val32 & B_AX_##__type##_DFI_ACTIVE), \
1177 #__type, #__target, __sel); \
1185 #define DLE_DFI_FREE_PAGE_DUMP(__m, __type) \
1190 __freepg = DLE_DFI_DUMP(__type, FREEPG, 0); \
1191 __pubpg = DLE_DFI_DUMP(__type, FREEP
[all...]
/linux-master/include/trace/events/
H A Dext4.h2857 #define DEFINE_EVENT_CLASS_DENTRY(__type) \
2858 DEFINE_EVENT(ext4_fc_track_dentry, ext4_fc_track_##__type, \

Completed in 200 milliseconds

1234567891011>>