Home
last modified time | relevance | path

Searched refs:effective_bytes (Results 1 – 3 of 3) 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('effective 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
816 'effective_bytes'))
819 goal.effective_bytes = int(content)
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2558 static void clear_garbage(struct jit_ctx *ctx, int reg, int effective_bytes) in clear_garbage() argument
2560 if (effective_bytes) { in clear_garbage()
2561 int garbage_bits = 64 - 8 * effective_bytes; in clear_garbage()