/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
D | cg_storage_multi.c | 110 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 …]
|
D | cgroup_getset_retval.c | 42 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()
|
D | udp_limit.c | 55 if (!ASSERT_EQ(skel->bss->invocations, 4, "bss-invocations")) in test_udp_limit()
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | cgroup_getset_retval_setsockopt.c | 11 __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()
|
D | cgroup_getset_retval_getsockopt.c | 11 __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()
|
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()
|
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()
|
D | udp_limit.c | 7 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()
|
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()
|
D | cg_storage_multi_egress_only.c | 21 __u32 invocations = 0; variable 30 __sync_fetch_and_add(&invocations, 1); in egress()
|
D | test_uprobe_autoattach.c | 52 /* ignore irrelevant invocations */ in handle_uprobe_byname2() 65 /* ignore irrelevant invocations */ in handle_uretprobe_byname2()
|
/Linux-v6.1/tools/memory-model/litmus-tests/ |
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()?
|
D | README | 114 As above, but without the smp_mb() invocations. 122 As above, but without the smp_mb() invocations.
|
/Linux-v6.1/Documentation/userspace-api/ |
D | spec_ctrl.rst | 94 Invocations: 104 Invocations: 113 Invocations:
|
/Linux-v6.1/mm/ |
D | page_counter.c | 169 * 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/ |
D | Makefile | 65 # to avoid concurrent invocations of the single 74 # to avoid concurrent invocations of the single
|
/Linux-v6.1/Documentation/bpf/ |
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-v6.1/arch/x86/include/asm/ |
D | kvm-x86-pmu-ops.h | 8 * both DECLARE/DEFINE_STATIC_CALL() invocations and
|
D | kvm-x86-ops.h | 8 * both DECLARE/DEFINE_STATIC_CALL() invocations and
|
/Linux-v6.1/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck-scf.sh | 37 echo "${configfile} ------- ${nscfs} SCF handler invocations$rate"
|
/Linux-v6.1/arch/x86/lib/ |
D | usercopy.c | 27 * For NMI context invocations this relies on the nested NMI work to allow
|
/Linux-v6.1/drivers/hwspinlock/ |
D | hwspinlock_internal.h | 26 * invocations of @trylock. may _not_ sleep.
|
/Linux-v6.1/Documentation/admin-guide/ |
D | init.rst | 43 - Implement the various ``run_init_process()`` invocations via a struct array
|
/Linux-v6.1/include/asm-generic/ |
D | rwonce.h | 7 * put the two invocations of READ_ONCE or WRITE_ONCE in different C
|
/Linux-v6.1/Documentation/devicetree/bindings/misc/ |
D | qcom,fastrpc.yaml | 15 invocations across DSP and APPS boundaries. This enables developers
|