Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/migrate_pages/
Dmigrate_pages02.c173 char *testp, *testp2; in test_migrate_current_process() local
189 testp2 = mmap(NULL, getpagesize(), PROT_READ | PROT_WRITE, in test_migrate_current_process()
191 if (testp2 == MAP_FAILED) in test_migrate_current_process()
193 testp2[0] = 1; in test_migrate_current_process()
194 tst_resm(TINFO, "shared anonymous: %p", testp2); in test_migrate_current_process()
196 check_addr_on_node(testp2, node2); in test_migrate_current_process()
210 testp2[0] = 1; in test_migrate_current_process()
219 munmap(testp2, getpagesize()); in test_migrate_current_process()
228 check_addr_on_node(testp2, node1); in test_migrate_current_process()
230 check_addr_on_node(testp2, node2); in test_migrate_current_process()
[all …]
/external/toolchain-utils/go/patch/
Dgo5.patch46 rm -f testp testp2 testp3 testp4 testp5
145 -$(go env CC) ${GOGCCFLAGS} -o testp2 main2.c $linkflags libgo2.$libext
146 +$(go_target env CC) ${GOGCCFLAGS} -o testp2 main2.c $linkflags libgo2.$libext
147 binpush testp2
148 output=$(run LD_LIBRARY_PATH=. ./testp2)