Home
last modified time | relevance | path

Searched refs:endslot (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/uvm/
H A Duvm_aobj.c1104 uao_swap_off(int startslot, int endslot) in uao_swap_off() argument
1136 rv = uao_pagein(aobj, startslot, endslot); in uao_swap_off()
1163 uao_pagein(struct uvm_aobj *aobj, int startslot, int endslot) in uao_pagein() argument
1186 slot >= endslot) { in uao_pagein()
1216 if (slot < startslot || slot >= endslot) { in uao_pagein()
H A Duvm_amap.c1351 amap_swap_off(int startslot, int endslot) in amap_swap_off() argument
1399 if (swslot < startslot || endslot <= swslot) { in amap_swap_off()