Home
last modified time | relevance | path

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

/netbsd-src/sys/uvm/
H A Duvm_amap.c1356 struct vm_amap marker_next; in amap_swap_off() local
1361 memset(&marker_next, 0, sizeof(marker_next)); in amap_swap_off()
1369 LIST_INSERT_AFTER(am, &marker_next, am_list); in amap_swap_off()
1375 if (am_next == &marker_next) { in amap_swap_off()
1379 &marker_next); in amap_swap_off()
1382 LIST_REMOVE(&marker_next, am_list); in amap_swap_off()
1425 KASSERT(LIST_NEXT(&marker_prev, am_list) == &marker_next || in amap_swap_off()
1427 &marker_next); in amap_swap_off()
1428 am_next = LIST_NEXT(&marker_next, am_list); in amap_swap_off()
1430 LIST_REMOVE(&marker_next, am_list); in amap_swap_off()