Lines Matching refs:progress
258 bool progress = false; in aio_dispatch_handlers() local
276 progress = true; in aio_dispatch_handlers()
285 progress = true; in aio_dispatch_handlers()
289 progress = true; in aio_dispatch_handlers()
297 progress = true; in aio_dispatch_handlers()
311 return progress; in aio_dispatch_handlers()
327 bool progress, have_select_revents, first; in aio_poll() local
342 progress = false; in aio_poll()
397 progress |= aio_bh_poll(ctx); in aio_poll()
413 progress |= aio_dispatch_handlers(ctx, event); in aio_poll()
418 progress |= timerlistgroup_run_timers(&ctx->tlg); in aio_poll()
419 return progress; in aio_poll()