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

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

Completed in 36 milliseconds