Home
last modified time | relevance | path

Searched full:writeback (Results 1 – 25 of 796) sorted by relevance

12345678910>>...32

/openbmc/qemu/tests/qemu-iotests/
H A D142.out16 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 D186.out62 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 D157.out6 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 D14278 run_qemu -drive file="$TEST_IMG",cache=writeback
104 # cache.writeback is supposed to be inherited by bs->backing; bs->file
105 # always gets cache.writeback=on
107 printf "\n\ncache.writeback=off on none0\n"
108 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",cache.writeback=off | grep -e "Cache" -e "[Cc]a…
109 printf "\ncache.writeback=off on file\n"
110 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",file.cache.writeback=off | grep -e "doesn't" -e…
111 printf "\ncache.writeback=off on backing\n"
112 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.cache.writeback=off | grep -e "doesn't"…
113 printf "\ncache.writeback=off on backing-file\n"
[all …]
H A D172.out66 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 D191.out151 "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 …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_writeback.c25 * Writeback connectors are used to expose hardware which can write the output
29 * * Writeback connectors don't provide a way to output visually to the user.
31 * * Writeback connectors are visible to userspace only when the client sets
34 * * Writeback connectors don't have EDID.
36 * A framebuffer may only be attached to a writeback connector when the
41 * Unlike with planes, when a writeback framebuffer is removed by userspace DRM
43 * because no method is provided to abort a writeback operation, and in any
44 * case making a new commit whilst a writeback is ongoing is undefined (see
45 * WRITEBACK_OUT_FENCE_PTR below). As soon as the current writeback is finished,
51 * Writeback connectors have some additional properties, which userspace
[all …]
/openbmc/linux/include/linux/
H A Dwriteback.h3 * include/linux/writeback.h
30 * fs/fs-writeback.c
38 * A control structure which tells the writeback code what to do. These are
57 unsigned for_kupdate:1; /* A kupdate writeback */
58 unsigned for_background:1; /* A background writeback */
62 unsigned for_sync:1; /* sync(2) WB_SYNC_ALL writeback */
66 * When writeback IOs are bounced through async layers, only the
81 struct bdi_writeback *wb; /* wb this writeback is issued under */
124 * Scale the writeback cache size proportional to the relative
128 * on page writeback completions [end_page_writeback()]. Those
[all …]
H A Dbacking-dev-defs.h26 WB_writeback_running, /* Writeback is in progress */
42 * why some writeback work was initiated
84 * Each wb (bdi_writeback) can perform writeback operations, is measured
85 * and throttled, independently. Without cgroup writeback, each bdi
89 * using memcg's page ownership for attributing writeback IOs, and every
112 struct list_head b_io; /* parked for writeback */
113 struct list_head b_more_io; /* parked for more writeback */
117 atomic_t writeback_inodes; /* number of inodes under writeback */
141 struct delayed_work dwork; /* work item used for writeback */
186 struct bdi_writeback wb; /* the root writeback info for this bdi */
H A Dbacking-dev.h16 #include <linux/writeback.h>
120 * BDI_CAP_WRITEBACK: Supports dirty page writeback, and dirty pages
122 * BDI_CAP_WRITEBACK_ACCT: Automatically account writeback pages
134 * writeback_in_progress - determine whether there is writeback in progress
137 * Determine whether there is writeback waiting to be handled against a
163 * inode_cgwb_enabled - test whether cgroup writeback is enabled on an inode
166 * Cgroup writeback requires support from the filesystem. Also, both memcg and
265 * If wbc does not have inode attached, it means cgroup writeback was in inode_to_wb_wbc()
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_wb.h28 * @setup_outaddress: setup output address from the writeback job
29 * @setup_outformat: setup output format of writeback block from writeback job
30 * @setup_qos_lut: setup qos LUT for writeback block based on input
31 * @setup_cdp: setup chroma down prefetch block for writeback block
74 * dpu_hw_wb_init() - Initializes the writeback hw driver object.
83 * dpu_hw_wb_destroy(): Destroy writeback hw driver object.
84 * @hw_wb: Pointer to writeback hw driver object
H A Ddpu_hw_catalog.h179 * @DPU_WB_LINE_MODE Writeback module supports line/linear mode
180 * @DPU_WB_BLOCK_MODE Writeback module supports block mode read
181 * @DPU_WB_CHROMA_DOWN, Writeback chroma down block,
182 * @DPU_WB_DOWNSCALE, Writeback integer downscaler,
184 * @DPU_WB_TRAFFIC_SHAPER, Writeback traffic shaper bloc
185 * @DPU_WB_UBWC, Writeback Universal bandwidth compression
186 * @DPU_WB_YUV_CONFIG Writeback supports output of YUV colorspace
187 * @DPU_WB_PIPE_ALPHA Writeback supports pipe alpha
188 * @DPU_WB_XY_ROI_OFFSET Writeback supports x/y-offset of out ROI in
190 * @DPU_WB_QOS, Writeback supports QoS control, danger/safe/creq
[all …]
/openbmc/linux/fs/
H A Dfs-writeback.c3 * fs/fs-writeback.c
9 * pages against inodes. ie: data writeback. Writeout of the
14 * Additions for address_space-based writeback
26 #include <linux/writeback.h>
50 unsigned int for_sync:1; /* sync(2) WB_SYNC_ALL writeback */
52 enum wb_reason reason; /* why was writeback initiated? */
81 #include <trace/events/writeback.h>
205 * The current cgroup writeback is built on the assumption that multiple
396 * folios actually under writeback. in inode_do_switch_wbs()
668 * In addition to the inodes that have completed writeback, also switch in cleanup_offline_cgwb()
[all …]
/openbmc/linux/include/drm/
H A Ddrm_writeback.h19 * struct drm_writeback_connector - DRM writeback connector
41 * DRM blob property data for the pixel formats list on writeback
53 * Holds a list of a connector's writeback jobs; the last item is the
90 * struct drm_writeback_job - DRM writeback job
96 * Back-pointer to the writeback connector associated with the job
118 * List item for the writeback connector's @job_queue
125 * Framebuffer to be written to by the writeback connector. Do not set
133 * Fence which will signal once the writeback has completed
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_writeback.c3 * R-Car Display Unit Writeback Support
22 * struct rcar_du_wb_conn_state - Driver-specific writeback connector state
24 * @format: format of the writeback framebuffer
35 * struct rcar_du_wb_job - Driver-private data for writeback jobs
183 * and can't convert to YUV separately for writeback.
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 Drcar_du_crtc.h45 * @writeback: the writeback connector
75 struct drm_writeback_connector writeback; member
79 #define wb_to_rcar_crtc(c) container_of(c, struct rcar_du_crtc, writeback)
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dwritecache.rst27 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/Documentation/admin-guide/blockdev/
H A Dzram.rst309 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/ABI/testing/
H A Dsysfs-block-bcache7 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.
/openbmc/linux/drivers/gpu/drm/vkms/
H A Dvkms_output.c58 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()
109 DRM_ERROR("Failed to init writeback connector\n"); in vkms_output_init()
/openbmc/linux/mm/
H A Dpage-writeback.c3 * mm/page-writeback.c
24 #include <linux/writeback.h>
41 #include <trace/events/writeback.h>
65 * will look to see if it needs to force writeback or throttling.
72 * Start background writeback (via writeback threads) at this percentage
89 * The generator of dirty data starts writeback at this percentage
252 * requiring writeback.
441 * global_dirty_limits - background-writeback and dirty-throttling thresholds
1056 * 1% by default. Without strictlimit feature, fuse writeback may in wb_position_ratio()
1557 * time, a small pool of dirty/writeback pages may go empty and disk go in wb_max_pause()
[all …]
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_wpf.c222 "Failed to obtain a dl list, disabling writeback\n"); in wpf_configure_writeback_chain()
256 if (!pipe->lif || wpf->writeback) { in wpf_configure_stream()
325 * Configure writeback for display pipelines (the wpf writeback flag is in wpf_configure_stream()
327 * display list to disable writeback after a single frame, and process in wpf_configure_stream()
328 * to enable writeback. If the display list allocation fails don't in wpf_configure_stream()
329 * enable writeback as we wouldn't be able to safely disable it, 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()
410 * For display pipelines without writeback enabled there's no memory in wpf_configure_partition()
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dfuse-io.rst12 + 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/Documentation/admin-guide/
H A Dbcache.rst23 Both writethrough and writeback caching are supported. Writeback defaults to
29 Writeback caching can use most of the cache for buffering writes - writing
43 in the cache it first disables writeback caching and waits for all dirty data
111 important if you have writeback caching turned on.
142 - For writeback writes, we currently pass that error back up to the
147 writeback mode). It currently doesn't do anything intelligent if it fails to
168 Note that this may cause data loss if you were running in writeback mode.
345 running in writeback mode, which isn't the default (not due to a lack of
346 maturity, but simply because in writeback mode you'll lose data if something
349 # echo writeback > /sys/block/bcache0/bcache/cache_mode
[all …]
/openbmc/linux/arch/arm/mm/
H A Dabort-lv4t.S62 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

12345678910>>...32