Home
last modified time | relevance | path

Searched refs:QHT_BUCKET_ALIGN (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/util/
H A Dqht.c84 #define QHT_BUCKET_ALIGN 64 macro
150 } QEMU_ALIGNED(QHT_BUCKET_ALIGN);
152 QEMU_BUILD_BUG_ON(sizeof(struct qht_bucket) > QHT_BUCKET_ALIGN);
168 } QEMU_ALIGNED(QHT_BUCKET_ALIGN);
457 map->buckets = qemu_memalign(QHT_BUCKET_ALIGN, in qht_map_create()
652 b = qemu_memalign(QHT_BUCKET_ALIGN, sizeof(*b)); in qht_insert__locked()