Searched refs:charged_sz (Results 1 - 4 of 4) sorted by relevance

/linux-master/mm/damon/
H A Dlru_sort.c193 dst->charged_sz = src->charged_sz;
H A Dreclaim.c188 dst->charged_sz = src->charged_sz;
H A Dcore.c345 quota->charged_sz = 0;
1030 if (quota->esz && quota->charged_sz + sz > quota->esz) {
1031 sz = ALIGN_DOWN(quota->esz - quota->charged_sz,
1050 quota->charged_sz += sz;
1051 if (quota->esz && quota->charged_sz >= quota->esz) {
1079 if (quota->esz && quota->charged_sz >= quota->esz)
1236 if (quota->esz && quota->charged_sz >= quota->esz)
1238 quota->total_charged_sz += quota->charged_sz;
1240 quota->charged_sz = 0;
/linux-master/include/linux/
H A Ddamon.h226 unsigned long charged_sz; member in struct:damos_quota

Completed in 121 milliseconds