Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
Dvchiq_core.c1125 int release_count; in release_slot() local
1142 release_count = slot_info->release_count; in release_slot()
1143 slot_info->release_count = ++release_count; in release_slot()
1145 if (release_count == slot_info->use_count) { in release_slot()
1661 state->rx_info->release_count = 0; in parse_rx_slots()
2773 if (slot_info->release_count != slot_info->use_count) { in release_service_messages()
3702 if (slot_info.use_count != slot_info.release_count) { in vchiq_dump_shared_state()
3705 slot_info.release_count); in vchiq_dump_shared_state()
Dvchiq_core.h285 int16_t release_count; member