Searched refs:q_tree_new_full (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | qtree.h | 61 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 D | qtree.c | 152 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 D | test-qtree.c | 205 tree = q_tree_new_full((GCompareDataFunc)my_compare, NULL, in test_tree_remove()
|
/openbmc/qemu/tcg/ |
H A D | region.c | 190 rt->tree = q_tree_new_full(tb_tc_cmp, NULL, NULL, tb_destroy); in tcg_region_trees_init()
|
/openbmc/qemu/accel/tcg/ |
H A D | tb-maint.c | 612 set->tree = q_tree_new_full(tb_page_addr_cmp, NULL, NULL, in page_collection_lock()
|