Searched refs:slot_queue_recycle (Results 1 – 2 of 2) sorted by relevance
808 while (slot_queue_available != local->slot_queue_recycle) { in process_free_queue()823 state->id, slot_index, data, local->slot_queue_recycle, in process_free_queue()1266 int slot_queue_recycle; in release_slot() local1276 slot_queue_recycle = state->remote->slot_queue_recycle; in release_slot()1277 state->remote->slot_queue[slot_queue_recycle & in release_slot()1280 state->remote->slot_queue_recycle = slot_queue_recycle + 1; in release_slot()1283 state->remote->slot_queue_recycle); in release_slot()2237 local->slot_queue_recycle = state->slot_queue_available; in vchiq_init_state()3421 shared->tx_pos, shared->slot_queue_recycle); in vchiq_dump_shared_state()3496 state->local->slot_queue_recycle - state->slot_queue_available, in vchiq_dump_state()
302 int slot_queue_recycle; member