commit | b6fb5b8551d1aba007e9a33a19b3b037ad59a2c3 | [log] [tgz] |
---|---|---|
author | Shintaro Kawamura <[email protected]> | Thu Nov 14 19:05:21 2024 +0900 |
committer | Shintaro Kawamura <[email protected]> | Wed Nov 20 14:07:09 2024 +0900 |
tree | dc073a9268985f179f286af515bdd084fc21a09e | |
parent | edf7d4e0bff42114d04c85633929f3ff49654bdc [diff] |
Introduce ZramWriteback This implements the basic logic of periodical zram writeback. mmd marks pages in zram as idle which have been in zram for more than a specified duration between min_idle and max_idle. The logic mainly comes from swap_management of ChromeOS. Bug: 375432468 Test: atest mmd_unit_tests Change-Id: I2d2a5bcabd7f2632d5707f001547d5052f3f8a3a