Searched refs:qht_insert__locked (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/util/ |
H A D | qht.c | 628 static void *qht_insert__locked(const struct qht *ht, struct qht_map *map, in qht_insert__locked() function 706 prev = qht_insert__locked(ht, map, b, p, hash, &needs_resize); in qht_insert() 914 qht_insert__locked(ht, new, b, p, hash, NULL); in qht_map_copy()
|