HomeSort by: relevance | last modified time | path
    Searched refs:uvm_physseg_get_prev (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/uvm/
uvm_physseg.h 117 uvm_physseg_t uvm_physseg_get_prev(uvm_physseg_t);
uvm_pglist.c 474 for (psi = uvm_physseg_get_last(); uvm_physseg_valid_p(psi); psi = uvm_physseg_get_prev(psi))
639 for (psi = uvm_physseg_get_last(); uvm_physseg_valid_p(psi); psi = uvm_physseg_get_prev(psi))
uvm_physseg.c 433 uvm_physseg_get_prev(uvm_physseg_t upm) function in typeref:typename:uvm_physseg_t
590 uvm_physseg_get_prev(uvm_physseg_t lcv) function in typeref:typename:int
1210 uvm_physseg_t upmp = uvm_physseg_get_prev(upm);
uvm_page.c 634 for (lcv = uvm_physseg_get_last(); uvm_physseg_valid_p(lcv); lcv = uvm_physseg_get_prev(lcv))
649 for (lcv = uvm_physseg_get_last(); uvm_physseg_valid_p(lcv); lcv = uvm_physseg_get_prev(lcv))
  /src/tests/sys/uvm/
t_uvm_physseg.c 741 ATF_CHECK_EQ(UVM_PHYSSEG_TYPE_INVALID_EMPTY, uvm_physseg_get_prev(upm));
753 upm = uvm_physseg_get_prev(upm);
1274 ATF_TC(uvm_physseg_get_prev);
1275 ATF_TC_HEAD(uvm_physseg_get_prev, tc)
1278 segment using the uvm_physseg_get_prev() call.");
1280 ATF_TC_BODY(uvm_physseg_get_prev, tc)
1297 uvm_physseg_get_prev(upm_prev));
1309 upm = uvm_physseg_get_prev(upm);
1329 upm = uvm_physseg_get_prev(upm);
1339 correctly when uvm_physseg_get_prev() is called with invalid
    [all...]
  /src/sys/arch/mips/mips/
mips_machdep.c 2097 for (; uvm_physseg_valid_p(bank); bank = uvm_physseg_get_prev(bank)) {

Completed in 17 milliseconds