Searched refs:effective_bytes (Results 1 – 4 of 4) sorted by relevance
51 last_effective_bytes = goal.effective_bytes61 goal.current_value, last_effective_bytes, goal.effective_bytes,62 goal.effective_bytes / last_effective_bytes65 if last_effective_bytes == goal.effective_bytes:69 print('efective bytes not changed: %d' % goal.effective_bytes)72 increased = last_effective_bytes < goal.effective_bytes77 last_effective_bytes = goal.effective_bytes
97 effective_bytes = None variable in DamosQuotaGoal 778 'effective_bytes'))781 goal.effective_bytes = int(content)
2389 static void clear_garbage(struct jit_ctx *ctx, int reg, int effective_bytes) in clear_garbage() argument2391 if (effective_bytes) { in clear_garbage()2392 int garbage_bits = 64 - 8 * effective_bytes; in clear_garbage()
1701 __ATTR_RO_MODE(effective_bytes, 0400);