Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.h18 #define MAX_COMPLETIONS 128 macro
91 struct vchiq_completion_data_kernel completions[MAX_COMPLETIONS];
Dvchiq_arm.c963 while ((insert - instance->completion_remove) >= MAX_COMPLETIONS) { in add_completion()
982 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)]; in add_completion()
1222 MAX_COMPLETIONS); in vchiq_dump_platform_instances()
Dvchiq_dev.c495 remove & (MAX_COMPLETIONS - 1)]; in vchiq_ioc_await_completion()
1307 instance->completion_remove & (MAX_COMPLETIONS - 1)]; in vchiq_release()