Lines Matching refs:next
76 Coroutine *next; in qemu_co_enter_next_impl() local
78 next = QSIMPLEQ_FIRST(&queue->entries); in qemu_co_enter_next_impl()
79 if (!next) { in qemu_co_enter_next_impl()
87 aio_co_wake(next); in qemu_co_enter_next_impl()
139 QSLIST_ENTRY(CoWaitRecord) next;
145 QSLIST_INSERT_HEAD_ATOMIC(&mutex->from_push, w, next); in push_waiter()
154 QSLIST_REMOVE_HEAD(&reversed, next); in move_waiters()
155 QSLIST_INSERT_HEAD(&mutex->to_pop, w, next); in move_waiters()
170 QSLIST_REMOVE_HEAD(&mutex->to_pop, next); in pop_waiter()
335 QSIMPLEQ_ENTRY(CoRwTicket) next;
371 QSIMPLEQ_REMOVE_HEAD(&lock->tickets, next); in qemu_co_rwlock_maybe_wake_one()
391 QSIMPLEQ_INSERT_TAIL(&lock->tickets, &my_ticket, next); in qemu_co_rwlock_rdlock()
443 QSIMPLEQ_INSERT_TAIL(&lock->tickets, &my_ticket, next); in qemu_co_rwlock_wrlock()
464 QSIMPLEQ_INSERT_TAIL(&lock->tickets, &my_ticket, next); in qemu_co_rwlock_upgrade()