Searched refs:effective_bytes (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/damon/ |
| H A D | damos_quota_goal.py | 51 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.py | 97 effective_bytes = None variable in DamosQuotaGoal 775 goal.effective_bytes = int(content)
|
| /linux/Documentation/admin-guide/mm/damon/ |
| H A D | usage.rst | 81 │ │ │ │ │ │ │ :ref:`quotas <sysfs_quotas>`/ms,bytes,reset_interval_ms,effective_bytes 160 ``effective_bytes`` files for each DAMON-based operation scheme of the 376 ``reset_interval_ms``, ``effective_bytes``) and two directories (``weights`` and 391 effective size quota is further adjusted. Reading ``effective_bytes`` returns
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 2437 static void clear_garbage(struct jit_ctx *ctx, int reg, int effective_bytes) in clear_garbage() argument 2439 if (effective_bytes) { in clear_garbage() 2440 int garbage_bits = 64 - 8 * effective_bytes; in clear_garbage()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-mm-damon | 39 '.../quotas/effective_bytes' files of this kdamond. 270 What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/quotas/effective_bytes
|
| /linux/mm/damon/ |
| H A D | sysfs-schemes.c | 1583 __ATTR_RO_MODE(effective_bytes, 0400);
|