Home
last modified time | relevance | path

Searched refs:uvm_physseg_get_start_hint (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/uvm/
Duvm_pglist.c143 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 …]
Duvm_physseg.h109 u_long uvm_physseg_get_start_hint(uvm_physseg_t);
Duvm_physseg.c1112 uvm_physseg_get_start_hint(uvm_physseg_t upm) in uvm_physseg_get_start_hint() function