Searched refs:demote_size (Results 1 - 1 of 1) sorted by path

/linux-master/mm/
H A Dhugetlb.c4297 unsigned long demote_size = (PAGE_SIZE << h->demote_order) / SZ_1K; local
4299 return sysfs_emit(buf, "%lukB\n", demote_size);
4307 unsigned long demote_size; local
4310 demote_size = (unsigned long)memparse(buf, NULL);
4312 demote_hstate = size_to_hstate(demote_size);
4331 HSTATE_ATTR(demote_size); variable

Completed in 386 milliseconds