Searched refs:__type (Results 1 - 25 of 283) sorted by last modified time

1234567891011>>

/linux-master/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c33 __type(key, int);
34 __type(value, struct tstamp_data);
H A Daugmented_raw_syscalls.bpf.c28 __type(key, int);
29 __type(value, __u32);
40 __type(key, __u32);
41 __type(value, __u32);
52 __type(key, __u32);
53 __type(value, __u32);
77 __type(key, pid_t);
78 __type(value, bool);
122 __type(key, int);
123 __type(valu
[all...]
/linux-master/kernel/bpf/
H A Dverifier.c6325 #define BTF_TYPE_SAFE_RCU(__type) __PASTE(__type, __safe_rcu)
6326 #define BTF_TYPE_SAFE_RCU_OR_NULL(__type) __PASTE(__type, __safe_rcu_or_null)
6327 #define BTF_TYPE_SAFE_TRUSTED(__type) __PASTE(__type, __safe_trusted)
/linux-master/drivers/iio/temperature/
H A Dltc2983.c1338 #define LTC2983_CHAN(__type, index, __address) ({ \
1340 .type = __type, \
/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); \
/linux-master/drivers/spi/
H A Dspi-pic32.c189 #define BUILD_SPI_FIFO_RW(__name, __type, __bwl) \
192 __type v; \
193 u32 mx = pic32_rx_max(pic32s, sizeof(__type)); \
197 *(__type *)(pic32s->rx) = v; \
198 pic32s->rx += sizeof(__type); \
204 __type v; \
205 u32 mx = pic32_tx_max(pic32s, sizeof(__type)); \
207 v = (__type)~0U; \
209 v = *(__type *)(pic32s->tx); \
211 pic32s->tx += sizeof(__type); \
[all...]
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c12009 #define IBM_BIOS_MODULE_ALIAS(__type) \
12010 MODULE_ALIAS("dmi:bvnIBM:bvr" __type "ET??WW*")
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c52 #define VMW_DECLARE_CMD_VAR(__var, __type) \
55 __type body; \
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c59 #define __tun_prn(__tunnel, __level, __type, __fmt, ...) \
60 drm_##__level##__type((__tunnel)->group->mgr->dev, \
/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/testing/selftests/bpf/progs/
H A Dxdping_kern.c24 __type(key, __u32);
25 __type(value, struct pinginfo);
H A Dxdp_synproxy_kern.c72 __type(key, __u32);
73 __type(value, __u64);
79 __type(key, __u32);
80 __type(value, __u16);
H A Dverifier_spin_lock.c16 __type(key, int);
17 __type(value, struct val);
H A Dverifier_iterating_callbacks.c8 __type(key, __u32);
9 __type(value, __u64);
H A Dtest_xdp_noinline.c171 __type(key, struct vip_definition);
172 __type(value, struct vip_meta);
179 __type(key, struct flow_key);
180 __type(value, struct real_pos_lru);
186 __type(key, __u32);
187 __type(value, __u32);
193 __type(key, __u32);
194 __type(value, struct real_definition);
200 __type(key, __u32);
201 __type(valu
[all...]
H A Dtype_cast.c12 __type(key, int);
13 __type(value, long);
H A Dtest_xdp_dynptr.c30 __type(key, __u32);
31 __type(value, __u64);
37 __type(key, struct vip);
38 __type(value, struct iptnl_info);
H A Dtest_xdp_loop.c23 __type(key, __u32);
24 __type(value, __u64);
30 __type(key, struct vip);
31 __type(value, struct iptnl_info);
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);

Completed in 376 milliseconds

1234567891011>>