/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
vchiq_core.c | 40 #define SLOT_INFO_FROM_INDEX(state, index) (state->slot_info + (index)) 46 ((unsigned int)(info - state->slot_info)) 1122 release_slot(VCHIQ_STATE_T *state, VCHIQ_SLOT_INFO_T *slot_info, 1142 release_count = slot_info->release_count; 1143 slot_info->release_count = ++release_count; 1145 if (release_count == slot_info->use_count) { 1157 SLOT_INDEX_FROM_INFO(state, slot_info); 1161 state->id, SLOT_INDEX_FROM_INFO(state, slot_info), 2771 VCHIQ_SLOT_INFO_T *slot_info = local in function:release_service_messages 2773 if (slot_info->release_count != slot_info->use_count) 3530 VCHIQ_SLOT_INFO_T *slot_info = local in function:vchiq_release_message 3701 VCHIQ_SLOT_INFO_T slot_info = *SLOT_INFO_FROM_INDEX(state, i); local in function:vchiq_dump_shared_state [all...] |
vchiq_core.c | 40 #define SLOT_INFO_FROM_INDEX(state, index) (state->slot_info + (index)) 46 ((unsigned int)(info - state->slot_info)) 1122 release_slot(VCHIQ_STATE_T *state, VCHIQ_SLOT_INFO_T *slot_info, 1142 release_count = slot_info->release_count; 1143 slot_info->release_count = ++release_count; 1145 if (release_count == slot_info->use_count) { 1157 SLOT_INDEX_FROM_INFO(state, slot_info); 1161 state->id, SLOT_INDEX_FROM_INFO(state, slot_info), 2771 VCHIQ_SLOT_INFO_T *slot_info = local in function:release_service_messages 2773 if (slot_info->release_count != slot_info->use_count) 3530 VCHIQ_SLOT_INFO_T *slot_info = local in function:vchiq_release_message 3701 VCHIQ_SLOT_INFO_T slot_info = *SLOT_INFO_FROM_INDEX(state, i); local in function:vchiq_dump_shared_state [all...] |
vchiq_core.h | 511 VCHIQ_SLOT_INFO_T slot_info[VCHIQ_MAX_SLOTS]; member in struct:vchiq_state_struct
|
vchiq_core.h | 511 VCHIQ_SLOT_INFO_T slot_info[VCHIQ_MAX_SLOTS]; member in struct:vchiq_state_struct
|