Home
last modified time | relevance | path

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

/openbsd/src/sys/uvm/
Duvm_amap.c1082 struct vm_amap *am_next; in amap_swap_off() local
1087 for (am = LIST_FIRST(&amap_list); am != NULL && !rv; am = am_next) { in amap_swap_off()
1094 am_next = LIST_NEXT(am, am_list); in amap_swap_off()
1138 am_next = LIST_NEXT(&marker, am_list); in amap_swap_off()