Home
last modified time | relevance | path

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

/linux/mm/
H A Dfilemap.c3338 unsigned int thp_order = 0; in do_sync_mmap_readahead() local
3351 thp_order = min_t(unsigned int, in do_sync_mmap_readahead()
3390 unsigned long folio_nr_pages = 1UL << thp_order; in do_sync_mmap_readahead()
3402 ra->order = thp_order; in do_sync_mmap_readahead()
/linux/include/linux/
H A Dmm.h2009 static inline unsigned int thp_order(struct page *page) in thp_order() function
2023 return PAGE_SIZE << thp_order(page); in thp_size()