Home
last modified time | relevance | path

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

/aosp_15_r20/external/ltp/testcases/kernel/mem/thp/
H A Dthp04.c39 static void *alloc_zero_page(void *baseaddr) in alloc_zero_page() function
82 write_thp = alloc_zero_page((void *)thp_size); in setup()
90 read_thp = alloc_zero_page(write_thp + 2 * thp_size); in setup()