Home
last modified time | relevance | path

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

/openbsd/sys/uvm/
H A Duvm_aobj.c1237 uao_swap_off(int startslot, int endslot) in uao_swap_off() argument
1269 rv = uao_pagein(aobj, startslot, endslot); in uao_swap_off()
1298 uao_pagein(struct uvm_aobj *aobj, int startslot, int endslot) in uao_pagein() argument
1320 slot >= endslot) { in uao_pagein()
1348 if (slot < startslot || slot >= endslot) { in uao_pagein()
H A Duvm_amap.c1079 amap_swap_off(int startslot, int endslot) in amap_swap_off() argument
1114 if (swslot < startslot || endslot <= swslot) { in amap_swap_off()