Searched refs:scanning_done (Results 1 – 2 of 2) sorted by relevance
611 wait_for_completion(&dev->scanning_done); in quiesce_and_remove_host()673 kthread_complete_and_exit(&dev->scanning_done, 0); in rtsx_scan_thread()827 init_completion(&dev->scanning_done); in rtsx_probe()911 complete(&dev->scanning_done); in rtsx_probe()
100 struct completion scanning_done; /* wait for scan thread */ member