Home
last modified time | relevance | path

Searched refs:slot_queue_recycle (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c634 while (slot_queue_available != local->slot_queue_recycle) { in process_free_queue()
645 local->slot_queue_recycle, slot_queue_available); in process_free_queue()
1143 int slot_queue_recycle; in release_slot() local
1151 slot_queue_recycle = state->remote->slot_queue_recycle; in release_slot()
1152 state->remote->slot_queue[slot_queue_recycle & in release_slot()
1155 state->remote->slot_queue_recycle = slot_queue_recycle + 1; in release_slot()
1159 state->remote->slot_queue_recycle); in release_slot()
2487 local->slot_queue_recycle = state->slot_queue_available; in vchiq_init_state()
3677 shared->tx_pos, shared->slot_queue_recycle); in vchiq_dump_shared_state()
3742 state->local->slot_queue_recycle - state->slot_queue_available, in vchiq_dump_state()
H A Dvchiq_core.h371 int slot_queue_recycle; member