Searched refs:exit_work (Results 1 – 4 of 4) sorted by relevance
253 jne exit_work256 exit_work: label
508 struct work_struct exit_work; member
339 struct delayed_work exit_work; member2519 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()
2311 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()