Home
last modified time | relevance | path

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

/linux/arch/csky/kernel/
H A Dentry.S152 bt exit_work
178 exit_work: label
/linux/drivers/nfc/nxp-nci/
H A Dfirmware.c179 goto exit_work; in nxp_nci_fw_work()
190 exit_work: in nxp_nci_fw_work()
/linux/arch/m68k/kernel/
H A Dentry.S253 jne exit_work
256 exit_work: label
/linux/include/linux/
H A Dio_uring_types.h437 struct work_struct exit_work; member
/linux/drivers/block/
H A Dublk_drv.c239 struct delayed_work exit_work; member
1654 container_of(work, struct ublk_device, exit_work.work); in ublk_ch_release_work_fn()
1672 schedule_delayed_work(&ub->exit_work, 1); in ublk_ch_release_work_fn()
1763 INIT_DELAYED_WORK(&ub->exit_work, ublk_ch_release_work_fn); in ublk_ch_release()
1764 schedule_delayed_work(&ub->exit_work, 0); in ublk_ch_release()
/linux/io_uring/
H A Dio_uring.c2986 struct io_ring_ctx *ctx = container_of(work, struct io_ring_ctx, exit_work); in io_ring_exit_work()
3097 INIT_WORK(&ctx->exit_work, io_ring_exit_work); in io_ring_ctx_wait_and_kill()
3104 queue_work(iou_wq, &ctx->exit_work); in io_ring_ctx_wait_and_kill()