Home
last modified time | relevance | path

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

/linux/arch/m68k/kernel/
H A Dentry.S253 jne exit_work
256 exit_work: label
/linux/include/linux/
H A Dio_uring_types.h508 struct work_struct exit_work; member
/linux/drivers/block/
H A Dublk_drv.c339 struct delayed_work exit_work; member
2519 container_of(work, struct ublk_device, exit_work.work); in ublk_ch_release_work_fn()
2537 schedule_delayed_work(&ub->exit_work, 1); in ublk_ch_release_work_fn()
2628 INIT_DELAYED_WORK(&ub->exit_work, ublk_ch_release_work_fn); in ublk_ch_release()
2629 schedule_delayed_work(&ub->exit_work, 0); in ublk_ch_release()
/linux/io_uring/
H A Dio_uring.c2311 struct io_ring_ctx *ctx = container_of(work, struct io_ring_ctx, exit_work); in io_ring_exit_work()
2424 INIT_WORK(&ctx->exit_work, io_ring_exit_work); in io_ring_ctx_wait_and_kill()
2431 queue_work(iou_wq, &ctx->exit_work); in io_ring_ctx_wait_and_kill()