| /Linux-v5.15/tools/testing/selftests/bpf/progs/ |
| 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 | 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 | cg_storage_multi_egress_only.c | 21 __u32 invocations = 0; variable 30 __sync_fetch_and_add(&invocations, 1); in egress()
|
| /Linux-v5.15/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 | udp_limit.c | 57 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/ |
| 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 | 106 As above, but without the smp_mb() invocations. 114 As above, but without the smp_mb() invocations.
|
| /Linux-v5.15/Documentation/devicetree/bindings/misc/ |
| D | qcom,fastrpc.txt | 5 invocations across DSP and APPS boundaries. This enables developers
|
| /Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
| D | idle.fuc | 55 // count IDLE invocations for debugging purposes
|
| /Linux-v5.15/Documentation/admin-guide/ |
| D | init.rst | 43 - Implement the various ``run_init_process()`` invocations via a struct array
|
| D | README.rst | 146 used for all invocations of make.
|
| /Linux-v5.15/Documentation/RCU/ |
| D | rcubarrier.rst | 275 value one), but the other CPU's rcu_barrier_func() invocations 323 value one), but the other CPU's rcu_barrier_func() invocations
|
| D | whatisRCU.rst | 355 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/ |
| D | cpu_hotplug.rst | 401 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
|
| D | circular-buffers.rst | 187 pair between consecutive invocations of the consumer provides the necessary
|
| /Linux-v5.15/Documentation/crypto/ |
| D | userspace-if.rst | 23 and asynchronous invocations. The user space API call is fully 67 crypto API specific invocations.
|
| /Linux-v5.15/tools/bpf/bpftool/Documentation/ |
| D | bpftool-gen.rst | 120 **example__load** invocations in one commonly used
|
| /Linux-v5.15/Documentation/networking/ |
| D | msg_zerocopy.rst | 110 The counter counts system call invocations, not bytes. It wraps after
|
| /Linux-v5.15/Documentation/RCU/Design/Requirements/ |
| D | Requirements.rst | 1216 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/ |
| D | hwspinlock.rst | 485 a delay between two successive invocations of ->trylock(). It may **not** sleep.
|
| /Linux-v5.15/drivers/misc/ |
| D | Kconfig | 264 make remote method invocations across processor boundary to
|
| /Linux-v5.15/Documentation/userspace-api/media/v4l/ |
| D | dev-stateless-decoder.rst | 305 It is possible to specify the controls in different invocations of
|
| /Linux-v5.15/Documentation/kbuild/ |
| D | makefiles.rst | 394 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/ |
| D | access-marking.txt | 584 each possible pair of ASSERT_EXCLUSIVE_ACCESS() invocations, the
|