Home
last modified time | relevance | path

Searched refs:uvm_physseg_get_free_list (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_physseg.h108 int uvm_physseg_get_free_list(uvm_physseg_t);
H A Duvm_pglist.c479 if (uvm_physseg_get_free_list(psi) != fl) in uvm_pglistalloc_contig()
644 if (uvm_physseg_get_free_list(psi) != fl) in uvm_pglistalloc_simple()
H A Duvm_physseg.c1105 uvm_physseg_get_free_list(uvm_physseg_t upm) in uvm_physseg_get_free_list() function
H A Duvm_page.c2016 return uvm_physseg_get_free_list(upm); in uvm_page_lookup_freelist()
/netbsd-src/tests/sys/uvm/
H A Dt_uvm_physseg.c1582 ATF_TC(uvm_physseg_get_free_list);
1583 ATF_TC_HEAD(uvm_physseg_get_free_list, tc) in ATF_TC_HEAD() argument
1589 ATF_TC_BODY(uvm_physseg_get_free_list, tc) in ATF_TC_BODY() argument
1600 ATF_CHECK_EQ(VM_FREELIST_DEFAULT, uvm_physseg_get_free_list(upm)); in ATF_TC_BODY()
1607 ATF_CHECK_EQ(VM_FREELIST_FIRST16, uvm_physseg_get_free_list(upm)); in ATF_TC_BODY()
1615 ATF_CHECK_EQ(VM_FREELIST_FIRST1G, uvm_physseg_get_free_list(upm)); in ATF_TC_BODY()
2366 ATF_TP_ADD_TC(tp, uvm_physseg_get_free_list); in ATF_TP_ADD_TCS()
/netbsd-src/sys/arch/powerpc/oea/
H A Dpmap.c2958 freelist = uvm_physseg_get_free_list(bank); in pmap_steal_memory()
3485 if (uvm_physseg_get_free_list(bank) != in pmap_bootstrap1()
/netbsd-src/sys/arch/arm/arm32/
H A Dbus_dma.c1462 (arm_poolpage_vmfreelist == uvm_physseg_get_free_list(upm)); in _bus_dmamem_map()