Searched refs:wq_lastdonebatch (Results 1 – 2 of 2) sorted by relevance
293 if (wq->wq_wip[i].wip_batchid == wq->wq_lastdonebatch + 1) { in finalize_phase_one()317 wq->wq_lastdonebatch = wq->wq_next_batchid++; in finalize_phase_one()356 while (wq->wq_lastdonebatch + 1 < slot->wip_batchid) in wip_save_work()358 assert(wq->wq_lastdonebatch + 1 == slot->wip_batchid); in wip_save_work()361 wq->wq_lastdonebatch++; in wip_save_work()487 while (wq->wq_lastdonebatch + 1 != batchid) { in worker_runphase2()492 wq->wq_lastdonebatch = batchid; in worker_runphase2()668 wq->wq_lastdonebatch = -1; in wq_init()
72 int wq_lastdonebatch; member