Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.c638 while (slot_queue_available != local->slot_queue_recycle) { in process_free_queue()
653 local->slot_queue_recycle, slot_queue_available); in process_free_queue()
1178 int slot_queue_recycle; in release_slot() local
1186 slot_queue_recycle = state->remote->slot_queue_recycle; in release_slot()
1187 state->remote->slot_queue[slot_queue_recycle & in release_slot()
1190 state->remote->slot_queue_recycle = slot_queue_recycle + 1; in release_slot()
1194 state->remote->slot_queue_recycle); in release_slot()
2203 local->slot_queue_recycle = state->slot_queue_available; in vchiq_init_state()
3416 shared->tx_pos, shared->slot_queue_recycle); in vchiq_dump_shared_state()
3497 state->local->slot_queue_recycle - state->slot_queue_available, in vchiq_dump_state()
Dvchiq_core.h362 int slot_queue_recycle; member