Home
last modified time | relevance | path

Searched refs:invocations (Results 1 – 25 of 44) sorted by relevance

12

/Linux-v6.6/tools/testing/selftests/bpf/progs/
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()
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()
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()
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()
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()
Dcg_storage_multi_egress_only.c21 __u32 invocations = 0; variable
30 __sync_fetch_and_add(&invocations, 1); in egress()
Dcgrp_kfunc_success.c12 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/
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 != 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 …]
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()
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()
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()
Dudp_limit.c55 if (!ASSERT_EQ(skel->bss->invocations, 4, "bss-invocations")) in test_udp_limit()
/Linux-v6.6/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.6/fs/xfs/scrub/
Dstats.c23 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/
Didle.fuc55 // count IDLE invocations for debugging purposes
/Linux-v6.6/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.6/Documentation/admin-guide/
Dinit.rst43 - Implement the various ``run_init_process()`` invocations via a struct array
/Linux-v6.6/Documentation/RCU/
Drcubarrier.rst70 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/
DREADME.rst10 convert specific command invocations between the old samples and the utilities
/Linux-v6.6/Documentation/core-api/
Dcpu_hotplug.rst392 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
Dcircular-buffers.rst187 pair between consecutive invocations of the consumer provides the necessary
/Linux-v6.6/Documentation/crypto/
Duserspace-if.rst23 and asynchronous invocations. The user space API call is fully
67 crypto API specific invocations.
/Linux-v6.6/fs/xfs/
DKconfig154 of invocations, the outcomes, and the results of repairs, if any.
/Linux-v6.6/Documentation/networking/
Dmsg_zerocopy.rst110 The counter counts system call invocations, not bytes. It wraps after
/Linux-v6.6/Documentation/dev-tools/kunit/
Dstart.rst37 that is, its use, it must be used for all invocations of ``make``.

12