Searched refs:effective_bytes (Results 1 – 3 of 3) 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('effective 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 816 'effective_bytes'))819 goal.effective_bytes = int(content)
2558 static void clear_garbage(struct jit_ctx *ctx, int reg, int effective_bytes) in clear_garbage() argument2560 if (effective_bytes) { in clear_garbage()2561 int garbage_bits = 64 - 8 * effective_bytes; in clear_garbage()