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

  /src/sys/uvm/
uvm_physseg.h 110 bool uvm_physseg_set_start_hint(uvm_physseg_t, u_long);
uvm_pglist.c 283 uvm_physseg_set_start_hint(psi, candidate + num -
596 uvm_physseg_set_start_hint(psi, candidate + 1 - uvm_physseg_get_avail_start(psi));
uvm_physseg.c 1119 uvm_physseg_set_start_hint(uvm_physseg_t upm, u_long start_hint) function in typeref:typename:bool
  /src/tests/sys/uvm/
t_uvm_physseg.c 1638 ATF_TC(uvm_physseg_set_start_hint);
1639 ATF_TC_HEAD(uvm_physseg_set_start_hint, tc)
1643 uvm_physseg_set_start_hint() call.");
1645 ATF_TC_BODY(uvm_physseg_set_start_hint, tc)
1659 ATF_CHECK_EQ(true, uvm_physseg_set_start_hint(upm, atop(128)));
1670 uvm_physseg_set_start_hint() call.");
1685 ATF_CHECK_EQ(false, uvm_physseg_set_start_hint(upm, atop(128)));
2368 ATF_TP_ADD_TC(tp, uvm_physseg_set_start_hint);

Completed in 14 milliseconds