/openbmc/qemu/tests/qemu-iotests/ |
H A D | 142.out | 16 Testing: -drive file=TEST_DIR/t.qcow2,cache=writeback 38 Cache mode: writeback, direct 39 Cache mode: writeback, direct 40 Cache mode: writeback, direct 41 Cache mode: writeback, direct 42 Cache mode: writeback, direct 45 Cache mode: writeback 46 Cache mode: writeback 47 Cache mode: writeback, direct 48 Cache mode: writeback [all …]
|
H A D | 157.out | 6 Testing: cache='writeback' wce='' 7 Cache mode: writeback 8 Testing: cache='writeback' wce=',write-cache=auto' 9 Cache mode: writeback 10 Testing: cache='writeback' wce=',write-cache=on' 11 Cache mode: writeback 12 Testing: cache='writeback' wce=',write-cache=off' 19 Cache mode: writeback
|
H A D | 186.out | 62 Cache mode: writeback 70 Cache mode: writeback 78 Cache mode: writeback 86 Cache mode: writeback 94 Cache mode: writeback 102 Cache mode: writeback 111 Cache mode: writeback 120 Cache mode: writeback 129 Cache mode: writeback 138 Cache mode: writeback [all …]
|
H A D | 142 | 78 run_qemu -drive file="$TEST_IMG",cache=writeback 108 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",cache.writeback=off | grep -e "Cache" -e "[Cc]a… 110 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",file.cache.writeback=off | grep -e "doesn't" -e… 112 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.cache.writeback=off | grep -e "doesn't"… 114 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.file.cache.writeback=off | grep -e "doe… 249 …drv_bkfile" -drive "$drv_bk" -drive "$drv_file" -drive "$drv_img",cache.writeback=off | grep -e "C… 251 …run_qemu -drive "$drv_bkfile" -drive "$drv_bk" -drive "$drv_file",cache.writeback=off -drive "$drv… 253 …echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile" -drive "$drv_bk",cache.writeback=off -drive "$drv… 255 …echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile",cache.writeback=off -drive "$drv_bk" -drive "$drv… 367 $QEMU_IO --cache=writeback -f file $TEST_IMG <<EOF | _filter_qemu_io
|
H A D | 191.out | 151 "writeback": true 179 "writeback": true 220 "writeback": true 248 "writeback": true 289 "writeback": true 317 "writeback": true 346 "writeback": true 374 "writeback": true 558 "writeback": true 586 "writeback": true [all …]
|
H A D | 172.out | 66 Cache mode: writeback 119 Cache mode: writeback 176 Cache mode: writeback 181 Cache mode: writeback 263 Cache mode: writeback 316 Cache mode: writeback 373 Cache mode: writeback 378 Cache mode: writeback 420 Cache mode: writeback 459 Cache mode: writeback [all …]
|
H A D | 221 | 42 _default_cache_mode writeback 43 _supported_cache_modes writeback writethrough unsafe
|
H A D | 273.out | 70 "writeback": true 98 "writeback": true 138 "writeback": true 166 "writeback": true 194 "writeback": true
|
H A D | 091 | 50 _supported_cache_modes writethrough none writeback 51 _default_cache_mode none writeback
|
H A D | 051.out | 87 Cache mode: writeback 160 Testing: -drive driver=null-co,read-zeroes=on,cache=writeback 175 Testing: -drive file=TEST_DIR/t.qcow2,cache=writeback,backing.file.filename=TEST_DIR/t.qcow2.base,b… 180 Cache mode: writeback 185 Cache mode: writeback 188 Cache mode: writeback, ignore flushes 192 Cache mode: writeback, ignore flushes 205 Cache mode: writeback 208 Cache mode: writeback, ignore flushes 212 Cache mode: writeback, ignore flushes [all …]
|
/openbmc/u-boot/post/cpu/mpc83xx/ |
H A D | ecc.c | 49 u32 pattern[2], writeback[2], retval[2]; in ecc_post_test() local 58 writeback[0] = ~pattern[0]; in ecc_post_test() 59 writeback[1] = ~pattern[1]; in ecc_post_test() 132 ppcDWstore((u32*)addr, writeback); in ecc_post_test()
|
/openbmc/linux/drivers/gpu/drm/vkms/ |
H A D | vkms_output.c | 58 int writeback; in vkms_output_init() local 106 if (vkmsdev->config->writeback) { in vkms_output_init() 107 writeback = vkms_enable_writeback_connector(vkmsdev); in vkms_output_init() 108 if (writeback) in vkms_output_init()
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | writecache.rst | 27 start writeback when the number of used blocks reach this 30 stop writeback when the number of used blocks drops below 34 writeback. Setting this value reduces writeback 60 writes) and it will gradually writeback any cached 74 pause writeback if there was some write I/O redirected to 82 4. the number of blocks under writeback
|
/openbmc/linux/arch/arm/mm/ |
H A D | abort-lv4t.S | 62 tst r8, #1 << 21 @ check writeback bit 63 beq do_DataAbort @ no writeback -> no fixup 87 tst r8, #1 << 21 @ Check writeback bit 88 beq do_DataAbort @ No writeback -> no fixup 107 tst r8, #1 << 21 @ check writeback bit 108 beq do_DataAbort @ no writeback -> no fixup 123 tst r8, #1 << 21 @ check writeback bit 124 beq do_DataAbort @ no writeback -> no fixup
|
/openbmc/linux/Documentation/admin-guide/blockdev/ |
H A D | zram.rst | 309 writeback section in Optional Feature 319 If admin wants to use incompressible page writeback, they could do it via:: 321 echo huge > /sys/block/zramX/writeback 323 To use idle page writeback, first, user need to declare zram pages 340 Admin can request writeback of those idle pages at right timing via:: 342 echo idle > /sys/block/zramX/writeback 344 With the command, zram will writeback idle pages from memory to the storage. 346 Additionally, if a user choose to writeback only huge and idle pages 349 echo huge_idle > /sys/block/zramX/writeback 351 If a user chooses to writeback only incompressible pages (pages that none of [all …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | fuse-io.rst | 12 + writeback-cache 26 writeback-cache mode may be selected by the FUSE_WRITEBACK_CACHE flag in the 34 In writeback-cache mode (enabled by the FUSE_WRITEBACK_CACHE flag) writes go to 36 fast. Dirty pages are written back implicitly (background writeback or page
|
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_du_writeback.c | 203 struct drm_writeback_connector *wb_conn = &rcrtc->writeback; in rcar_du_writeback_init() 225 state = rcrtc->writeback.base.state; in rcar_du_writeback_setup() 240 drm_writeback_queue_job(&rcrtc->writeback, state); in rcar_du_writeback_setup() 245 drm_writeback_signal_completion(&rcrtc->writeback, 0); in rcar_du_writeback_complete()
|
H A D | rcar_du_crtc.h | 75 struct drm_writeback_connector writeback; member 79 #define wb_to_rcar_crtc(c) container_of(c, struct rcar_du_crtc, writeback)
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | ecc.c | 112 u32 writeback[2]; in do_ecc() local 119 writeback[0] = 0x01234567UL; in do_ecc() 120 writeback[1] = 0x89abcdefUL; in do_ecc() 303 ppcDWstore((u32 *) i, writeback); in do_ecc() 345 ppcDWstore((u32 *) i, writeback); in do_ecc()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-block-bcache | 7 writeback mode is automatically disabled and all dirty data is 59 What: /sys/block/<disk>/bcache/writeback 63 For backing devices: When on, writeback caching is enabled and 82 For backing devices: In writeback mode, when dirty data is 84 backing device, writeback from cache to backing device starts 91 For backing devices: If nonzero, writeback from cache to 107 writeback caching enabled.
|
H A D | sysfs-block-zram | 110 What: /sys/block/zram<id>/writeback 114 The writeback file is write-only and trigger idle and/or 115 huge page writeback to backing device. 138 amount of writeback ZRAM can do. The limit could be changed
|
/openbmc/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_wpf.c | 256 if (!pipe->lif || wpf->writeback) { in wpf_configure_stream() 332 if (wpf->writeback) { in wpf_configure_stream() 335 wpf->writeback = false; in wpf_configure_stream() 339 wpf->writeback ? VI6_WPF_WRBCK_CTRL_WBMD : 0); in wpf_configure_stream() 413 if (pipe->lif && !wpf->writeback) in wpf_configure_partition() 507 wpf->writeback = false; in wpf_configure_partition()
|
/openbmc/linux/include/trace/events/ |
H A D | bcache.h | 153 bool writeback, bool bypass), 154 TP_ARGS(c, inode, bio, writeback, bypass), 162 __field(bool, writeback ) 172 __entry->writeback = writeback; 179 __entry->nr_sector, __entry->writeback, __entry->bypass)
|
/openbmc/linux/drivers/block/zram/ |
H A D | Kconfig | 67 With /sys/block/zramX/{idle,writeback}, application could ask 68 idle page's writeback to the backing device to save in memory. 78 pages writeback.
|
/openbmc/linux/fs/orangefs/ |
H A D | waitqueue.c | 324 int writeback = flags & ORANGEFS_OP_WRITEBACK, in wait_for_matching_downcall() local 333 if (writeback) in wait_for_matching_downcall() 335 else if (!writeback && interruptible) in wait_for_matching_downcall()
|