Searched refs:file_put_work (Results 1 – 1 of 1) sorted by relevance
385 struct delayed_work file_put_work; member1180 INIT_DELAYED_WORK(&ctx->file_put_work, io_file_put_work); in io_ring_ctx_alloc()6985 flush_delayed_work(&ctx->file_put_work); in io_sqe_files_unregister()7336 ctx = container_of(work, struct io_ring_ctx, file_put_work.work); in io_file_put_work()7379 mod_delayed_work(system_wq, &ctx->file_put_work, 0); in io_file_data_ref_zero()7381 queue_delayed_work(system_wq, &ctx->file_put_work, delay); in io_file_data_ref_zero()