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

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c 1349 (queue->process != queue->remote_insert)) {
1356 queue->local_insert, queue->remote_insert,
1360 WARN_ON(!((int)(queue->remote_insert - queue->process) > 0));
1411 queue->local_insert, queue->remote_insert, queue->process);
1414 WARN_ON(!((int)(queue->remote_insert - queue->process) >= 0));
1417 (queue->process != queue->remote_insert)) {
1420 if (queue->process == queue->remote_insert) {
1424 queue->remote_insert++;
1849 WARN_ON(!(queue->remote_insert < queue->remove +
1852 BULK_INDEX(queue->remote_insert)];
    [all...]
vchiq_core.h 259 int remote_insert; /* Where to insert the next remote bulk (master) */ member in struct:vchiq_bulk_queue_struct

Completed in 150 milliseconds