marker_next 1086 uvm/uvm_amap.c struct vm_amap marker_next; marker_next 1091 uvm/uvm_amap.c memset(&marker_next, 0, sizeof(marker_next)); marker_next 1098 uvm/uvm_amap.c LIST_INSERT_AFTER(am, &marker_next, am_list); marker_next 1136 uvm/uvm_amap.c KASSERT(LIST_NEXT(&marker_prev, am_list) == &marker_next || marker_next 1138 uvm/uvm_amap.c &marker_next); marker_next 1139 uvm/uvm_amap.c am_next = LIST_NEXT(&marker_next, am_list); marker_next 1141 uvm/uvm_amap.c LIST_REMOVE(&marker_next, am_list);