Searched refs:bpf_spinlock_cnt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_sock_fields.c | 26 struct bpf_spinlock_cnt { struct 35 __type(value, struct bpf_spinlock_cnt); 42 __type(value, struct bpf_spinlock_cnt); 124 struct bpf_spinlock_cnt cli_cnt_init = { .lock = 0, .cnt = 0xeB9F }; in egress_read_sock_fields() 125 struct bpf_spinlock_cnt *pkt_out_cnt, *pkt_out_cnt10; in egress_read_sock_fields()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_sock_fields.c | 26 struct bpf_spinlock_cnt { struct 35 __type(value, struct bpf_spinlock_cnt); 42 __type(value, struct bpf_spinlock_cnt); 124 struct bpf_spinlock_cnt cli_cnt_init = { .lock = {}, .cnt = 0xeB9F }; in egress_read_sock_fields() 125 struct bpf_spinlock_cnt *pkt_out_cnt, *pkt_out_cnt10; in egress_read_sock_fields()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | sock_fields.c | 30 struct bpf_spinlock_cnt { struct 214 struct bpf_spinlock_cnt pkt_out_cnt = {}, pkt_out_cnt10 = {}; in check_sk_pkt_out_cnt() 256 struct bpf_spinlock_cnt scnt = {}; in init_sk_storage()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | sock_fields.c | 29 struct bpf_spinlock_cnt { struct 213 struct bpf_spinlock_cnt pkt_out_cnt = {}, pkt_out_cnt10 = {}; in check_sk_pkt_out_cnt() 255 struct bpf_spinlock_cnt scnt = {}; in init_sk_storage()
|
Completed in 3 milliseconds