Searched refs:polling_thread (Results 1 – 4 of 4) sorted by relevance
91 hw->polling_thread = kthread_run(mei_me_polling_thread, dev, in mei_gsc_probe()93 if (IS_ERR(hw->polling_thread)) { in mei_gsc_probe()94 ret = PTR_ERR(hw->polling_thread); in mei_gsc_probe()153 kthread_stop(hw->polling_thread); in mei_gsc_remove()
67 struct task_struct *polling_thread; member
74 struct task_struct *polling_thread; /* the polling thread */ member
571 if (dev->polling_thread) in rtsx_release_resources()923 dev->polling_thread = th; in rtsx_probe()