Home | History | Annotate | Download | only in blktrace

Lines Matching refs:is_done

295 #define is_done()	(*(volatile int *)(&done))
2048 if (is_done() && !force && !pipeline)
2159 while (!is_done() && events < rb_batch) {
2321 for (i = 0; !is_done() && pci->fd >= 0 && i < rb_batch; i++) {
2532 while (!is_done() && ms_head && handle(ms_head))