Searched refs:as_same_root_mr_list (Results 1 – 1 of 1) sorted by relevance
3788 GSList *as_same_root_mr_list = value; in mtree_print_as() local3791 g_slist_foreach(as_same_root_mr_list, mtree_print_as_name, NULL); in mtree_print_as()3799 GSList *as_same_root_mr_list = value; in mtree_info_as_free() local3801 g_slist_free(as_same_root_mr_list); in mtree_info_as_free()3812 GSList *as_same_root_mr_list; in mtree_info_as() local3823 as_same_root_mr_list = g_hash_table_lookup(views, as->root); in mtree_info_as()3824 as_same_root_mr_list = g_slist_insert_sorted(as_same_root_mr_list, as, in mtree_info_as()3826 g_hash_table_insert(views, as->root, as_same_root_mr_list); in mtree_info_as()