Home
last modified time | relevance | path

Searched refs:effective_bytes (Results 1 – 4 of 4) 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:
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.py97 effective_bytes = None variable in DamosQuotaGoal
775 goal.effective_bytes = int(content)
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2430 static void clear_garbage(struct jit_ctx *ctx, int reg, int effective_bytes) in clear_garbage() argument
2432 if (effective_bytes) { in clear_garbage()
2433 int garbage_bits = 64 - 8 * effective_bytes; in clear_garbage()
/linux/mm/damon/
H A Dsysfs-schemes.c1628 __ATTR_RO_MODE(effective_bytes, 0400);