Home
last modified time | relevance | path

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

/linux/include/linux/raspberrypi/
H A Dvchiq_arm.h21 #define MSG_QUEUE_SIZE 128 macro
72 struct vchiq_header *msg_queue[MSG_QUEUE_SIZE];
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_arm.c800 (user_service->msg_remove + MSG_QUEUE_SIZE)) { in service_callback()
819 (MSG_QUEUE_SIZE - 1)] = header; in service_callback()
916 MSG_QUEUE_SIZE); in vchiq_dump_platform_service_state()
H A Dvchiq_dev.c257 (MSG_QUEUE_SIZE - 1)]; in vchiq_ioc_dequeue_message()
1265 int m = user_service->msg_remove & (MSG_QUEUE_SIZE - 1); in vchiq_release()