Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.c69 #define MAX_COMPLETIONS 128 macro
138 VCHIQ_COMPLETION_DATA_T completions[MAX_COMPLETIONS];
563 while ((insert - instance->completion_remove) >= MAX_COMPLETIONS) { in add_completion()
581 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)]; in add_completion()
1266 remove & (MAX_COMPLETIONS - 1)]; in vchiq_ioctl()
2155 (MAX_COMPLETIONS - 1)]; in vchiq_release()
2293 MAX_COMPLETIONS); in vchiq_dump_platform_instances()