Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c42 #define MAX_COMPLETIONS 128 macro
78 struct vchiq_completion_data_kernel completions[MAX_COMPLETIONS];
526 while ((insert - instance->completion_remove) >= MAX_COMPLETIONS) { in add_completion()
545 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)]; in add_completion()
1150 remove & (MAX_COMPLETIONS - 1)]; in vchiq_ioc_await_completion()
1966 instance->completion_remove & (MAX_COMPLETIONS - 1)]; in vchiq_release()
2109 MAX_COMPLETIONS); in vchiq_dump_platform_instances()