Home
last modified time | relevance | path

Searched refs:q_tree_new_full (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dqtree.h61 QTree *q_tree_new_full(GCompareDataFunc key_compare_func,
110 static inline QTree *q_tree_new_full(GCompareDataFunc key_compare_func, in q_tree_new_full() function
/openbmc/qemu/util/
H A Dqtree.c152 return q_tree_new_full((GCompareDataFunc) key_compare_func, NULL, in q_tree_new()
172 return q_tree_new_full(key_compare_func, key_compare_data, in q_tree_new_with_data()
194 q_tree_new_full(GCompareDataFunc key_compare_func, in q_tree_new_full() function
/openbmc/qemu/tests/unit/
H A Dtest-qtree.c205 tree = q_tree_new_full((GCompareDataFunc)my_compare, NULL, in test_tree_remove()
/openbmc/qemu/tcg/
H A Dregion.c190 rt->tree = q_tree_new_full(tb_tc_cmp, NULL, NULL, tb_destroy); in tcg_region_trees_init()
/openbmc/qemu/accel/tcg/
H A Dtb-maint.c612 set->tree = q_tree_new_full(tb_page_addr_cmp, NULL, NULL, in page_collection_lock()