Searched full:concurrently (Results 1 – 25 of 424) sorted by relevance
12345678910>>...17
/Linux-v6.1/include/linux/ |
D | rculist.h | 100 * However, it is perfectly legal to run concurrently with 121 * However, it is perfectly legal to run concurrently with 146 * However, it is perfectly legal to run concurrently with 178 * perfectly legal to run concurrently with the _rcu list-traversal 215 * concurrently with this function. 303 * This primitive may safely run concurrently with the _rcu list-mutation 347 * This primitive may safely run concurrently with the _rcu list-mutation 366 * This primitive may safely run concurrently with the _rcu list-mutation 385 * This list-traversal primitive may safely run concurrently with 402 * This list-traversal primitive may safely run concurrently with [all …]
|
D | rculist_nulls.h | 30 * perfectly legal to run concurrently with the _rcu list-traversal 70 * However, it is perfectly legal to run concurrently with 93 * However, it is perfectly legal to run concurrently with 124 * However, it is perfectly legal to run concurrently with
|
D | rcupdate_wait.h | 35 * synchronize_rcu_mult - Wait concurrently for multiple grace periods 38 * This macro waits concurrently for multiple types of RCU grace periods.
|
D | fsverity.h | 79 * called by multiple processes concurrently on the same inode. 98 * called by multiple processes concurrently, even with the same page. 131 * I.e., another task may publish ->i_verity_info concurrently, in fsverity_get_info() 247 * a race condition where the file is being read concurrently with
|
D | rculist_bl.h | 42 * However, it is perfectly legal to run concurrently with 65 * However, it is perfectly legal to run concurrently with
|
D | kcsan-checks.h | 482 * Use this for variables, where some bits must not be modified concurrently, 483 * yet other bits are expected to be modified concurrently. 486 * but other bits may still be modified concurrently. A reader may wish to 510 * be modified concurrently. Writers, where other bits may change concurrently,
|
D | radix-tree.h | 128 * concurrently with other readers. 143 * running concurrently. 156 * delete nodes running concurrently with it may affect its result such that 170 * held (ie. items cannot be concurrently inserted).
|
D | bpf-cgroup-defs.h | 14 /* Maximum number of concurrently attachable per-cgroup LSM hooks. */
|
D | rcu_segcblist.h | 100 * | Processes callbacks concurrently | | | 144 * | handles callbacks concurrently. Bypass enqueue is enabled. | 156 * | CB/GP kthreads and local rcu_core() handle callbacks concurrently |
|
/Linux-v6.1/include/asm-generic/bitops/ |
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-v6.1/Documentation/driver-api/surface_aggregator/ |
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-v6.1/mm/kfence/ |
D | kfence.h | 52 * since the following may execute concurrently: __kfence_alloc(), 55 * __kfence_alloc() cannot run concurrently on the same metadata.
|
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/filters/ |
D | concurrency.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-v6.1/Documentation/admin-guide/hw-vuln/ |
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-v6.1/drivers/gpu/drm/panfrost/ |
D | panfrost_devfreq.h | 28 * because these can be updated concurrently between multiple jobs.
|
/Linux-v6.1/drivers/gpu/drm/lima/ |
D | lima_devfreq.h | 27 * because these can be updated concurrently, for example by the GP
|
/Linux-v6.1/Documentation/driver-api/ |
D | edac.rst | 86 sets of memory devices. The two rows cannot be accessed concurrently. 93 of memory devices. The two rows cannot be accessed concurrently.
|
/Linux-v6.1/fs/nilfs2/ |
D | Kconfig | 18 snapshot is mountable as a read-only file system concurrently with
|
/Linux-v6.1/Documentation/dev-tools/ |
D | kcsan.rst | 191 they happen concurrently in different threads, and at least one of them is a 223 manifest as data races. Race conditions occur if concurrently executing 236 KCSAN relies on observing that two accesses happen concurrently. Crucially, we 267 marked operations, if all accesses to a variable that is accessed concurrently
|
/Linux-v6.1/Documentation/bpf/ |
D | maps.rst | 34 are concurrently updating.
|
/Linux-v6.1/tools/memory-model/Documentation/ |
D | access-marking.txt | 85 concurrently with updates to x. Then using plain C-language writes 225 other CPU to be concurrently writing to foo, even if that concurrent 477 that locklessly and concurrently access foo. Some snippets of this code 550 invoked concurrently, the stress test should force this concurrency to
|
/Linux-v6.1/tools/memory-model/scripts/ |
D | checkalllitmus.sh | 16 # This script makes no attempt to run the litmus tests concurrently.
|
/Linux-v6.1/Documentation/gpu/rfc/ |
D | i915_vm_bind.h | 107 * VM_BIND/UNBIND ioctl calls executed on different CPU threads concurrently 172 * VM_BIND/UNBIND ioctl calls executed on different CPU threads concurrently
|
/Linux-v6.1/tools/testing/selftests/cpufreq/ |
D | special-tests.sh | 65 # this is called concurrently from governor_race
|
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_de.h | 61 * Certain architectures will die if the same cacheline is concurrently accessed
|
12345678910>>...17