Home
last modified time | relevance | path

Searched refs:fallback_work (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dio_uring_types.h436 struct delayed_work fallback_work; member
/linux/io_uring/
H A Dio_uring.c237 fallback_work.work); in io_fallback_req_func()
350 INIT_DELAYED_WORK(&ctx->fallback_work, io_fallback_req_func); in io_ring_ctx_alloc()
1149 flush_delayed_work(&last_ctx->fallback_work); in __io_fallback_tw()
1156 schedule_delayed_work(&last_ctx->fallback_work, 1); in __io_fallback_tw()
1161 flush_delayed_work(&last_ctx->fallback_work); in __io_fallback_tw()
3095 flush_delayed_work(&ctx->fallback_work); in io_ring_ctx_wait_and_kill()
H A Dcancel.c563 ret |= flush_delayed_work(&ctx->fallback_work); in io_uring_try_cancel_requests()
/linux/fs/
H A Dfs-writeback.c1059 struct wb_writeback_work fallback_work; in bdi_split_work_to_wbs() local
1098 work = &fallback_work; in bdi_split_work_to_wbs()