Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-iolatency.c99 struct work_struct enable_work; member
650 flush_work(&blkiolat->enable_work); in blkcg_iolatency_exit()
740 enable_work); in blkiolatency_enable_work_fn()
785 INIT_WORK(&blkiolat->enable_work, blkiolatency_enable_work_fn); in blk_iolatency_init()
803 schedule_work(&blkiolat->enable_work); in iolatency_set_min_lat_nsec()
808 schedule_work(&blkiolat->enable_work); in iolatency_set_min_lat_nsec()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/debug/backend/
H A Dmali_kbase_debug_coresight_internal_csf.h98 struct work_struct enable_work; member
H A Dmali_kbase_debug_coresight_csf.c635 container_of(data, struct kbase_device, csf.coresight.enable_work); in coresight_config_enable_all()
734 queue_work(kbdev->csf.coresight.workq, &kbdev->csf.coresight.enable_work); in kbase_debug_coresight_csf_state_request()
811 INIT_WORK(&kbdev->csf.coresight.enable_work, coresight_config_enable_all); in kbase_debug_coresight_csf_init()
831 cancel_work_sync(&kbdev->csf.coresight.enable_work); in kbase_debug_coresight_csf_term()
/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_init.c453 struct sas_phy_data *d = container_of(work, typeof(*d), enable_work.work); in phy_enable_work()
467 INIT_SAS_WORK(&d->enable_work, phy_enable_work); in sas_phy_setup()
517 sas_queue_work(ha, &d->enable_work); in queue_phy_enable()
H A Dsas_internal.h38 struct sas_work enable_work; member