Home
last modified time | relevance | path

Searched defs:thp_size (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dhmm-tests.c2810 size_t thp_size = 2 * 1024 * 1024; /* 2MB - typical THP size */ variable
/linux/include/linux/
H A Dmm.h1678 static inline unsigned long thp_size(struct page *page) in thp_size() function