Searched refs:uvm_physseg_get_next (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/sys/uvm/
H A Dt_uvm_physseg.c437 bank = uvm_physseg_get_next(bank)) {
1196 ATF_TC(uvm_physseg_get_next); variable
1197 ATF_TC_HEAD(uvm_physseg_get_next, tc)
1200 segment using the uvm_physseg_get_next() call.");
1202 ATF_TC_BODY(uvm_physseg_get_next, tc)
1220 uvm_physseg_get_next(upm));
1231 upm = uvm_physseg_get_next(upm); /* Fetch Next */
1247 upm = uvm_physseg_get_next(upm); /* Fetch Next */
1259 correctly when uvm_physseg_get_next() is called with invalid \
1266 ATF_CHECK_EQ(UVM_PHYSSEG_TYPE_INVALID, uvm_physseg_get_next(up
[all...]
H A Dt_uvm_physseg_load.c263 bank = uvm_physseg_get_next(bank)) {

Completed in 79 milliseconds