Searched refs:submr_print_queue (Results 1 – 1 of 1) sorted by relevance
3516 MemoryRegionListHead submr_print_queue; in mtree_print_mr() 3593 QTAILQ_INIT(&submr_print_queue); in mtree_print_flatview() 3598 QTAILQ_FOREACH(ml, &submr_print_queue, mrqueue) { in mtree_print_flatview() 3608 QTAILQ_INSERT_TAIL(&submr_print_queue, new_ml, mrqueue); in mtree_print_flatview() 3612 QTAILQ_FOREACH(ml, &submr_print_queue, mrqueue) { in mtree_print_flatview() 3617 QTAILQ_FOREACH_SAFE(ml, &submr_print_queue, mrqueue, next_ml) { in mtree_print_flatview() 3476 MemoryRegionListHead submr_print_queue; mtree_print_mr() local