Searched refs:submr_print_queue (Results 1 – 1 of 1) sorted by relevance
3477 MemoryRegionListHead submr_print_queue; in mtree_print_mr() local3554 QTAILQ_INIT(&submr_print_queue); in mtree_print_mr()3559 QTAILQ_FOREACH(ml, &submr_print_queue, mrqueue) { in mtree_print_mr()3569 QTAILQ_INSERT_TAIL(&submr_print_queue, new_ml, mrqueue); in mtree_print_mr()3573 QTAILQ_FOREACH(ml, &submr_print_queue, mrqueue) { in mtree_print_mr()3578 QTAILQ_FOREACH_SAFE(ml, &submr_print_queue, mrqueue, next_ml) { in mtree_print_mr()