Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h219 struct completion msg_queue_pop; member
Dvchiq_core.c2290 if (wait_for_completion_interruptible(&service->msg_queue_pop)) in vchiq_msg_queue_push()
2323 complete(&service->msg_queue_pop); in vchiq_msg_hold()
2381 init_completion(&service->msg_queue_pop); in vchiq_add_service_internal()