Home
last modified time | relevance | path

Searched refs:enable_work (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/block/
Dblk-iolatency.c100 struct work_struct enable_work; member
651 flush_work(&blkiolat->enable_work); in blkcg_iolatency_exit()
741 enable_work); in blkiolatency_enable_work_fn()
784 INIT_WORK(&blkiolat->enable_work, blkiolatency_enable_work_fn); in blk_iolatency_init()
808 schedule_work(&blkiolat->enable_work); in iolatency_set_min_lat_nsec()
813 schedule_work(&blkiolat->enable_work); in iolatency_set_min_lat_nsec()
/linux-5.19.10/drivers/scsi/libsas/
Dsas_init.c503 struct sas_phy_data *d = container_of(work, typeof(*d), enable_work.work); in phy_enable_work()
517 INIT_SAS_WORK(&d->enable_work, phy_enable_work); in sas_phy_setup()
567 sas_queue_work(ha, &d->enable_work); in queue_phy_enable()
Dsas_internal.h39 struct sas_work enable_work; member