Home
last modified time | relevance | path

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

/tools/testing/selftests/damon/
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
D_damon_sysfs.py92 effective_bytes = None variable in DamosQuotaGoal
481 goal.effective_bytes = int(content)