Searched refs:inprogress (Results 1 – 7 of 7) sorted by relevance
20 unsigned int inprogress, prev_inprogress, limit; in dql_completed() local32 inprogress = num_queued - completed; in dql_completed()36 if ((ovlimit && !inprogress) || in dql_completed()57 } else if (inprogress && prev_inprogress && !all_prev_completed) { in dql_completed()
130 if (hv_reenlightenment_cb && emu_status.inprogress) in hv_reenlightenment_notify()141 emu_status.inprogress = 0; in hyperv_stop_tsc_emulation()
41 bool inprogress; in __synchronize_hardirq() local55 inprogress = irqd_irq_inprogress(&desc->irq_data); in __synchronize_hardirq()62 if (!inprogress && sync_chip) { in __synchronize_hardirq()68 &inprogress); in __synchronize_hardirq()73 } while (inprogress); in __synchronize_hardirq()
353 __u64 inprogress:1; member
37 bool inprogress; member160 assert(!c->inprogress); in run_check()165 c->inprogress = true; in run_check()188 c->inprogress = false; in run_check()
132 Hypervisors might return 'notfound' when the CCB is in 'inprogress'
1064 /* Don't clobber an inprogress host data transfer */1130 /* Don't clobber an inprogress host data transfer */
Completed in 40 milliseconds