Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/vc04_services/interface/vchiq_arm/
A Dvchiq_arm.h18 #define MAX_COMPLETIONS 128 macro
52 struct vchiq_completion_data_kernel completions[MAX_COMPLETIONS];
A Dvchiq_arm.c1003 while ((insert - instance->completion_remove) >= MAX_COMPLETIONS) { in add_completion()
1018 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)]; in add_completion()
1270 MAX_COMPLETIONS); in vchiq_dump_platform_instances()
A Dvchiq_dev.c479 completion = &instance->completions[remove & (MAX_COMPLETIONS - 1)]; in vchiq_ioc_await_completion()
1281 & (MAX_COMPLETIONS - 1)]; in vchiq_release()

Completed in 10 milliseconds