Home
last modified time | relevance | path

Searched refs:thp_order (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/
Dhuge_mm.h266 static inline unsigned int thp_order(struct page *page) in thp_order() function
345 static inline unsigned int thp_order(struct page *page) in thp_order() function
495 return PAGE_SIZE << thp_order(page); in thp_size()
/Linux-v5.15/mm/
Dfilemap.c904 if (order > thp_order(page)) in __add_to_page_cache_locked()
921 if (order > thp_order(page)) { in __add_to_page_cache_locked()
2406 if (mapping->host->i_blkbits >= (PAGE_SHIFT + thp_order(page))) in filemap_range_uptodate()
/Linux-v5.15/fs/afs/
Dinternal.h896 int shift = thp_order(page) + PAGE_SHIFT - (__AFS_PAGE_PRIV_SHIFT - 1); in afs_page_dirty_resolution()