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

  /src/sys/uvm/
uvm_physseg.c 1112 uvm_physseg_get_start_hint(uvm_physseg_t upm) function
  /src/tests/sys/uvm/
t_uvm_physseg.c 1619 ATF_TC(uvm_physseg_get_start_hint); variable
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 26 milliseconds