Searched refs:as_same_root_mr_list (Results 1 – 1 of 1) sorted by relevance
3748 GSList *as_same_root_mr_list = value; in mtree_print_as() local3751 g_slist_foreach(as_same_root_mr_list, mtree_print_as_name, NULL); in mtree_print_as()3759 GSList *as_same_root_mr_list = value; in mtree_info_as_free() local3761 g_slist_free(as_same_root_mr_list); in mtree_info_as_free()3772 GSList *as_same_root_mr_list; in mtree_info_as() local3783 as_same_root_mr_list = g_hash_table_lookup(views, as->root); in mtree_info_as()3784 as_same_root_mr_list = g_slist_insert_sorted(as_same_root_mr_list, as, in mtree_info_as()3786 g_hash_table_insert(views, as->root, as_same_root_mr_list); in mtree_info_as()