Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/radio/
Dradio-miropcm20.c72 struct task_struct *kthread; member
387 IS_ERR_OR_NULL(dev->kthread)) { in pcm20_open()
388 dev->kthread = kthread_run(pcm20_thread, dev, "%s", in pcm20_open()
390 if (IS_ERR(dev->kthread)) { in pcm20_open()
393 return PTR_ERR(dev->kthread); in pcm20_open()
403 if (v4l2_fh_is_singular_file(file) && !IS_ERR_OR_NULL(dev->kthread)) { in pcm20_release()
404 kthread_stop(dev->kthread); in pcm20_release()
405 dev->kthread = NULL; in pcm20_release()
/linux-4.19.296/drivers/misc/sgi-xp/
Dxpc_main.c595 struct task_struct *kthread; in xpc_activate_partition() local
606 kthread = kthread_run(xpc_activating, (void *)((u64)partid), "xpc%02d", in xpc_activate_partition()
608 if (IS_ERR(kthread)) { in xpc_activate_partition()
785 struct task_struct *kthread; in xpc_create_kthreads() local
814 kthread = kthread_run(xpc_kthread_start, (void *)args, in xpc_create_kthreads()
816 if (IS_ERR(kthread)) { in xpc_create_kthreads()
1233 struct task_struct *kthread; in xpc_init() local
1295 kthread = kthread_run(xpc_hb_checker, NULL, XPC_HB_CHECK_THREAD_NAME); in xpc_init()
1296 if (IS_ERR(kthread)) { in xpc_init()
1307 kthread = kthread_run(xpc_initiate_discovery, NULL, in xpc_init()
[all …]
/linux-4.19.296/fs/ecryptfs/
DMakefile8 crypto.o keystore.o kthread.o debug.o
/linux-4.19.296/drivers/iio/trigger/
DKconfig48 tristate "A kthread based hammering loop trigger"
53 Uses a tight loop in a kthread. Will only work with lower half only
/linux-4.19.296/include/scsi/
Dlibfcoe.h337 struct task_struct *kthread; member
/linux-4.19.296/include/media/
Dcec.h163 struct task_struct *kthread; member