Searched refs:rescan_work (Results 1 – 3 of 3) sorted by relevance
94 struct delayed_work rescan_work; member346 if (delayed_work_pending(&icm->rescan_work)) in icm_postpone_rescan()347 mod_delayed_work(tb->wq, &icm->rescan_work, in icm_postpone_rescan()2076 struct icm *icm = container_of(work, struct icm, rescan_work.work); in icm_rescan_work()2112 queue_delayed_work(tb->wq, &icm->rescan_work, msecs_to_jiffies(500)); in icm_complete()2180 cancel_delayed_work(&icm->rescan_work); in icm_stop()2441 INIT_DELAYED_WORK(&icm->rescan_work, icm_rescan_work); in icm_probe()
1351 struct delayed_work rescan_work; member
467 schedule_delayed_work(&ctrl_info->rescan_work, delay); in pqi_schedule_rescan_worker_with_delay()484 cancel_delayed_work_sync(&ctrl_info->rescan_work); in pqi_cancel_rescan_worker()1859 rescan_work); in pqi_rescan_worker()8469 INIT_DELAYED_WORK(&ctrl_info->rescan_work, pqi_rescan_worker); in pqi_alloc_ctrl_info()