HomeSort by: relevance | last modified time | path
    Searched refs:remote_notify (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.h 261 int remote_notify; /* Bulk to notify the remote client of next (mstr) */ member in struct:vchiq_bulk_queue_struct
vchiq_core.c 1183 queue->process, queue->remote_notify, queue->remove);
1186 while (queue->remote_notify != queue->process) {
1188 &queue->bulks[BULK_INDEX(queue->remote_notify)];
1201 queue->remote_notify++;
1204 queue->remote_notify = queue->process;
1208 while (queue->remove != queue->remote_notify) {
2278 queue->remote_notify = 0;

Completed in 18 milliseconds