Home
last modified time | relevance | path

Searched full:invocations (Results 1 – 25 of 141) sorted by relevance

123456

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dcg_storage_multi.c110 if (CHECK(obj->bss->invocations != 1, in test_egress_only()
111 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_egress_only()
133 if (CHECK(obj->bss->invocations != 3, in test_egress_only()
134 "second-invoke", "invocations=%d", obj->bss->invocations)) in test_egress_only()
188 if (CHECK(obj->bss->invocations != 3, in test_isolated()
189 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_isolated()
230 if (CHECK(obj->bss->invocations != 9, in test_isolated()
231 "second-invoke", "invocations=%d", obj->bss->invocations)) in test_isolated()
301 if (CHECK(obj->bss->invocations != 3, in test_shared()
302 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_shared()
[all …]
Dcgroup_getset_retval.c42 if (!ASSERT_EQ(obj->bss->invocations, 1, "invocations")) in test_setsockopt_set()
80 if (!ASSERT_EQ(obj->bss->invocations, 2, "invocations")) in test_setsockopt_set_and_get()
115 if (!ASSERT_EQ(obj->bss->invocations, 1, "invocations")) in test_setsockopt_default_zero()
156 if (!ASSERT_EQ(obj->bss->invocations, 2, "invocations")) in test_setsockopt_default_zero_and_set()
203 if (!ASSERT_EQ(obj->bss->invocations, 3, "invocations")) in test_setsockopt_override()
247 if (!ASSERT_EQ(obj->bss->invocations, 2, "invocations")) in test_setsockopt_legacy_eperm()
296 if (!ASSERT_EQ(obj->bss->invocations, 3, "invocations")) in test_setsockopt_legacy_no_override()
336 if (!ASSERT_EQ(obj->bss->invocations, 1, "invocations")) in test_getsockopt_get()
376 if (!ASSERT_EQ(obj->bss->invocations, 1, "invocations")) in test_getsockopt_override()
420 if (!ASSERT_EQ(obj->bss->invocations, 3, "invocations")) in test_getsockopt_retval_sync()
Dudp_limit.c55 if (!ASSERT_EQ(skel->bss->invocations, 4, "bss-invocations")) in test_udp_limit()
/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dcgroup_getset_retval_setsockopt.c11 __u32 invocations = 0; variable
19 __sync_fetch_and_add(&invocations, 1); in get_retval()
27 __sync_fetch_and_add(&invocations, 1); in set_eunatch()
38 __sync_fetch_and_add(&invocations, 1); in set_eisconn()
49 __sync_fetch_and_add(&invocations, 1); in legacy_eperm()
Dcgroup_getset_retval_getsockopt.c11 __u32 invocations = 0; variable
21 __sync_fetch_and_add(&invocations, 1); in get_retval()
29 __sync_fetch_and_add(&invocations, 1); in set_eisconn()
40 __sync_fetch_and_add(&invocations, 1); in clear_retval()
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()
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()
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()
Dtest_varlen.c49 /* ignore irrelevant invocations */ in handler64_unsigned()
79 /* ignore irrelevant invocations */ in handler64_signed()
105 /* ignore irrelevant invocations */ in handler32_unsigned()
133 /* ignore irrelevant invocations */ in handler32_signed()
Dcg_storage_multi_egress_only.c21 __u32 invocations = 0; variable
30 __sync_fetch_and_add(&invocations, 1); in egress()
Dtest_uprobe_autoattach.c52 /* ignore irrelevant invocations */ in handle_uprobe_byname2()
65 /* ignore irrelevant invocations */ in handle_uretprobe_byname2()
/Linux-v6.1/tools/memory-model/litmus-tests/
DISA2+poonceonces.litmus8 * smp_store_release() invocations are replaced by WRITE_ONCE() and all
9 * of the smp_load_acquire() invocations are replaced by READ_ONCE()?
DREADME114 As above, but without the smp_mb() invocations.
122 As above, but without the smp_mb() invocations.
/Linux-v6.1/Documentation/userspace-api/
Dspec_ctrl.rst94 Invocations:
104 Invocations:
113 Invocations:
/Linux-v6.1/mm/
Dpage_counter.c169 * The caller must serialize invocations on the same counter.
208 * The caller must serialize invocations on the same counter.
225 * The caller must serialize invocations on the same counter.
/Linux-v6.1/drivers/scsi/aic7xxx/aicasm/
DMakefile65 # to avoid concurrent invocations of the single
74 # to avoid concurrent invocations of the single
/Linux-v6.1/Documentation/bpf/
Dbpf_prog_run.rst105 invocations, to improve performance. Pages will generally be recycled a full
117 the modified version on subsequent invocations.
/Linux-v6.1/arch/x86/include/asm/
Dkvm-x86-pmu-ops.h8 * both DECLARE/DEFINE_STATIC_CALL() invocations and
Dkvm-x86-ops.h8 * both DECLARE/DEFINE_STATIC_CALL() invocations and
/Linux-v6.1/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck-scf.sh37 echo "${configfile} ------- ${nscfs} SCF handler invocations$rate"
/Linux-v6.1/arch/x86/lib/
Dusercopy.c27 * For NMI context invocations this relies on the nested NMI work to allow
/Linux-v6.1/drivers/hwspinlock/
Dhwspinlock_internal.h26 * invocations of @trylock. may _not_ sleep.
/Linux-v6.1/Documentation/admin-guide/
Dinit.rst43 - Implement the various ``run_init_process()`` invocations via a struct array
/Linux-v6.1/include/asm-generic/
Drwonce.h7 * put the two invocations of READ_ONCE or WRITE_ONCE in different C
/Linux-v6.1/Documentation/devicetree/bindings/misc/
Dqcom,fastrpc.yaml15 invocations across DSP and APPS boundaries. This enables developers

123456