Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages12.c66 int test_pages = TEST_PAGES * hpsz / pgsz; in do_child() local
72 pages = SAFE_MALLOC(sizeof(char *) * test_pages); in do_child()
73 nodes = SAFE_MALLOC(sizeof(int) * test_pages); in do_child()
74 status = SAFE_MALLOC(sizeof(int) * test_pages); in do_child()
76 for (i = 0; i < test_pages; i++) in do_child()
80 for (j = 0; j < test_pages; j++) { in do_child()
88 TEST(numa_move_pages(ppid, test_pages, in do_child()