Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dqemu-coroutine.c201 CoroutinePoolBatch *next = QSLIST_NEXT(batch, next); in coroutine_pool_put()
/openbmc/qemu/block/
H A Daccounting.c101 return QSLIST_NEXT(s, entries); in block_acct_interval_next()
/openbmc/qemu/include/qemu/
H A Dqueue.h258 (var) && ((tvar) = QSLIST_NEXT((var), field), 1); \
266 #define QSLIST_NEXT(elm, field) ((elm)->field.sle_next) macro