Searched refs:__type (Results 251 - 275 of 283) sorted by relevance

<<1112

/linux-master/tools/testing/selftests/bpf/progs/
H A Dmap_kptr_fail.c18 __type(key, int);
19 __type(value, struct map_value);
H A Dexceptions_fail.c25 __type(key, int);
26 __type(value, struct hmap_elem);
H A Dverifier_iterating_callbacks.c8 __type(key, __u32);
9 __type(value, __u64);
H A Diters.c21 __type(key, int);
22 __type(value, int);
530 __type(key, int);
531 __type(value, int);
H A Ddynptr_success.c31 __type(key, __u32);
32 __type(value, __u32);
H A Dverifier_bounds.c11 __type(key, long long);
12 __type(value, long long);
H A Drcu_read_lock.c15 __type(key, int);
16 __type(value, long);
H A Dtest_tcp_hdr_options.c41 __type(key, int);
42 __type(value, struct hdr_stg);
H A Dbpf_flow.c71 __type(key, __u32);
72 __type(value, struct bpf_flow_keys);
H A Drefcounted_kptr.c28 __type(key, int);
29 __type(value, struct map_value);
H A Dtest_sk_lookup.c38 __type(key, __u32);
39 __type(value, __u64);
45 __type(key, int);
46 __type(value, int);
H A Dxdp_synproxy_kern.c72 __type(key, __u32);
73 __type(value, __u64);
79 __type(key, __u32);
80 __type(value, __u16);
H A Dverifier_ref_tracking.c54 __type(key, int);
55 __type(value, struct test_val);
H A Dtest_tunnel_kern.c41 __type(key, __u32);
42 __type(value, __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);
/linux-master/tools/perf/util/bpf_skel/
H A Dkwork_top.bpf.c53 __type(key, int);
54 __type(value, struct time_data);
H A Dlock_contention.bpf.c33 __type(key, int);
34 __type(value, struct tstamp_data);
/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/net/core/
H A Dflow_offload.c51 #define FLOW_DISSECTOR_MATCH(__rule, __type, __out) \
55 (__out)->key = skb_flow_dissector_target(__d, __type, (__m)->key); \
56 (__out)->mask = skb_flow_dissector_target(__d, __type, (__m)->mask); \
/linux-master/include/uapi/drm/
H A Ddrm_fourcc.h1111 #define DRM_FORMAT_MOD_ARM_CODE(__type, __val) \
1112 fourcc_mod_code(ARM, ((__u64)(__type) << 52) | ((__val) & 0x000fffffffffffffULL))
/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/tools/lib/bpf/
H A Dbpf_helpers.h14 #define __type(name, val) typeof(val) *name macro
/linux-master/drivers/firmware/efi/libstub/
H A Defistub.h1207 #define efi_get_smbios_string(__record, __type, __name) ({ \
1208 int off = offsetof(struct efi_smbios_type ## __type ## _record, \
1210 __efi_get_smbios_string((__record), __type, off); \
/linux-master/tools/perf/util/
H A Dparse-events.c1103 #define ADD_CONFIG_TERM(__type, __weak) \
1111 __t->type = EVSEL__CONFIG_TERM_ ## __type; \
1115 #define ADD_CONFIG_TERM_VAL(__type, __name, __val, __weak) \
1117 ADD_CONFIG_TERM(__type, __weak); \
1121 #define ADD_CONFIG_TERM_STR(__type, __val, __weak) \
1123 ADD_CONFIG_TERM(__type, __weak); \

Completed in 254 milliseconds

<<1112