Home
last modified time | relevance | path

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

/linux/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:
66 print('efective bytes not changed: %d' % goal.effective_bytes)
69 increased = last_effective_bytes < goal.effective_bytes
74 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/Documentation/admin-guide/mm/damon/
H A Dusage.rst86 │ │ │ │ │ │ │ :ref:`quotas <sysfs_quotas>`/ms,bytes,reset_interval_ms,effective_bytes
157 ``effective_bytes`` files for each DAMON-based operation scheme of the
331 ``reset_interval_ms``, ``effective_bytes``) and two directores (``weights`` and
346 effective size quota is further adjusted. Reading ``effective_bytes`` returns
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-damon39 '.../quotas/effective_bytes' files of this kdamond.
219 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/quotas/effective_bytes
/linux/mm/damon/
H A Dsysfs-schemes.c1319 __ATTR_RO_MODE(effective_bytes, 0400);