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

  /src/sys/uvm/
uvm_pglist.c 143 uvm_physseg_get_start_hint(psi)), alignment);
154 if (uvm_physseg_get_start_hint(psi) == 0 || second_pass) {
168 uvm_physseg_get_start_hint(psi));
285 KASSERTMSG(uvm_physseg_get_start_hint(psi) <=
289 uvm_physseg_get_start_hint(psi), uvm_physseg_get_start_hint(psi),
552 uvm_physseg_get_start_hint(psi));
560 if (uvm_physseg_get_start_hint(psi) == 0 || second_pass) {
567 uvm_physseg_get_start_hint(psi));
597 KASSERTMSG(uvm_physseg_get_start_hint(psi) <= uvm_physseg_get_avail_end(psi)
    [all...]
uvm_physseg.h 109 u_long uvm_physseg_get_start_hint(uvm_physseg_t);
uvm_physseg.c 1112 uvm_physseg_get_start_hint(uvm_physseg_t upm) function in typeref:typename:u_long
  /src/tests/sys/uvm/
t_uvm_physseg.c 1619 ATF_TC(uvm_physseg_get_start_hint);
1620 ATF_TC_HEAD(uvm_physseg_get_start_hint, tc)
1624 uvm_physseg_get_start_hint() call.");
1626 ATF_TC_BODY(uvm_physseg_get_start_hint, tc)
1635 ATF_CHECK_EQ(0, uvm_physseg_get_start_hint(upm));
1662 ATF_CHECK_EQ(atop(128), uvm_physseg_get_start_hint(upm));
1693 ATF_CHECK_EQ(0, uvm_physseg_get_start_hint(upm));
2367 ATF_TP_ADD_TC(tp, uvm_physseg_get_start_hint);

Completed in 14 milliseconds