Searched refs:submr_print_queue (Results 1 – 1 of 1) sorted by relevance
3476 MemoryRegionListHead submr_print_queue; in mtree_print_mr() local3553 QTAILQ_INIT(&submr_print_queue); in mtree_print_mr()3558 QTAILQ_FOREACH(ml, &submr_print_queue, mrqueue) { in mtree_print_mr()3568 QTAILQ_INSERT_TAIL(&submr_print_queue, new_ml, mrqueue); in mtree_print_mr()3572 QTAILQ_FOREACH(ml, &submr_print_queue, mrqueue) { in mtree_print_mr()3577 QTAILQ_FOREACH_SAFE(ml, &submr_print_queue, mrqueue, next_ml) { in mtree_print_mr()