Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.h255 struct completion msg_queue_pop; member
H A Dvchiq_core.c2317 if (wait_for_completion_interruptible(&service->msg_queue_pop)) in vchiq_msg_queue_push()
2350 complete(&service->msg_queue_pop); in vchiq_msg_hold()
2407 init_completion(&service->msg_queue_pop); in vchiq_add_service_internal()