Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/host/
Dmultipath.c126 kblockd_schedule_work(&ns->head->requeue_work); in nvme_failover_req()
171 kblockd_schedule_work(&ns->head->requeue_work); in nvme_kick_requeue_lists()
214 kblockd_schedule_work(&ns->head->requeue_work); in nvme_mpath_clear_ctrl_paths()
235 kblockd_schedule_work(&head->requeue_work); in nvme_mpath_revalidate_paths()
682 kblockd_schedule_work(&head->partition_scan_work); in nvme_mpath_set_live()
697 kblockd_schedule_work(&head->requeue_work); in nvme_mpath_set_live()
1007 kblockd_schedule_work(&head->requeue_work); in nvme_mpath_shutdown_disk()
1017 kblockd_schedule_work(&head->requeue_work); in nvme_mpath_remove_disk()
/linux-6.12.1/block/
Dblk-timeout.c87 kblockd_schedule_work(&req->q->timeout_work); in blk_abort_request()
Dblk-core.c378 kblockd_schedule_work(&q->timeout_work); in blk_rq_timed_out_timer()
1085 int kblockd_schedule_work(struct work_struct *work) in kblockd_schedule_work() function
1089 EXPORT_SYMBOL(kblockd_schedule_work);
Dblk-zoned.c940 kblockd_schedule_work(&disk->zone_wplugs_work); in blk_zone_wplug_prepare_bio()
1119 kblockd_schedule_work(&disk->zone_wplugs_work); in disk_zone_wplug_unplug_bio()
/linux-6.12.1/include/linux/
Dblkdev.h1439 int kblockd_schedule_work(struct work_struct *work);
/linux-6.12.1/drivers/scsi/
Dscsi_lib.c601 kblockd_schedule_work(&sdev->requeue_work); in scsi_run_queue_async()