Searched refs:rescan_work (Results 1 – 3 of 3) sorted by relevance
75 struct delayed_work rescan_work; member314 if (delayed_work_pending(&icm->rescan_work)) in icm_postpone_rescan()315 mod_delayed_work(tb->wq, &icm->rescan_work, in icm_postpone_rescan()1960 struct icm *icm = container_of(work, struct icm, rescan_work.work); in icm_rescan_work()1996 queue_delayed_work(tb->wq, &icm->rescan_work, msecs_to_jiffies(500)); in icm_complete()2064 cancel_delayed_work(&icm->rescan_work); in icm_stop()2158 INIT_DELAYED_WORK(&icm->rescan_work, icm_rescan_work); in icm_probe()
1144 struct delayed_work rescan_work; member
342 schedule_delayed_work(&ctrl_info->rescan_work, delay); in pqi_schedule_rescan_worker_with_delay()360 cancel_delayed_work_sync(&ctrl_info->rescan_work); in pqi_cancel_rescan_worker()1541 rescan_work); in pqi_rescan_worker()7518 INIT_DELAYED_WORK(&ctrl_info->rescan_work, pqi_rescan_worker); in pqi_alloc_ctrl_info()