Searched defs:userp (Results 1 – 7 of 7) sorted by relevance
/qemu/util/ |
H A D | qht.c | 556 const void *userp, uint32_t hash) in qht_do_lookup() 583 const void *userp, uint32_t hash) in qht_lookup__slowpath() 595 void *qht_lookup_custom(const struct qht *ht, const void *userp, uint32_t hash, in qht_lookup_custom() 618 void *qht_lookup(const struct qht *ht, const void *userp, uint32_t hash) in qht_lookup() 823 const struct qht_iter *iter, void *userp) in qht_bucket_iter() 860 void *userp) in qht_map_iter__all_locked() 870 do_qht_iter(struct qht *ht, const struct qht_iter *iter, void *userp) in do_qht_iter() 880 void qht_iter(struct qht *ht, qht_iter_func_t func, void *userp) in qht_iter() 890 void qht_iter_remove(struct qht *ht, qht_iter_bool_func_t func, void *userp) in qht_iter_remove() 905 static void qht_map_copy(void *p, uint32_t hash, void *userp) in qht_map_copy()
|
H A D | qsp.c | 520 static void qsp_sort(void *p, uint32_t h, void *userp) in qsp_sort()
|
/qemu/tests/unit/ |
H A D | test-qht.c | 101 static void count_func(void *p, uint32_t hash, void *userp) in count_func() 125 static void sum_func(void *p, uint32_t hash, void *userp) in sum_func() 141 static bool rm_mod_func(void *p, uint32_t hash, void *userp) in rm_mod_func()
|
/qemu/include/qemu/ |
H A D | plugin.h | 80 void *userp; member 93 void *userp; member
|
/qemu/plugins/ |
H A D | core.c | 560 static bool free_dyn_cb_arr(void *p, uint32_t h, void *userp) in free_dyn_cb_arr()
|
/qemu/hw/9pfs/ |
H A D | 9p.c | 774 static bool qpd_cmp_func(const void *obj, const void *userp) in qpd_cmp_func() 780 static bool qpp_cmp_func(const void *obj, const void *userp) in qpp_cmp_func() 786 static bool qpf_cmp_func(const void *obj, const void *userp) in qpf_cmp_func()
|
/qemu/block/ |
H A D | curl.c | 163 void *userp, void *sp) in curl_sock_cb()
|