Searched refs:qht_entry_move (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/util/ |
| H A D | qht.c | 733 qht_entry_move(struct qht_bucket *to, int i, struct qht_bucket *from, int j) in qht_entry_move() function 767 return qht_entry_move(orig, pos, b, i - 1); in qht_bucket_remove_entry() 770 return qht_entry_move(orig, pos, prev, QHT_BUCKET_ENTRIES - 1); in qht_bucket_remove_entry() 776 qht_entry_move(orig, pos, prev, QHT_BUCKET_ENTRIES - 1); in qht_bucket_remove_entry()
|