Home
last modified time | relevance | path

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

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c1180 queue->process, queue->remote_notify, queue->remove); in notify_bulks()
1183 while (queue->remote_notify != queue->process) { in notify_bulks()
1185 &queue->bulks[BULK_INDEX(queue->remote_notify)]; in notify_bulks()
1198 queue->remote_notify++; in notify_bulks()
1201 queue->remote_notify = queue->process; in notify_bulks()
1205 while (queue->remove != queue->remote_notify) { in notify_bulks()
2270 queue->remote_notify = 0; in init_bulk_queue()
H A Dvchiq_core.h259 int remote_notify; /* Bulk to notify the remote client of next (mstr) */ member