Searched refs:remote_notify (Results 1 – 2 of 2) sorted by relevance
1183 queue->process, queue->remote_notify, queue->remove); in notify_bulks()1186 while (queue->remote_notify != queue->process) { in notify_bulks()1188 &queue->bulks[BULK_INDEX(queue->remote_notify)]; in notify_bulks()1201 queue->remote_notify++; in notify_bulks()1204 queue->remote_notify = queue->process; in notify_bulks()1208 while (queue->remove != queue->remote_notify) { in notify_bulks()2278 queue->remote_notify = 0; in init_bulk_queue()
261 int remote_notify; /* Bulk to notify the remote client of next (mstr) */ member