| /linux/include/linux/ |
| H A D | rculist.h | 121 * However, it is perfectly legal to run concurrently with 142 * However, it is perfectly legal to run concurrently with 167 * However, it is perfectly legal to run concurrently with 198 * this same list. However, it is perfectly legal to run concurrently 232 * perfectly legal to run concurrently with the _rcu list-traversal 283 * The list pointed to by @head can be RCU-read traversed concurrently with 301 * concurrently with this function. 389 * This primitive may safely run concurrently with the _rcu list-mutation 433 * This primitive may safely run concurrently with the _rcu list-mutation 452 * This primitive may safely run concurrently with the _rcu list-mutation [all …]
|
| H A D | rcupdate_wait.h | 39 * synchronize_rcu_mult - Wait concurrently for multiple grace periods 42 * This macro waits concurrently for multiple types of RCU grace periods.
|
| H A D | rcu_segcblist.h | 93 * | CB kthread got unparked and processes callbacks concurrently with | 145 * | handles callbacks concurrently. Bypass enqueue is disabled. | 157 * | CB/GP kthreads and local rcu_core() handle callbacks concurrently |
|
| H A D | bpf-cgroup-defs.h | 14 /* Maximum number of concurrently attachable per-cgroup LSM hooks. */
|
| /linux/include/asm-generic/bitops/ |
| H A D | instrumented-non-atomic.h | 22 * region of memory concurrently, the effect may be that only one operation 38 * region of memory concurrently, the effect may be that only one operation 54 * region of memory concurrently, the effect may be that only one operation
|
| /linux/Documentation/driver-api/surface_aggregator/ |
| H A D | internal.rst | 192 Transmission of sequenced packets is limited by the number of concurrently 269 it will not change its value. Functions that may run concurrently with 282 executed concurrently with respect to each other. Note that packet 283 submission may not run concurrently with itself for the same packet. 284 Equally, shutdown and data receival may also not run concurrently with 285 themselves (but may run concurrently with each other). 457 shutdown (|ssh_rtl_shutdown|) may always be executed concurrently with 458 respect to each other. Note that request submission may not run concurrently 460 request). Equally, shutdown may also not run concurrently with itself. 576 all non-initialization and non-shutdown functions may run concurrently with
|
| /linux/rust/kernel/ |
| H A D | scatterlist.rs | 59 // SAFETY: `SGEntry` has no interior mutability and can be accessed concurrently. 108 // SAFETY: `Borrowed` has no interior mutability and can be accessed concurrently. 143 /// - the data behind `ptr` is not modified concurrently for the duration of `'a`. 193 // SAFETY: `DmaMappedSgt` has no interior mutability and can be accessed concurrently. 252 // SAFETY: `RawSGTable` has no interior mutability and can be accessed concurrently. 329 // SAFETY: `Owned` has no interior mutability and can be accessed concurrently if `P` can be 330 // accessed concurrently.
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-scmi | 58 Description: Max number of concurrently allowed in-flight SCMI messages for 67 Description: Max number of concurrently allowed in-flight SCMI messages for
|
| /linux/mm/kfence/ |
| H A D | kfence.h | 65 * since the following may execute concurrently: __kfence_alloc(), 68 * __kfence_alloc() cannot run concurrently on the same metadata.
|
| /linux/Documentation/admin-guide/perf/ |
| H A D | imx-ddr.rst | 70 read and write transactions concurrently with another set of data counters. 76 filter, means that it supports concurrently filter various IDs. Another
|
| /linux/drivers/pci/hotplug/ |
| H A D | pci_hotplug_core.c | 502 * concurrently, await it with pci_hp_spurious_link_change() and ignore the 535 * Check whether a code section is executing concurrently which is causing 547 * Return: %true if such a code section has been executing concurrently, 549 * executing concurrently, but at least once since the last invocation of this
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | core-scheduling.rst | 166 Core scheduling tries to guarantee that only trusted tasks run concurrently on a 168 concurrently or kernel could be running concurrently with a task not trusted by
|
| /linux/tools/testing/selftests/filesystems/ |
| H A D | file_stressor.c | 159 * Concurrently read /proc/<pid>/fd/ which roughly does: 173 * concurrently. This will trigger various warnings in
|
| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_devfreq.h | 27 * because these can be updated concurrently, for example by the GP
|
| /linux/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_devfreq.h | 31 * because these can be updated concurrently between multiple jobs.
|
| /linux/fs/nilfs2/ |
| H A D | Kconfig | 20 snapshot is mountable as a read-only file system concurrently with
|
| /linux/Documentation/gpu/rfc/ |
| H A D | i915_vm_bind.h | 106 * VM_BIND/UNBIND ioctl calls executed on different CPU threads concurrently 171 * VM_BIND/UNBIND ioctl calls executed on different CPU threads concurrently
|
| /linux/arch/riscv/mm/ |
| H A D | cacheflush.c | 73 * Flush the I$ of other harts concurrently executing, and mark them as in flush_icache_mm() 190 * concurrently on different harts. in set_icache_stale_mask()
|
| /linux/rust/zerocopy/src/pointer/ |
| H A D | invariant.rs | 117 /// The referent of a shared-aliased `Ptr` may be concurrently referenced by any 120 /// and may not be concurrently referenced by any exclusively-aliased `Ptr`s or 133 /// The referent of an exclusively-aliased `Ptr` may not be concurrently
|
| /linux/tools/testing/selftests/cpufreq/ |
| H A D | special-tests.sh | 70 # this is called concurrently from governor_race
|
| /linux/tools/memory-model/scripts/ |
| H A D | checkalllitmus.sh | 21 # This script makes no attempt to run the litmus tests concurrently.
|
| /linux/tools/testing/selftests/tc-testing/tc-tests/filters/ |
| H A D | flower.json | 77 "name": "Concurrently replace same range of 100k flower filters from 10 tc instances", 102 "name": "Concurrently delete same range of 100k flower filters from 10 tc instances",
|
| /linux/tools/memory-model/Documentation/ |
| H A D | access-marking.txt | 91 concurrently with updates to x. Then using plain C-language writes 248 other CPU to be concurrently writing to foo, even if that concurrent 500 that locklessly and concurrently access foo. Some snippets of this code 573 invoked concurrently, the stress test should force this concurrency to
|
| /linux/drivers/platform/x86/amd/hsmp/ |
| H A D | hsmp.c | 54 * run concurrently. Probe and remove take it for write: probe brings sockets 218 * takes it for read so many messages run concurrently, while the probe-time 278 * concurrently with each other but are drained and kept out while in hsmp_send_message() 463 * socket unbind, so an ioctl on an already-open fd can run concurrently in hsmp_ioctl_get_telemetry()
|
| /linux/kernel/kcsan/ |
| H A D | permissive.h | 56 * and elsewhere flags is updated concurrently: in kcsan_ignore_data_race()
|