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

  /src/tests/sys/uvm/
t_uvm_physseg.c 256 uvm_physseg_get_entries(void) function in typeref:typename:int
491 ATF_REQUIRE_EQ(++nentries, uvm_physseg_get_entries());
496 ATF_REQUIRE_EQ(++nentries, uvm_physseg_get_entries());
510 ATF_REQUIRE_EQ(++nentries, uvm_physseg_get_entries());
555 ATF_REQUIRE_EQ(1, uvm_physseg_get_entries());
587 ATF_REQUIRE_EQ(2, uvm_physseg_get_entries());
600 ATF_REQUIRE_EQ(1, uvm_physseg_get_entries());
605 ATF_REQUIRE_EQ(1, uvm_physseg_get_entries());
610 ATF_REQUIRE_EQ(1, uvm_physseg_get_entries());
631 ATF_REQUIRE_EQ(0, uvm_physseg_get_entries());
    [all...]
t_uvm_physseg_load.c 239 uvm_physseg_get_entries(void) function in typeref:typename:int
340 ATF_REQUIRE_EQ(VM_PHYSSEG_MAX, uvm_physseg_get_entries());
369 ATF_REQUIRE_EQ(VM_PHYSSEG_MAX, uvm_physseg_get_entries());
398 ATF_REQUIRE_EQ(VM_PHYSSEG_MAX, uvm_physseg_get_entries());
427 ATF_REQUIRE_EQ(VM_PHYSSEG_MAX, uvm_physseg_get_entries());
456 ATF_REQUIRE_EQ(VM_PHYSSEG_MAX, uvm_physseg_get_entries());
485 ATF_REQUIRE_EQ(VM_PHYSSEG_MAX, uvm_physseg_get_entries());
514 ATF_REQUIRE_EQ(VM_PHYSSEG_MAX, uvm_physseg_get_entries());
550 ATF_REQUIRE_EQ(1, uvm_physseg_get_entries());
556 ATF_REQUIRE_EQ(2, uvm_physseg_get_entries());
    [all...]

Completed in 56 milliseconds