Lines Matching refs:uvm_page_physunload
1920 atf_tc_set_md_var(tc, "descr", "Tests if the basic uvm_page_physunload()\
1926 * Would uvmexp.npages reduce everytime an uvm_page_physunload is called?
1946 ATF_CHECK_EQ(true, uvm_page_physunload(upm, VM_FREELIST_DEFAULT, &p));
1968 atf_tc_set_md_var(tc, "descr", "Tests if the basic uvm_page_physunload()\
1974 * Would uvmexp.npages reduce everytime an uvm_page_physunload is called?
1995 ATF_CHECK_EQ(true, uvm_page_physunload(upm, VM_FREELIST_DEFAULT, &p));
2026 atf_tc_set_md_var(tc, "descr", "Tests if the basic uvm_page_physunload()\
2062 ATF_CHECK_EQ(false, uvm_page_physunload(upm, VM_FREELIST_DEFAULT, &p));
2079 atf_tc_set_md_var(tc, "descr", "Tests if the uvm_page_physunload() \
2086 * Would uvmexp.npages reduce everytime an uvm_page_physunload is called?
2116 "cannot uvm_page_physunload() the last segment");
2119 ATF_CHECK_EQ(true, uvm_page_physunload(upm, VM_FREELIST_DEFAULT, &p));
2137 atf_tc_set_md_var(tc, "descr", "Tests if the uvm_page_physunload() \
2144 * Would uvmexp.npages reduce everytime an uvm_page_physunload is called?
2175 "cannot uvm_page_physunload() the last segment");
2178 ATF_CHECK_EQ(true, uvm_page_physunload(upm, VM_FREELIST_DEFAULT, &p));
2184 ATF_CHECK_EQ(true, uvm_page_physunload(upm, VM_FREELIST_DEFAULT, &p));
2202 atf_tc_set_md_var(tc, "descr", "Tests if the uvm_page_physunload() \
2225 ATF_CHECK_EQ(false, uvm_page_physunload(upm, VM_FREELIST_FIRST4G, &p));
2237 * Would uvmexp.npages reduce everytime an uvm_page_physunload is called?
2266 "cannot uvm_page_physunload() the last segment");