Searched refs:MAX_COMPLETIONS (Results 1 – 1 of 1) sorted by relevance
39 #define MAX_COMPLETIONS 128 macro108 struct vchiq_completion_data completions[MAX_COMPLETIONS];529 while ((insert - instance->completion_remove) >= MAX_COMPLETIONS) { in add_completion()548 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)]; in add_completion()1181 remove & (MAX_COMPLETIONS - 1)]; in vchiq_ioctl()2030 instance->completion_remove & (MAX_COMPLETIONS - 1)]; in vchiq_release()2156 MAX_COMPLETIONS); in vchiq_dump_platform_instances()