Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Drcu_queue.h35 #define QLIST_FIRST_RCU(head) (qatomic_rcu_read(&(head)->lh_first)) macro
/openbmc/qemu/util/
H A Daio-posix.c311 while ((node = QLIST_FIRST_RCU(&ctx->deleted_aio_handlers))) { in aio_free_deleted_handlers()
/openbmc/qemu/migration/
H A Dram.c1342 pss->block = QLIST_FIRST_RCU(&ram_list.blocks); in find_dirty_block()
2256 rs->last_seen_block = QLIST_FIRST_RCU(&ram_list.blocks); in ram_find_and_save_block()
3863 block = QLIST_FIRST_RCU(&ram_list.blocks); in colo_flush_ram_cache()