Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds