Home
last modified time | relevance | path

Searched refs:partition_scan_work (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/block/
H A Dublk_drv.c337 struct work_struct partition_scan_work; member
2452 container_of(work, struct ublk_device, partition_scan_work);
3008 cancel_work_sync(&ub->partition_scan_work); in ublk_mark_io_ready()
4559 schedule_work(&ub->partition_scan_work); in ublk_ctrl_get_queue_affinity()
4733 INIT_WORK(&ub->partition_scan_work, ublk_partition_scan_work); in ublk_ctrl_add_dev()
/linux/drivers/nvme/host/
H A Dnvme.h561 struct work_struct partition_scan_work; member