/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | cg_storage_multi.c | 114 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 != 9, in test_isolated() 235 "second-invoke", "invocations=%d", obj->bss->invocations)) in test_isolated() 305 if (CHECK(obj->bss->invocations != 3, in test_shared() 306 "first-invoke", "invocations=%d", obj->bss->invocations)) in test_shared() [all …]
|
H A D | cgroup_getset_retval.c | 44 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() 259 if (!ASSERT_EQ(obj->bss->invocations, 2, "invocations")) in test_setsockopt_legacy_eperm() 310 if (!ASSERT_EQ(obj->bss->invocations, 3, "invocations")) in test_setsockopt_legacy_no_override() 352 if (!ASSERT_EQ(obj->bss->invocations, 1, "invocations")) in test_getsockopt_get() 394 if (!ASSERT_EQ(obj->bss->invocations, 1, "invocations")) in test_getsockopt_override() 440 if (!ASSERT_EQ(obj->bss->invocations, 3, "invocations")) in test_getsockopt_retval_sync()
|
H A D | udp_limit.c | 55 if (!ASSERT_EQ(skel->bss->invocations, 4, "bss-invocations")) in test_udp_limit()
|
H A D | cgrp_kfunc.c | 69 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 D | raw_tp_null.c | 24 ASSERT_EQ(skel->bss->i, 3, "invocations"); in test_raw_tp_null()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | cgroup_getset_retval_setsockopt.c | 11 __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 D | cg_storage_multi_shared.c | 21 __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 D | cg_storage_multi_isolated.c | 21 __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 D | cgroup_getset_retval_getsockopt.c | 11 __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 D | udp_limit.c | 7 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 D | test_varlen.c | 49 /* 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()
|
H A D | cg_storage_multi_egress_only.c | 21 __u32 invocations = 0; variable 30 __sync_fetch_and_add(&invocations, 1); in egress()
|
H A D | test_uprobe_autoattach.c | 96 /* ignore irrelevant invocations */ in BPF_UPROBE() 109 /* ignore irrelevant invocations */ in BPF_URETPROBE()
|
H A D | cgrp_kfunc_success.c | 12 int err, pid, invocations; variable 27 __sync_fetch_and_add(&invocations, 1); in is_test_kfunc_task()
|
/linux/tools/memory-model/litmus-tests/ |
H A D | ISA2+poonceonces.litmus | 8 * smp_store_release() invocations are replaced by WRITE_ONCE() and all 9 * of the smp_load_acquire() invocations are replaced by READ_ONCE()?
|
H A D | README | 114 As above, but without the smp_mb() invocations. 122 As above, but without the smp_mb() invocations.
|
/linux/Documentation/userspace-api/ |
H A D | spec_ctrl.rst | 94 Invocations: 104 Invocations: 113 Invocations:
|
/linux/Documentation/bpf/ |
H A D | bpf_prog_run.rst | 105 invocations, to improve performance. Pages will generally be recycled a full 117 the modified version on subsequent invocations.
|
/linux/arch/x86/include/asm/ |
H A D | kvm-x86-pmu-ops.h | 8 * both DECLARE/DEFINE_STATIC_CALL() invocations and
|
/linux/Documentation/RCU/ |
H A D | rcubarrier.rst | 70 use multiple invocations of srcu_barrier() when unloading that module. 268 value one), but the other CPU's rcu_barrier_func() invocations 352 value one), but the other CPU's rcu_barrier_func() invocations
|
/linux/mm/ |
H A D | page_counter.c | 193 * The caller must serialize invocations on the same counter. 232 * The caller must serialize invocations on the same counter. 249 * The caller must serialize invocations on the same counter.
|
/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-recheck-scf.sh | 37 echo "${configfile} ------- ${nscfs} SCF handler invocations$rate"
|
/linux/rust/kernel/ |
H A D | std_vendor.rs | 42 /// invocations into the kernel tree. 127 /// invocations. You can use a 1-tuple directly if you need one:
|
/linux/arch/x86/lib/ |
H A D | usercopy.c | 27 * For NMI context invocations this relies on the nested NMI work to allow
|
/linux/drivers/hwspinlock/ |
H A D | hwspinlock_internal.h | 28 * invocations of @trylock. may _not_ sleep.
|