Lines Matching refs:completed
109 int completed = 0; in run_guest() local
121 completed_before = completed; in run_guest()
124 started - completed < max_outstanding) { in run_guest()
140 ++completed; in run_guest()
141 if (__builtin_expect(completed == bufs, false)) in run_guest()
146 if (completed == completed_before) in run_guest()
148 assert(completed <= bufs); in run_guest()
168 int completed = 0; in run_host() local
183 completed_before = completed; in run_host()
187 ++completed; in run_host()
188 if (__builtin_expect(completed == bufs, false)) in run_host()
191 if (completed == completed_before) in run_host()
193 assert(completed <= bufs); in run_host()
194 if (completed == bufs) in run_host()