Searched refs:as_same_root_mr_list (Results 1 – 1 of 1) sorted by relevance
3749 GSList *as_same_root_mr_list = value; in mtree_print_as() local3752 g_slist_foreach(as_same_root_mr_list, mtree_print_as_name, NULL); in mtree_print_as()3760 GSList *as_same_root_mr_list = value; in mtree_info_as_free() local3762 g_slist_free(as_same_root_mr_list); in mtree_info_as_free()3773 GSList *as_same_root_mr_list; in mtree_info_as() local3784 as_same_root_mr_list = g_hash_table_lookup(views, as->root); in mtree_info_as()3785 as_same_root_mr_list = g_slist_insert_sorted(as_same_root_mr_list, as, in mtree_info_as()3787 g_hash_table_insert(views, as->root, as_same_root_mr_list); in mtree_info_as()