Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/bpf/progs/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A Dcg_storage_multi_egress_only.c21 __u32 invocations = 0; variable
30 __sync_fetch_and_add(&invocations, 1); in egress()
H A Dcgrp_kfunc_success.c12 int err, pid, invocations; variable
27 __sync_fetch_and_add(&invocations, 1); in is_test_kfunc_task()
/linux/tools/testing/selftests/bpf/prog_tests/
H A 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 …]
H A 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()
H A Dcgrp_kfunc.c71 ASSERT_EQ(skel->bss->invocations, 0, "pre_rmdir_count"); in run_success_test()
75 ASSERT_EQ(skel->bss->invocations, 1, "post_rmdir_count"); in run_success_test()
H A Dudp_limit.c55 if (!ASSERT_EQ(skel->bss->invocations, 4, "bss-invocations")) in test_udp_limit()
/linux/tools/memory-model/litmus-tests/
H A 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()?
H A DREADME114 As above, but without the smp_mb() invocations.
122 As above, but without the smp_mb() invocations.
/linux/fs/xfs/scrub/
H A Dstats.c23 uint32_t invocations; member
108 (unsigned int)css->invocations, in xchk_stats_format()
202 css->invocations++; in xchk_stats_merge_one()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Didle.fuc55 // count IDLE invocations for debugging purposes
/linux/Documentation/admin-guide/
H A Dinit.rst43 - Implement the various ``run_init_process()`` invocations via a struct array
/linux/samples/bpf/
H A DREADME.rst10 convert specific command invocations between the old samples and the utilities
/linux/Documentation/core-api/
H A Dcircular-buffers.rst187 pair between consecutive invocations of the consumer provides the necessary
/linux/Documentation/networking/
H A Dmsg_zerocopy.rst111 The counter counts system call invocations, not bytes. It wraps after
/linux/Documentation/dev-tools/kunit/
H A Dstart.rst37 that is, its use, it must be used for all invocations of ``make``.
/linux/fs/xfs/
H A DKconfig172 of invocations, the outcomes, and the results of repairs, if any.
/linux/Documentation/core-api/real-time/
H A Dkernel-configuration.rst148 Calling into EFI means invoking firmware callbacks. During such invocations,
H A Dhardware.rst187 to a housekeeping CPU ensures that potentially long service invocations do not
/linux/Documentation/mm/
H A Dhighmem.rst100 extent (up to KMAP_TYPE_NR) but their invocations have to be strictly ordered
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst1216 On the other hand, multiple concurrent invocations of
1221 invocations <https://www.usenix.org/conference/2004-usenix-annual-technical-conference/making-rcu-s…
1235 requirements: A storm of synchronize_rcu_expedited() invocations on
1439 causes future invocations of cond_resched() on the holdout CPUs
1441 need_resched() invocations to return ``true``, but only after the
1823 code, as are invocations of call_rcu().
2377 invocations can safely be deferred. Deferring invocation could
2569 invocations.

12