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

  /src/sys/uvm/
uvm_physseg.h 108 int uvm_physseg_get_free_list(uvm_physseg_t);
uvm_pglist.c 479 if (uvm_physseg_get_free_list(psi) != fl)
644 if (uvm_physseg_get_free_list(psi) != fl)
uvm_physseg.c 1105 uvm_physseg_get_free_list(uvm_physseg_t upm) function in typeref:typename:int
uvm_page.c 2016 return uvm_physseg_get_free_list(upm);
  /src/tests/sys/uvm/
t_uvm_physseg.c 1582 ATF_TC(uvm_physseg_get_free_list);
1583 ATF_TC_HEAD(uvm_physseg_get_free_list, tc)
1587 uvm_physseg_get_free_list() call.");
1589 ATF_TC_BODY(uvm_physseg_get_free_list, tc)
1600 ATF_CHECK_EQ(VM_FREELIST_DEFAULT, uvm_physseg_get_free_list(upm));
1607 ATF_CHECK_EQ(VM_FREELIST_FIRST16, uvm_physseg_get_free_list(upm));
1615 ATF_CHECK_EQ(VM_FREELIST_FIRST1G, uvm_physseg_get_free_list(upm));
2366 ATF_TP_ADD_TC(tp, uvm_physseg_get_free_list);
  /src/sys/arch/arm/arm32/
bus_dma.c 1463 (arm_poolpage_vmfreelist == uvm_physseg_get_free_list(upm));
  /src/sys/arch/powerpc/oea/
pmap.c 2958 freelist = uvm_physseg_get_free_list(bank);
3485 if (uvm_physseg_get_free_list(bank) !=

Completed in 20 milliseconds