Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqemu-coroutine.c117 CoroutinePoolBatch *batch = QSLIST_FIRST(local_pool); in coroutine_pool_get_local()
124 co = QSLIST_FIRST(&batch->list); in coroutine_pool_get_local()
142 batch = QSLIST_FIRST(&global_pool); in coroutine_pool_refill_local()
192 CoroutinePoolBatch *batch = QSLIST_FIRST(local_pool); in coroutine_pool_put()
H A Dqemu-coroutine-lock.c153 CoWaitRecord *w = QSLIST_FIRST(&reversed); in move_waiters()
169 w = QSLIST_FIRST(&mutex->to_pop); in pop_waiter()
H A Dasync.c558 Coroutine *co = QSLIST_FIRST(&reversed); in co_schedule_bh_cb()
564 Coroutine *co = QSLIST_FIRST(&straight); in co_schedule_bh_cb()
H A Dfdmon-io_uring.c115 AioHandler *node = QSLIST_FIRST(head); in dequeue()
/openbmc/qemu/qapi/
H A Dqobject-input-visitor.c134 tos = QSLIST_FIRST(&qiv->stack); in qobject_input_try_get_object()
244 StackObject *tos = QSLIST_FIRST(&qiv->stack); in qobject_input_check_struct()
271 StackObject *tos = QSLIST_FIRST(&qiv->stack); in qobject_input_pop()
307 StackObject *tos = QSLIST_FIRST(&qiv->stack); in qobject_input_end_struct()
345 StackObject *tos = QSLIST_FIRST(&qiv->stack); in qobject_input_next_list()
359 StackObject *tos = QSLIST_FIRST(&qiv->stack); in qobject_input_check_list()
374 StackObject *tos = QSLIST_FIRST(&qiv->stack); in qobject_input_end_list()
680 StackObject *tos = QSLIST_FIRST(&qiv->stack); in qobject_input_free()
H A Dqobject-output-visitor.c67 QStackEntry *e = QSLIST_FIRST(&qov->stack); in qobject_output_pop()
85 QStackEntry *e = QSLIST_FIRST(&qov->stack); in qobject_output_add_obj()
244 e = QSLIST_FIRST(&qov->stack); in qobject_output_free()
/openbmc/qemu/block/
H A Daccounting.c99 return QSLIST_FIRST(&stats->intervals); in block_acct_interval_next()
/openbmc/qemu/include/qemu/
H A Dqueue.h257 for ((var) = QSLIST_FIRST((head)); \
265 #define QSLIST_FIRST(head) ((head)->slh_first) macro
/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph.c115 temp = QSLIST_FIRST(elist); in destroy_edges()
/openbmc/qemu/hw/9pfs/
H A D9p.c500 f = QSLIST_FIRST(&reclaim_list); in v9fs_reclaim_fd()