Searched refs:health_thread (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/misc/genwqe/
H A Dcard_base.c1059 cd->health_thread = kthread_run(genwqe_health_thread, cd,
1062 if (IS_ERR(cd->health_thread)) {
1063 rc = PTR_ERR(cd->health_thread);
1064 cd->health_thread = NULL;
1072 return cd->health_thread != NULL;
1080 kthread_stop(cd->health_thread);
1081 cd->health_thread = NULL;
H A Dcard_base.h255 * @health_thread: Card monitoring thread (only for PFs)
256 * @health_waitq: Wait queue used in health_thread
285 struct task_struct *health_thread; member in struct:genwqe_dev

Completed in 84 milliseconds