Searched refs:page_size (Results 1 – 1 of 1) sorted by relevance
43 static unsigned long page_size; variable130 return (struct allocate_result) {p, page_size}; in allocate_1()135 return (struct allocate_result) {p, page_size}; in allocate_1()329 page_size = ret; in do_test()363 unsigned long stack_size = ((256 * 1024) / page_size) * page_size; in do_test()364 if (stack_size < 4 * page_size) in do_test()365 stack_size = 8 * page_size; in do_test()397 allocation_size = page_size; in do_test()404 allocation_size = page_size; in do_test()407 allocation_size = 17 * page_size; in do_test()
Completed in 4 milliseconds