HomeSort by: relevance | last modified time | path
    Searched defs:am_next (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/
uvm_amap.c 1354 struct vm_amap *am_next; local in function:amap_swap_off
1365 for (am = LIST_FIRST(&amap_list); am != NULL && !rv; am = am_next) {
1374 am_next = LIST_NEXT(&marker_prev, am_list);
1375 if (am_next == &marker_next) {
1376 am_next = LIST_NEXT(am_next, am_list);
1378 KASSERT(LIST_NEXT(am_next, am_list) ==
1428 am_next = LIST_NEXT(&marker_next, am_list);
uvm_amap.c 1354 struct vm_amap *am_next; local in function:amap_swap_off
1365 for (am = LIST_FIRST(&amap_list); am != NULL && !rv; am = am_next) {
1374 am_next = LIST_NEXT(&marker_prev, am_list);
1375 if (am_next == &marker_next) {
1376 am_next = LIST_NEXT(am_next, am_list);
1378 KASSERT(LIST_NEXT(am_next, am_list) ==
1428 am_next = LIST_NEXT(&marker_next, am_list);

Completed in 83 milliseconds