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 1350 (queue->process != queue->remote_insert)) {
1357 queue->local_insert, queue->remote_insert,
1361 WARN_ON(!((int)(queue->remote_insert - queue->process) > 0));
1412 queue->local_insert, queue->remote_insert, queue->process);
1415 WARN_ON(!((int)(queue->remote_insert - queue->process) >= 0));
1418 (queue->process != queue->remote_insert)) {
1421 if (queue->process == queue->remote_insert) {
1425 queue->remote_insert++;
1853 WARN_ON(!(queue->remote_insert < queue->remove +
1856 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 17 milliseconds