Searched refs:MAX_COMPLETIONS (Results 1 – 3 of 3) sorted by relevance
18 #define MAX_COMPLETIONS 128 macro83 struct vchiq_completion_data_kernel completions[MAX_COMPLETIONS];
1008 while ((insert - instance->completion_remove) >= MAX_COMPLETIONS) { in add_completion()1023 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)]; in add_completion()1243 MAX_COMPLETIONS); in vchiq_dump_platform_instances()
485 completion = &instance->completions[remove & (MAX_COMPLETIONS - 1)]; in vchiq_ioc_await_completion()1286 & (MAX_COMPLETIONS - 1)]; in vchiq_release()