Searched defs:userp (Results 1 – 3 of 3) sorted by relevance
| /openbmc/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()
|
| /openbmc/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()
|