Home
last modified time | relevance | path

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

/qemu/util/
H A Dfdmon-io_uring.c346 while ((node = QSLIST_FIRST_RCU(&ctx->submit_list))) { in fdmon_io_uring_destroy()
H A Dasync.c111 QEMUBH *bh = QSLIST_FIRST_RCU(head); in aio_bh_dequeue()
/qemu/include/qemu/
H A Drcu_queue.h268 #define QSLIST_FIRST_RCU(head) qatomic_rcu_read(&(head)->slh_first) macro