Searched refs:charged_sz (Results 1 – 2 of 2) sorted by relevance
106 scheme->quota.charged_sz = 0; in damon_new_scheme()574 if (quota->esz && quota->charged_sz >= quota->esz) in damon_do_apply_schemes()614 quota->charged_sz + sz > quota->esz) { in damon_do_apply_schemes()615 sz = ALIGN_DOWN(quota->esz - quota->charged_sz, in damon_do_apply_schemes()626 quota->charged_sz += sz; in damon_do_apply_schemes()627 if (quota->esz && quota->charged_sz >= quota->esz) { in damon_do_apply_schemes()688 if (quota->esz && quota->charged_sz >= quota->esz) in kdamond_apply_schemes()690 quota->total_charged_sz += quota->charged_sz; in kdamond_apply_schemes()692 quota->charged_sz = 0; in kdamond_apply_schemes()
146 unsigned long charged_sz; member