Lines Matching defs:marker_next
1356 struct vm_amap marker_next;
1361 memset(&marker_next, 0, sizeof(marker_next));
1369 LIST_INSERT_AFTER(am, &marker_next, am_list);
1375 if (am_next == &marker_next) {
1379 &marker_next);
1382 LIST_REMOVE(&marker_next, am_list);
1425 KASSERT(LIST_NEXT(&marker_prev, am_list) == &marker_next ||
1427 &marker_next);
1428 am_next = LIST_NEXT(&marker_next, am_list);
1430 LIST_REMOVE(&marker_next, am_list);