Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.c1223 queue->process, queue->remote_notify, queue->remove); in notify_bulks()
1226 while (queue->remote_notify != queue->process) { in notify_bulks()
1228 &queue->bulks[BULK_INDEX(queue->remote_notify)]; in notify_bulks()
1246 queue->remote_notify++; in notify_bulks()
1249 queue->remote_notify = queue->process; in notify_bulks()
1253 while (queue->remove != queue->remote_notify) { in notify_bulks()
2316 queue->remote_notify = 0; in init_bulk_queue()
Dvchiq_core.h257 int remote_notify; /* Bulk to notify the remote client of next (mstr) */ member