Home
last modified time | relevance | path

Searched refs:effective_bytes (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/testing/selftests/damon/
H A Ddamos_quota_goal.py51 last_effective_bytes = goal.effective_bytes
61 goal.current_value, last_effective_bytes, goal.effective_bytes,
62 goal.effective_bytes / last_effective_bytes
65 if last_effective_bytes == goal.effective_bytes:
69 print('efective bytes not changed: %d' % goal.effective_bytes)
72 increased = last_effective_bytes < goal.effective_bytes
77 last_effective_bytes = goal.effective_bytes
H A D_damon_sysfs.py92 effective_bytes = None variable in DamosQuotaGoal
481 goal.effective_bytes = int(content)
/linux-6.15/Documentation/admin-guide/mm/damon/
H A Dusage.rst81 │ │ │ │ │ │ │ :ref:`quotas <sysfs_quotas>`/ms,bytes,reset_interval_ms,effective_bytes
157 ``effective_bytes`` files for each DAMON-based operation scheme of the
351 ``reset_interval_ms``, ``effective_bytes``) and two directores (``weights`` and
366 effective size quota is further adjusted. Reading ``effective_bytes`` returns
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-damon39 '.../quotas/effective_bytes' files of this kdamond.
249 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/quotas/effective_bytes
/linux-6.15/mm/damon/
H A Dsysfs-schemes.c1424 __ATTR_RO_MODE(effective_bytes, 0400);