Searched refs:race (Results 1 – 25 of 84) sorted by relevance
1234
/Linux-v5.4/tools/memory-model/ |
D | linux-kernel.cat | 189 let pre-race = ext & ((Plain * M) | ((M \ IW) * Plain)) 192 let wr-incoh = pre-race & rf & rw-xbstar^-1 193 let rw-incoh = pre-race & fr & wr-vis^-1 194 let ww-incoh = pre-race & co & ww-vis^-1 199 let ww-race = (pre-race & co) \ ww-nonrace 200 let wr-race = (pre-race & (co? ; rf)) \ wr-vis 201 let rw-race = (pre-race & fr) \ rw-xbstar 203 flag ~empty (ww-race | wr-race | rw-race) as data-race
|
/Linux-v5.4/Documentation/driver-api/firmware/ |
D | direct-fs-lookup.rst | 22 a race is possible with loading the driver and the real rootfs not yet being 23 available. Stuffing the firmware into initramfs resolves this race issue, 24 however note that using initrd does not suffice to address the same race.
|
D | firmware_cache.rst | 21 filesystem to mount or dealing with possible race issues with lookups as the
|
/Linux-v5.4/Documentation/arm/ |
D | index.rst | 12 cluster-pm-race-avoidance
|
D | cluster-pm-race-avoidance.rst | 2 Cluster-wide Power-up/power-down race avoidance algorithm 187 race avoidance algorithm. 271 The race avoidance algorithm does not provide a way to determine 452 The race avoidance algorithm documented above does not provide a
|
/Linux-v5.4/net/ax25/ |
D | TODO | 13 the race caused by the static variable in it's previous implementation.
|
/Linux-v5.4/Documentation/filesystems/ |
D | hpfs.txt | 220 Fixed a race-condition when write_inode is called while deleting file 223 Rewritten locking to avoid race-conditions 256 Fixed a possible bitmap race 259 Fixed a nondestructive race in rename 274 Fixed race-condition in buffer code - it is in all filesystems in Linux; 280 Fixed non-crashing race in unlink (Alexander Viro)
|
D | locks.txt | 46 race and deadlock conditions that the current solution was the only
|
D | files.txt | 78 that look-up may race with the last put() operation on the
|
/Linux-v5.4/tools/testing/selftests/media_tests/ |
D | regression_test.txt | 32 Regression test for media_devnode unregister race with ioctl_syscall:
|
/Linux-v5.4/Documentation/driver-api/soundwire/ |
D | locking.rst | 6 following locks in order to avoid race conditions in Bus operations on
|
/Linux-v5.4/net/netfilter/ |
D | xt_hashlimit.c | 217 const struct dsthash_dst *dst, bool *race) in dsthash_alloc_init() argument 229 *race = true; in dsthash_alloc_init() 750 bool race = false; in hashlimit_mt_common() local 759 dh = dsthash_alloc_init(hinfo, &dst, &race); in hashlimit_mt_common() 763 } else if (race) { in hashlimit_mt_common()
|
/Linux-v5.4/Documentation/power/ |
D | suspend-and-cpuhotplug.rst | 21 What happens when regular CPU hotplug and Suspend-to-RAM race with each other 258 Are there any known problems when regular CPU hotplug and suspend race 271 2. If a regular CPU hotplug stress test happens to race with the freezer due
|
/Linux-v5.4/Documentation/input/devices/ |
D | bcm5974.rst | 43 different interfaces of the same usb device. This creates a race condition
|
/Linux-v5.4/Documentation/process/ |
D | code-of-conduct.rst | 14 personal appearance, race, religion, or sexual identity and orientation.
|
D | stable-kernel-rules.rst | 25 - No "theoretical race condition" issues, unless an explanation of how the 26 race can be exploited is also provided.
|
/Linux-v5.4/Documentation/ |
D | DMA-attributes.txt | 23 could race with data DMA. Mapping the memory used for completion 24 indications with DMA_ATTR_WRITE_BARRIER would prevent the race.
|
D | robust-futexes.txt | 62 - it has quite complex locking and race scenarios. The vma-based 108 There is one race possible though: since adding to and removing from the
|
D | futex-requeue-pi.txt | 93 acquire the rt_mutex as it would open a race window between the
|
/Linux-v5.4/Documentation/virt/kvm/ |
D | locking.txt | 38 What we use to avoid all the race is the SPTE_HOST_WRITEABLE bit and 148 atomically update the spte, the race caused by fast page fault can be avoided,
|
/Linux-v5.4/Documentation/scsi/ |
D | ChangeLog.ips | 105 0.99.04 - Fix race condition in the passthru mechanism
|
/Linux-v5.4/Documentation/vm/ |
D | transhuge.rst | 130 ->_mapcount of all sub-pages in order to have race-free detection of 137 get race-free detection of unmap of subpages when we have them mapped with
|
/Linux-v5.4/Documentation/media/kapi/ |
D | dtv-demux.rst | 38 possibilities of lost update and race condition problems should be
|
/Linux-v5.4/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 54 * Fix a race condition in retrieving error information. 59 * Fix race condition in setting up interrupt handlers
|
/Linux-v5.4/Documentation/RCU/ |
D | rculist_nulls.txt | 117 a race (some writer did a delete and/or a move of an object
|
1234