Home
last modified time | relevance | path

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

/minix3/tests/rump/kernspace/
H A Dbusypage.c46 static struct vm_page *testpg; variable
58 testpg->flags |= PG_WANTED; in thread()
59 UVM_UNLOCK_AND_WAIT(testpg, uobj->vmobjlock, false, "tw", 0); in thread()
73 testpg = uvm_pagealloc(uobj, 0, NULL, 0); in rumptest_busypage()
75 if (testpg == NULL) in rumptest_busypage()
87 uvm_page_unbusy(&testpg, 1); in rumptest_busypage()