Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Docs/mm/damon/design: document DAMOS_QUOTA_[IN]ACTIVE_MEM_BP

Update design document for newly added DAMOS_QUOTA_[IN]ACTIVE_MEM_BP
metrics. Note that API document is automatically updated by kernel-doc
comment, and the usage document points to the design document which uses
keywords same to that for sysfs inputs. Hence updating only design
document is sufficient.

Link: https://lkml.kernel.org/r/20260113152717.70459-4-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Acked-by: wang lian <lianux.mm@gmail.com>
Cc: David Hildenbrand <david@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Liam Howlett <liam.howlett@oracle.com>
Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Mike Rapoport <rppt@kernel.org>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

SeongJae Park and committed by
Andrew Morton
5022134c fbec8a1e

+4
+4
Documentation/mm/damon/design.rst
··· 585 585 specific NUMA node, in bp (1/10,000). 586 586 - ``node_memcg_free_bp``: Specific cgroup's node unused memory ratio for a 587 587 specific NUMA node, in bp (1/10,000). 588 + - ``active_mem_bp``: Active to active + inactive (LRU) memory size ratio in bp 589 + (1/10,000). 590 + - ``inactive_mem_bp``: Inactive to active + inactive (LRU) memory size ratio in 591 + bp (1/10,000). 588 592 589 593 ``nid`` is optionally required for only ``node_mem_used_bp``, 590 594 ``node_mem_free_bp``, ``node_memcg_used_bp`` and ``node_memcg_free_bp`` to