Searched refs:uvm_physseg_get_start_hint (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/uvm/ |
H A D | uvm_pglist.c | 143 uvm_physseg_get_start_hint(psi)), alignment); in uvm_pglistalloc_c_ps() 154 if (uvm_physseg_get_start_hint(psi) == 0 || second_pass) { in uvm_pglistalloc_c_ps() 168 uvm_physseg_get_start_hint(psi)); in uvm_pglistalloc_c_ps() 285 KASSERTMSG(uvm_physseg_get_start_hint(psi) <= in uvm_pglistalloc_c_ps() 289 uvm_physseg_get_start_hint(psi), uvm_physseg_get_start_hint(psi), in uvm_pglistalloc_c_ps() 552 uvm_physseg_get_start_hint(psi)); in uvm_pglistalloc_s_ps() 560 if (uvm_physseg_get_start_hint(psi) == 0 || second_pass) { in uvm_pglistalloc_s_ps() 567 uvm_physseg_get_start_hint(psi)); in uvm_pglistalloc_s_ps() 597 KASSERTMSG(uvm_physseg_get_start_hint(psi) <= uvm_physseg_get_avail_end(psi) - in uvm_pglistalloc_s_ps() 601 uvm_physseg_get_start_hint(psi), in uvm_pglistalloc_s_ps() [all …]
|
H A D | uvm_physseg.h | 109 u_long uvm_physseg_get_start_hint(uvm_physseg_t);
|
H A D | uvm_physseg.c | 1112 uvm_physseg_get_start_hint(uvm_physseg_t upm) in uvm_physseg_get_start_hint() function
|
/netbsd-src/tests/sys/uvm/ |
H A D | t_uvm_physseg.c | 1619 ATF_TC(uvm_physseg_get_start_hint); 1620 ATF_TC_HEAD(uvm_physseg_get_start_hint, tc) in ATF_TC_HEAD() argument 1626 ATF_TC_BODY(uvm_physseg_get_start_hint, tc) in ATF_TC_BODY() argument 1635 ATF_CHECK_EQ(0, uvm_physseg_get_start_hint(upm)); in ATF_TC_BODY() 1662 ATF_CHECK_EQ(atop(128), uvm_physseg_get_start_hint(upm)); in ATF_TC_BODY() 1693 ATF_CHECK_EQ(0, uvm_physseg_get_start_hint(upm)); in ATF_TC_BODY() 2367 ATF_TP_ADD_TC(tp, uvm_physseg_get_start_hint); in ATF_TP_ADD_TCS()
|