/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
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()
|
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 | 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 | 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()
|
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()
|
D | cg_storage_multi_egress_only.c | 21 __u32 invocations = 0; variable 30 __sync_fetch_and_add(&invocations, 1); in egress()
|
D | cgrp_kfunc_success.c | 12 int err, pid, invocations; variable 27 __sync_fetch_and_add(&invocations, 1); in is_test_kfunc_task()
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
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 …]
|
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()
|
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()
|
D | udp_limit.c | 55 if (!ASSERT_EQ(skel->bss->invocations, 4, "bss-invocations")) in test_udp_limit()
|
/Linux-v6.6/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.6/fs/xfs/scrub/ |
D | stats.c | 23 uint32_t invocations; member 101 (unsigned int)css->invocations, in xchk_stats_format() 195 css->invocations++; in xchk_stats_merge_one()
|
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | idle.fuc | 55 // count IDLE invocations for debugging purposes
|
/Linux-v6.6/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.6/Documentation/admin-guide/ |
D | init.rst | 43 - Implement the various ``run_init_process()`` invocations via a struct array
|
/Linux-v6.6/Documentation/RCU/ |
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-v6.6/samples/bpf/ |
D | README.rst | 10 convert specific command invocations between the old samples and the utilities
|
/Linux-v6.6/Documentation/core-api/ |
D | cpu_hotplug.rst | 392 invocations of the state callbacks on add and removal. To set up such a 455 The state setup and the callback invocations are serialized against CPU 506 The state removal and the callback invocations are serialized against CPU 572 The node list add/remove operations and the callback invocations are
|
D | circular-buffers.rst | 187 pair between consecutive invocations of the consumer provides the necessary
|
/Linux-v6.6/Documentation/crypto/ |
D | userspace-if.rst | 23 and asynchronous invocations. The user space API call is fully 67 crypto API specific invocations.
|
/Linux-v6.6/fs/xfs/ |
D | Kconfig | 154 of invocations, the outcomes, and the results of repairs, if any.
|
/Linux-v6.6/Documentation/networking/ |
D | msg_zerocopy.rst | 110 The counter counts system call invocations, not bytes. It wraps after
|
/Linux-v6.6/Documentation/dev-tools/kunit/ |
D | start.rst | 37 that is, its use, it must be used for all invocations of ``make``.
|