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