Searched refs:uvm_physseg_get_pmseg (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/netbsd-tests/sys/uvm/
H A Dt_uvm_physseg.c37 * If this line is commented out tests related to uvm_physseg_get_pmseg()
1735 ATF_TC(uvm_physseg_get_pmseg); variable
1736 ATF_TC_HEAD(uvm_physseg_get_pmseg, tc)
1739 struct is correct when fetched by uvm_physseg_get_pmseg() call.");
1741 ATF_TC_BODY(uvm_physseg_get_pmseg, tc)
1771 extracted_pmseg = uvm_physseg_get_pmseg(upm);
1786 extracted_pmseg = uvm_physseg_get_pmseg(upm);
2362 ATF_TP_ADD_TC(tp, uvm_physseg_get_pmseg);

Completed in 130 milliseconds