/Linux-v4.19/Documentation/core-api/ |
D | refcount-vs-atomic.rst | 42 stores (all po-earlier instructions) on the same CPU are completed 44 It also guarantees that all po-earlier stores on the same CPU 45 and all propagated stores from other CPUs must propagate to all 50 stores (all po-earlier instructions) on the same CPU are completed 52 stores on the same CPU and all propagated stores from other CPUs 60 then further stores are ordered against this operation. 61 Control dependency on stores are not implemented using any explicit 62 barriers, but rely on CPU not to speculate on stores. This is only 116 * fully ordered --> control dependency on success for stores
|
/Linux-v4.19/fs/fscache/ |
D | page.c | 28 val = radix_tree_lookup(&cookie->stores, page->index); in __fscache_check_page_write() 79 val = radix_tree_lookup(&cookie->stores, page->index); in __fscache_maybe_release_page() 89 if (radix_tree_tag_get(&cookie->stores, page->index, in __fscache_maybe_release_page() 100 if (radix_tree_tag_get(&cookie->stores, page->index, in __fscache_maybe_release_page() 108 xpage = radix_tree_delete(&cookie->stores, page->index); in __fscache_maybe_release_page() 162 radix_tree_tag_clear(&cookie->stores, page->index, in fscache_end_page_write() 165 if (!radix_tree_tag_get(&cookie->stores, page->index, in fscache_end_page_write() 168 xpage = radix_tree_delete(&cookie->stores, page->index); in fscache_end_page_write() 172 val = radix_tree_lookup(&cookie->stores, page->index); in fscache_end_page_write() 842 n = radix_tree_gang_lookup_tag(&cookie->stores, results, 0, 1, in fscache_write_op() [all …]
|
/Linux-v4.19/fs/romfs/ |
D | Kconfig | 19 # Select the backing stores to be supported 22 prompt "RomFS backing stores" 26 Select the backing stores to be supported.
|
/Linux-v4.19/tools/memory-model/Documentation/ |
D | explanation.txt | 100 device, stores it in a buffer, and sets a flag to indicate the buffer 132 Thus, P0 stores the data in buf and then sets flag. Meanwhile, P1 138 This pattern of memory accesses, where one CPU stores values to two 195 it, as loads can obtain values only from earlier stores. 200 P1 must load 0 from buf before P0 stores 1 to it; otherwise r2 204 P0 stores 1 to buf before storing 1 to flag, since it executes 220 each CPU stores to its own shared location and then loads from the 268 W: P0 stores 1 to flag executes before 271 Z: P0 stores 1 to buf executes before 272 W: P0 stores 1 to flag. [all …]
|
D | recipes.txt | 46 tearing, load/store fusing, and invented loads and stores. 203 The MP pattern has one CPU execute a pair of stores to a pair of variables 310 The smp_wmb() macro orders prior stores against later stores, and the 354 second, while another CPU loads from the second variable and then stores 475 that one CPU first stores to one variable and then loads from a second, 476 while another CPU stores to the second variable and then loads from the
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | 88pm860x.txt | 13 - marvell,88pm860x-slave-addr: 88pm860x are two chips solution. <reg> stores the I2C address 14 of one chip, and this property stores the I2C address of
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-mem.txt | 20 and stores are sampled. Use the -t option to limit to loads or stores.
|
/Linux-v4.19/arch/sparc/kernel/ |
D | dtlb_prot.S | 20 membar #Sync ! Synchronize stores
|
/Linux-v4.19/Documentation/leds/ |
D | ledtrig-transient.txt | 121 echo n > duration - stores timer value to be used upon next 124 echo 0 > duration - stores timer value to be used upon next 127 echo 1 > state - stores desired transient state LED_FULL to be 129 echo 0 > state - stores desired transient state LED_OFF to be
|
/Linux-v4.19/arch/mips/include/asm/ |
D | mips-r2-to-r6-emul.h | 23 u64 stores; member
|
D | fpu_emulator.h | 38 unsigned long stores; member
|
/Linux-v4.19/arch/sparc/lib/ |
D | M7memset.S | 167 ! Use long word stores. 179 and %o2, 63, %o3 ! %o3 = bytes left after blk stores. 187 ! initial cache-clearing stores
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-extcon | 35 The /sys/class/extcon/.../state shows and stores the cable 76 The /sys/class/extcon/.../cable.x/state shows and stores the
|
D | sysfs-class-devfreq | 86 The /sys/class/devfreq/.../min_freq shows and stores 95 The /sys/class/devfreq/.../max_freq shows and stores
|
/Linux-v4.19/Documentation/ |
D | memory-barriers.txt | 179 Furthermore, the stores committed by a CPU to the memory system may not be 180 perceived by the loads made by another CPU in the same order as the stores were 249 (*) Overlapping loads and stores within a particular CPU will appear to be 266 (Loads and stores overlap if they are targeted at overlapping pieces of 277 (*) It _must_not_ be assumed that independent loads and stores will be issued 389 A write barrier is a partial ordering on stores only; it is not required 393 memory system as time progresses. All stores _before_ a write barrier 394 will occur _before_ all the stores after the write barrier. 410 only; it is not required to have any effect on stores, independent loads 414 committing sequences of stores to the memory system that the CPU being [all …]
|
/Linux-v4.19/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 1425 MIPS_R2_STATS(stores); in mipsr2_decoder() 1495 MIPS_R2_STATS(stores); in mipsr2_decoder() 1852 MIPS_R2_STATS(stores); in mipsr2_decoder() 1970 MIPS_R2_STATS(stores); in mipsr2_decoder() 2277 (unsigned long)__this_cpu_read(mipsr2emustats.stores), in mipsr2_stats_show() 2278 (unsigned long)__this_cpu_read(mipsr2bdemustats.stores)); in mipsr2_stats_show() 2333 __this_cpu_write((mipsr2emustats).stores, 0); in mipsr2_stats_clear_show() 2334 __this_cpu_write((mipsr2bdemustats).stores, 0); in mipsr2_stats_clear_show()
|
/Linux-v4.19/Documentation/devicetree/bindings/power/reset/ |
D | syscon-reboot-mode.txt | 4 and stores it in a SYSCON mapped register. Then the bootloader
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | inodes.rst | 6 In a regular UNIX filesystem, the inode stores all the metadata 13 directory entry. (Compare all this to FAT, which stores all the file 55 inode flag is set, this inode stores an extended attribute value and 61 EA\_INODE inode flag is set, this inode stores an extended attribute 68 EA\_INODE inode flag is set, this inode stores an extended attribute 280 - Inode stores a large extended attribute value in its data blocks 328 stores an extended attribute value and this field contains the upper 32
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | pixfmt-y8i.rst | 18 word. E.g. the R200 RealSense camera stores pixel from the left sensor
|
D | vidioc-g-input.rst | 40 stores the number of the input, as in the struct
|
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/4xx/ |
D | akebono.txt | 36 The Akebono board stores some board information such as the revision
|
/Linux-v4.19/arch/powerpc/lib/ |
D | memcpy_64.S | 118 ld r9,0(r4) # 3+2n loads, 2+2n stores 130 0: ld r0,0(r4) # 4+2n loads, 3+2n stores
|
/Linux-v4.19/tools/testing/selftests/powerpc/copyloops/ |
D | memcpy_64.S | 118 ld r9,0(r4) # 3+2n loads, 2+2n stores 130 0: ld r0,0(r4) # 4+2n loads, 3+2n stores
|
/Linux-v4.19/Documentation/hwmon/ |
D | w83l786ng | 44 pwm[1-2] - this file stores PWM duty cycle or DC value (fan speed) in range:
|
/Linux-v4.19/Documentation/vm/ |
D | z3fold.rst | 20 stores an integral number of compressed pages per page, but it can store
|