Home
last modified time | relevance | path

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

/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.c834 while (slot_queue_available != local->slot_queue_recycle) { in process_free_queue()
849 state->id, slot_index, data, local->slot_queue_recycle, in process_free_queue()
1278 int slot_queue_recycle; in release_slot() local
1283 * fetches of remote->slot_queue_recycle from overtaking the in release_slot()
1288 slot_queue_recycle = state->remote->slot_queue_recycle; in release_slot()
1289 state->remote->slot_queue[slot_queue_recycle & in release_slot()
1292 state->remote->slot_queue_recycle = slot_queue_recycle + 1; in release_slot()
1295 state->remote->slot_queue_recycle); in release_slot()
[all...]
H A Dvchiq_core.h271 int slot_queue_recycle; member