Home
last modified time | relevance | path

Searched refs:qthread (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/staging/fieldbus/anybuss/
Dhost.c376 struct task_struct *qthread; member
1359 cd->qthread = kthread_run(qthread_fn, cd, dev_name(dev)); in anybuss_host_common_probe()
1360 if (IS_ERR(cd->qthread)) { in anybuss_host_common_probe()
1362 ret = PTR_ERR(cd->qthread); in anybuss_host_common_probe()
1389 kthread_stop(cd->qthread); in anybuss_host_common_probe()
1403 kthread_stop(cd->qthread); in anybuss_host_common_remove()