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

/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c49 #define MAX_COMPLETIONS 128 macro
124 VCHIQ_COMPLETION_DATA_T completions[MAX_COMPLETIONS];
215 while ((insert - instance->completion_remove) >= MAX_COMPLETIONS) {
236 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)];
840 remove & (MAX_COMPLETIONS - 1)];
1318 (MAX_COMPLETIONS - 1)];
1446 MAX_COMPLETIONS);

Completed in 61 milliseconds