Searched refs:fallback_work (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dio_uring_types.h404 struct delayed_work fallback_work; member in struct:io_ring_ctx
/linux-master/io_uring/
H A Dio_uring.c253 fallback_work.work);
345 INIT_DELAYED_WORK(&ctx->fallback_work, io_fallback_req_func);
1239 flush_delayed_work(&last_ctx->fallback_work);
1247 schedule_delayed_work(&req->ctx->fallback_work, 1);
1251 flush_delayed_work(&last_ctx->fallback_work);
3159 flush_delayed_work(&ctx->fallback_work);
/linux-master/fs/
H A Dfs-writeback.c995 struct wb_writeback_work fallback_work; local
1034 work = &fallback_work;

Completed in 348 milliseconds