Searched refs:__type (Results 226 - 250 of 283) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_bounds_mix_sign_unsign.c11 __type(key, long long);
12 __type(value, long long);
H A Dtest_sk_assign.c24 __type(key, int);
25 __type(value, __u64);
H A Dsockopt_sk.c25 __type(key, int);
26 __type(value, struct sockopt_sk);
H A Dtest_assign_reuse.c29 __type(key, __u32);
30 __type(value, __u64);
H A Dpercpu_alloc_array.c15 __type(key, int);
16 __type(value, struct elem);
H A Dverifier_stack_ptr.c19 __type(key, int);
20 __type(value, struct test_val);
H A Dcpumask_common.h21 __type(key, int);
22 __type(value, struct __cpumask_map_value);
H A Dxdping_kern.c24 __type(key, __u32);
25 __type(value, struct pinginfo);
H A Dverifier_spin_lock.c16 __type(key, int);
17 __type(value, struct val);
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_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 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 Dtest_tcp_estats.c154 __type(key, __u32);
155 __type(value, struct tcp_estats_basic_event);
H A Dbpf_dctcp.c32 __type(key, int);
33 __type(value, int);
H A Dnetif_receive_skb.c33 __type(key, __u32);
34 __type(value, char[STRSIZE]);
H A Dverifier_helper_packet_access.c11 __type(key, long long);
12 __type(value, long long);
H A Dverifier_unpriv.c29 __type(key, long long);
30 __type(value, long long);
H A Ddynptr_fail.c23 __type(key, __u32);
24 __type(value, struct bpf_dynptr);
30 __type(key, __u32);
31 __type(value, struct test_info);
37 __type(key, __u32);
38 __type(value, __u32);
44 __type(key, __u32);
45 __type(value, __u64);
/linux-master/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c13 __type(key, int);
14 __type(value, struct perf_bpf_filter_entry);
H A Doff_cpu.bpf.c45 __type(key, int);
46 __type(value, struct tstamp_data);
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.c409 #define RT2X00DEBUGFS_OPS_READ(__name, __format, __type) \
420 __type value; \
441 #define RT2X00DEBUGFS_OPS_WRITE(__name, __type) \
452 __type value; \
482 #define RT2X00DEBUGFS_OPS(__name, __format, __type) \
483 RT2X00DEBUGFS_OPS_READ(__name, __format, __type); \
484 RT2X00DEBUGFS_OPS_WRITE(__name, __type); \
/linux-master/drivers/scsi/
H A Dpmcraid.h994 ({ u8 op = opcode; u8 __type = 0;\
996 __type = SCSI_READ_CMD;\
999 __type = SCSI_WRITE_CMD;\
1000 __type;\
1004 ({ u8 __type = SCSI_CMD_TYPE(opcode); \
1005 (__type == SCSI_READ_CMD || __type == SCSI_WRITE_CMD) ? 1 : 0;\
/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/samples/bpf/
H A Dsockex2_kern.c195 __type(key, __be32);
196 __type(value, struct pair);
H A Dxdp_sample.bpf.c19 __type(key, u64);
20 __type(value, struct datarec);

Completed in 301 milliseconds

1234567891011>>