Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mem/thp/
Dthp04.c41 static void *alloc_zero_page(void *baseaddr) in alloc_zero_page() function
84 write_thp = alloc_zero_page((void *)thp_size); in setup()
92 read_thp = alloc_zero_page(write_thp + 2 * thp_size); in setup()