Home
last modified time | relevance | path

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

12

/Linux-v5.15/tools/testing/selftests/bpf/progs/
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()
Dudp_limit.c7 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()
Dcg_storage_multi_egress_only.c21 __u32 invocations = 0; variable
30 __sync_fetch_and_add(&invocations, 1); in egress()
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dcg_storage_multi.c110 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 …]
Dudp_limit.c57 if (CHECK(skel->bss->invocations != 4, "bss-invocations", in test_udp_limit()
58 "invocations=%d", skel->bss->invocations)) in test_udp_limit()
/Linux-v5.15/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()?
DREADME106 As above, but without the smp_mb() invocations.
114 As above, but without the smp_mb() invocations.
/Linux-v5.15/Documentation/devicetree/bindings/misc/
Dqcom,fastrpc.txt5 invocations across DSP and APPS boundaries. This enables developers
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Didle.fuc55 // count IDLE invocations for debugging purposes
/Linux-v5.15/Documentation/admin-guide/
Dinit.rst43 - Implement the various ``run_init_process()`` invocations via a struct array
DREADME.rst146 used for all invocations of make.
/Linux-v5.15/Documentation/RCU/
Drcubarrier.rst275 value one), but the other CPU's rcu_barrier_func() invocations
323 value one), but the other CPU's rcu_barrier_func() invocations
DwhatisRCU.rst355 rcu_read_unlock(), synchronize_rcu(), and call_rcu() invocations in
356 order to determine when (1) synchronize_rcu() invocations may return
/Linux-v5.15/Documentation/core-api/
Dcpu_hotplug.rst401 invocations of the state callbacks on add and removal. To set up such a
464 The state setup and the callback invocations are serialized against CPU
515 The state removal and the callback invocations are serialized against CPU
581 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-v5.15/Documentation/crypto/
Duserspace-if.rst23 and asynchronous invocations. The user space API call is fully
67 crypto API specific invocations.
/Linux-v5.15/tools/bpf/bpftool/Documentation/
Dbpftool-gen.rst120 **example__load** invocations in one commonly used
/Linux-v5.15/Documentation/networking/
Dmsg_zerocopy.rst110 The counter counts system call invocations, not bytes. It wraps after
/Linux-v5.15/Documentation/RCU/Design/Requirements/
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().
2287 invocations can safely be deferred. Deferring invocation could
2478 invocations.
/Linux-v5.15/Documentation/locking/
Dhwspinlock.rst485 a delay between two successive invocations of ->trylock(). It may **not** sleep.
/Linux-v5.15/drivers/misc/
DKconfig264 make remote method invocations across processor boundary to
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Ddev-stateless-decoder.rst305 It is possible to specify the controls in different invocations of
/Linux-v5.15/Documentation/kbuild/
Dmakefiles.rst394 invocations happening during a recursive build.
438 assembler invocations.
1109 Flags used for all invocations of the linker.
/Linux-v5.15/tools/memory-model/Documentation/
Daccess-marking.txt584 each possible pair of ASSERT_EXCLUSIVE_ACCESS() invocations, the

12