/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
vchiq_core.c | 586 int slot_index; local in function:reserve_space 609 slot_index = local->slot_queue[ 613 (char *)SLOT_DATA_FROM_INDEX(state, slot_index); 640 int slot_index = local->slot_queue[slot_queue_available++ & local in function:process_free_queue 642 char *data = (char *)SLOT_DATA_FROM_INDEX(state, slot_index); 648 state->id, slot_index, data, 3516 int slot_index; local in function:vchiq_release_message 3524 slot_index = SLOT_INDEX_FROM_DATA(state, (void *)header); 3526 if ((slot_index >= remote->slot_first) && 3527 (slot_index <= remote->slot_last)) [all...] |
vchiq_core.c | 586 int slot_index; local in function:reserve_space 609 slot_index = local->slot_queue[ 613 (char *)SLOT_DATA_FROM_INDEX(state, slot_index); 640 int slot_index = local->slot_queue[slot_queue_available++ & local in function:process_free_queue 642 char *data = (char *)SLOT_DATA_FROM_INDEX(state, slot_index); 648 state->id, slot_index, data, 3516 int slot_index; local in function:vchiq_release_message 3524 slot_index = SLOT_INDEX_FROM_DATA(state, (void *)header); 3526 if ((slot_index >= remote->slot_first) && 3527 (slot_index <= remote->slot_last)) [all...] |