Searched refs:size_to_hstate (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dhugetlb.h763 struct hstate *size_to_hstate(unsigned long size);
796 return size_to_hstate(1UL << page_size_log);
878 return size_to_hstate(folio_size(folio));
1098 static inline struct hstate *size_to_hstate(unsigned long size)
/linux-master/mm/
H A Dhugetlb.c1836 h = size_to_hstate(folio_size(folio));
1962 struct hstate *size_to_hstate(unsigned long size) function
3957 target_hstate = size_to_hstate(PAGE_SIZE << h->demote_order);
4325 demote_hstate = size_to_hstate(demote_size);
4611 default_hstate_idx = hstate_index(size_to_hstate(HPAGE_SIZE));
4668 if (size_to_hstate(PAGE_SIZE << order)) {
4818 h = size_to_hstate(size);
4874 default_hstate_idx = hstate_index(size_to_hstate(size));
/linux-master/fs/hugetlbfs/
H A Dinode.c1415 h = size_to_hstate(ps);

Completed in 199 milliseconds