Home
last modified time | relevance | path

Searched refs:write_thp (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/mem/thp/
H A Dthp04.c33 static char *write_thp, *read_thp; variable
82 write_thp = alloc_zero_page((void *)thp_size); in setup()
85 if (write_thp[i]) in setup()
90 read_thp = alloc_zero_page(write_thp + 2 * thp_size); in setup()
91 write_ptr = (int *)(write_thp + thp_size - sizeof(int)); in setup()
106 madvise(write_thp, thp_size, MADV_DONTNEED); in thread_run()
128 madvise(write_thp, thp_size, MADV_DONTNEED); in run()
156 if (write_thp) in cleanup()
157 SAFE_MUNMAP(write_thp, thp_size); in cleanup()

Completed in 1 milliseconds