Home
last modified time | relevance | path

Searched refs:real_pos (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_l4lb_noinline.c217 __u32 *real_pos; in get_packet_dst() local
223 real_pos = bpf_map_lookup_elem(&ch_rings, &key); in get_packet_dst()
224 if (!real_pos) in get_packet_dst()
226 key = *real_pos; in get_packet_dst()
H A Dtest_l4lb.c222 __u32 *real_pos; in get_packet_dst() local
224 real_pos = bpf_map_lookup_elem(&ch_rings, &key); in get_packet_dst()
225 if (!real_pos) in get_packet_dst()
227 key = *real_pos; in get_packet_dst()
H A Dtest_l4lb_noinline_dynptr.c219 __u32 *real_pos; in get_packet_dst() local
225 real_pos = bpf_map_lookup_elem(&ch_rings, &key); in get_packet_dst()
226 if (!real_pos) in get_packet_dst()
228 key = *real_pos; in get_packet_dst()
H A Dtest_xdp_noinline.c528 __u32 *real_pos, hash, key; in get_packet_dst() local
542 real_pos = bpf_map_lookup_elem(&ch_rings, &key); in get_packet_dst()
543 if (!real_pos) in get_packet_dst()
545 key = *real_pos; in get_packet_dst()
/linux/drivers/i2c/busses/
H A Di2c-sh_mobile.c373 int real_pos; in sh_mobile_i2c_isr_rx() local
376 real_pos = pd->pos - 2; in sh_mobile_i2c_isr_rx()
390 if (real_pos < 0) in sh_mobile_i2c_isr_rx()
393 pd->msg->buf[real_pos] = i2c_op(pd, OP_RX_STOP_DATA); in sh_mobile_i2c_isr_rx()
394 } else if (real_pos >= 0) { in sh_mobile_i2c_isr_rx()
395 pd->msg->buf[real_pos] = i2c_op(pd, OP_RX); in sh_mobile_i2c_isr_rx()