Searched refs:remote_insert (Results 1 – 2 of 2) sorted by relevance
1485 queue->local_insert, queue->remote_insert, queue->process); in abort_outstanding_bulks()1488 WARN_ON((int)(queue->remote_insert - queue->process) < 0); in abort_outstanding_bulks()1491 (queue->process != queue->remote_insert)) { in abort_outstanding_bulks()1495 if (queue->process == queue->remote_insert) { in abort_outstanding_bulks()1499 queue->remote_insert++; in abort_outstanding_bulks()1828 if ((int)(queue->remote_insert - in parse_message()1834 queue->remote_insert, in parse_message()1839 if (queue->process != queue->remote_insert) { in parse_message()1843 queue->remote_insert); in parse_message()1849 BULK_INDEX(queue->remote_insert)]; in parse_message()[all …]
170 int remote_insert; /* Where to insert the next remote bulk (master) */ member