Searched refs:QLIST_IS_INSERTED (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/util/ |
H A D | aio-posix.c | 59 if (!QLIST_IS_INSERTED(node, node_deleted)) { in find_aio_handler() 83 if (QLIST_IS_INSERTED(node, node_deleted)) { in aio_remove_fd_handler() 233 if (QLIST_IS_INSERTED(node, node_deleted)) { in poll_set_started() 339 if (!QLIST_IS_INSERTED(node, node_deleted) && in aio_dispatch_handler() 340 !QLIST_IS_INSERTED(node, node_poll) && in aio_dispatch_handler() 348 if (!QLIST_IS_INSERTED(node, node_deleted) && in aio_dispatch_handler() 359 if (!QLIST_IS_INSERTED(node, node_poll)) { in aio_dispatch_handler() 370 if (!QLIST_IS_INSERTED(node, node_deleted) && in aio_dispatch_handler() 380 if (!QLIST_IS_INSERTED(node, node_deleted) && in aio_dispatch_handler()
|
H A D | fdmon-poll.c | 68 if (!QLIST_IS_INSERTED(node, node_deleted) && node->pfd.events) { in fdmon_poll_wait()
|
H A D | fdmon-epoll.c | 109 if (QLIST_IS_INSERTED(node, node_deleted) || !node->pfd.events) { in fdmon_epoll_try_enable()
|
H A D | fdmon-io_uring.c | 162 assert(!QLIST_IS_INSERTED(old_node, node_deleted)); in fdmon_io_uring_update()
|
/openbmc/qemu/include/qemu/ |
H A D | queue.h | 164 #define QLIST_IS_INSERTED(elm, field) ((elm)->field.le_prev != NULL) macro
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost.c | 172 if (add && !QLIST_IS_INSERTED(hdev, logdev_entry)) { in vhost_dev_elect_mem_logger() 189 } else if (!add && QLIST_IS_INSERTED(hdev, logdev_entry)) { in vhost_dev_elect_mem_logger()
|