Lines Matching full:writeback
51 and writeback simultaneously).
336 writeback section in Optional Feature
346 If admin wants to use incompressible page writeback, they could do it via::
348 echo huge > /sys/block/zramX/writeback
350 To use idle page writeback, first, user need to declare zram pages
367 Admin can request writeback of those idle pages at right timing via::
369 echo idle > /sys/block/zramX/writeback
371 With the command, zram will writeback idle pages from memory to the storage.
373 Additionally, if a user choose to writeback only huge and idle pages
376 echo huge_idle > /sys/block/zramX/writeback
378 If a user chooses to writeback only incompressible pages (pages that none of
381 echo incompressible > /sys/block/zramX/writeback
386 echo "page_index=1251" > /sys/block/zramX/writeback
394 any writeback. IOW, if admin wants to apply writeback budget, they should
399 Once writeback_limit_enable is set, zram doesn't allow any writeback
405 If admin wants to limit writeback as per-day 400M, they could do it
420 If an admin wants to see the remaining writeback budget since last set::
424 If an admin wants to disable writeback limit, they could do::
430 writeback happened until you reset the zram to allocate extra writeback
433 If admin wants to measure writeback count in a certain period, they could