HomeSort by: relevance | last modified time | path
    Searched defs:slot_queue_recycle (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c 638 while (slot_queue_available != local->slot_queue_recycle) {
649 local->slot_queue_recycle, slot_queue_available);
1146 int slot_queue_recycle; local in function:release_slot
1150 ** fetches of remote->slot_queue_recycle from overtaking the
1154 slot_queue_recycle = state->remote->slot_queue_recycle;
1155 state->remote->slot_queue[slot_queue_recycle &
1158 state->remote->slot_queue_recycle = slot_queue_recycle + 1;
1162 state->remote->slot_queue_recycle);
    [all...]
vchiq_core.c 638 while (slot_queue_available != local->slot_queue_recycle) {
649 local->slot_queue_recycle, slot_queue_available);
1146 int slot_queue_recycle; local in function:release_slot
1150 ** fetches of remote->slot_queue_recycle from overtaking the
1154 slot_queue_recycle = state->remote->slot_queue_recycle;
1155 state->remote->slot_queue[slot_queue_recycle &
1158 state->remote->slot_queue_recycle = slot_queue_recycle + 1;
1162 state->remote->slot_queue_recycle);
    [all...]
vchiq_core.h 374 int32_t slot_queue_recycle; member in struct:vchiq_shared_state_struct
vchiq_core.h 374 int32_t slot_queue_recycle; member in struct:vchiq_shared_state_struct

Completed in 25 milliseconds