Home
last modified time | relevance | path

Searched refs:invocations (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dcgroup_getset_retval_setsockopt.c11 __u32 invocations = 0; variable
20 __sync_fetch_and_add(&invocations, 1); in get_retval()
32 __sync_fetch_and_add(&invocations, 1); in set_eunatch()
47 __sync_fetch_and_add(&invocations, 1); in set_eisconn()
62 __sync_fetch_and_add(&invocations, 1); in legacy_eperm()
H A Dcgroup_getset_retval_getsockopt.c11 __u32 invocations = 0; variable
22 __sync_fetch_and_add(&invocations, 1); in get_retval()
34 __sync_fetch_and_add(&invocations, 1); in set_eisconn()
49 __sync_fetch_and_add(&invocations, 1); in clear_retval()
H A Dcg_storage_multi_isolated.c21 __u32 invocations = 0; variable
30 __sync_fetch_and_add(&invocations, 1); in egress1()
42 __sync_fetch_and_add(&invocations, 1); in egress2()
54 __sync_fetch_and_add(&invocations, 1); in ingress()
H A Dcg_storage_multi_shared.c21 __u32 invocations = 0; variable
30 __sync_fetch_and_add(&invocations, 1); in egress1()
42 __sync_fetch_and_add(&invocations, 1); in egress2()
54 __sync_fetch_and_add(&invocations, 1); in ingress()
H A Dudp_limit.c7 int invocations = 0, in_use = 0; variable
30 __sync_fetch_and_add(&invocations, 1); in sock()
56 __sync_fetch_and_add(&invocations, 1); in sock_release()
H A Dcg_storage_multi_egress_only.c21 __u32 invocations = 0; variable
30 __sync_fetch_and_add(&invocations, 1); in egress()
H A Dcgrp_kfunc_success.c12 int err, pid, invocations; variable
27 __sync_fetch_and_add(&invocations, 1); in is_test_kfunc_task()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dcg_storage_multi_isolated.c21 __u32 invocations = 0; variable
30 __sync_fetch_and_add(&invocations, 1); in egress1()
42 __sync_fetch_and_add(&invocations, 1); in egress2()
54 __sync_fetch_and_add(&invocations, 1); in ingress()
H A Dcg_storage_multi_shared.c21 __u32 invocations = 0; variable
30 __sync_fetch_and_add(&invocations, 1); in egress1()
42 __sync_fetch_and_add(&invocations, 1); in egress2()
54 __sync_fetch_and_add(&invocations, 1); in ingress()
H A Dudp_limit.c7 int invocations = 0, in_use = 0; variable
31 __sync_fetch_and_add(&invocations, 1); in sock()
58 __sync_fetch_and_add(&invocations, 1); in sock_release()
H A Dcg_storage_multi_egress_only.c21 __u32 invocations = 0; variable
30 __sync_fetch_and_add(&invocations, 1); in egress()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dcg_storage_multi.c115 if (CHECK(obj->bss->invocations != 1, in test_egress_only()
116 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_egress_only()
139 if (CHECK(obj->bss->invocations != 3, in test_egress_only()
140 "second-invoke", "invocations=%d", obj->bss->invocations)) in test_egress_only()
199 if (CHECK(obj->bss->invocations != 3, in test_isolated()
200 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_isolated()
244 if (CHECK(obj->bss->invocations ! in test_isolated()
[all...]
H A Dudp_limit.c58 if (CHECK(skel->bss->invocations != 4, "bss-invocations", in test_udp_limit()
59 "invocations=%d", skel->bss->invocations)) in test_udp_limit()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dcg_storage_multi.c114 if (CHECK(obj->bss->invocations != 1, in test_egress_only()
115 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_egress_only()
137 if (CHECK(obj->bss->invocations != 3, in test_egress_only()
138 "second-invoke", "invocations=%d", obj->bss->invocations)) in test_egress_only()
192 if (CHECK(obj->bss->invocations != 3, in test_isolated()
193 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_isolated()
234 if (CHECK(obj->bss->invocations ! in test_isolated()
[all...]
H A Dcgroup_getset_retval.c44 if (!ASSERT_EQ(obj->bss->invocations, 1, "invocations")) in test_setsockopt_set()
84 if (!ASSERT_EQ(obj->bss->invocations, 2, "invocations")) in test_setsockopt_set_and_get()
121 if (!ASSERT_EQ(obj->bss->invocations, 1, "invocations")) in test_setsockopt_default_zero()
164 if (!ASSERT_EQ(obj->bss->invocations, 2, "invocations")) in test_setsockopt_default_zero_and_set()
213 if (!ASSERT_EQ(obj->bss->invocations, 3, "invocations")) in test_setsockopt_override()
[all...]
H A Dcgrp_kfunc.c69 ASSERT_EQ(skel->bss->invocations, 0, "pre_rmdir_count"); in run_success_test()
73 ASSERT_EQ(skel->bss->invocations, 1, "post_rmdir_count"); in run_success_test()
H A Dudp_limit.c55 if (!ASSERT_EQ(skel->bss->invocations, 4, "bss-invocations")) in test_udp_limit()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dstats.c23 uint32_t invocations; member
101 (unsigned int)css->invocations, in xchk_stats_format()
195 css->invocations++; in xchk_stats_merge_one()

Completed in 5 milliseconds