/linux-4.19.296/crypto/ |
D | algboss.c | 192 thread = kthread_run(cryptomgr_probe, param, "cryptomgr_probe"); in cryptomgr_schedule_probe() 253 thread = kthread_run(cryptomgr_test, param, "cryptomgr_test"); in cryptomgr_schedule_test()
|
/linux-4.19.296/drivers/iio/trigger/ |
D | iio-trig-loop.c | 61 loop_trig->task = kthread_run(iio_loop_thread, in iio_loop_trigger_set_state()
|
/linux-4.19.296/drivers/parisc/ |
D | power.c | 224 power_task = kthread_run(kpowerswd, (void*)soft_power_reg, KTHREAD_NAME); in power_init()
|
/linux-4.19.296/fs/jffs2/ |
D | background.c | 45 tsk = kthread_run(jffs2_garbage_collect_thread, c, "jffs2_gcd_mtd%d", c->mtd->index); in jffs2_start_garbage_collect_thread()
|
/linux-4.19.296/drivers/misc/sgi-xp/ |
D | xpc_main.c | 606 kthread = kthread_run(xpc_activating, (void *)((u64)partid), "xpc%02d", in xpc_activate_partition() 814 kthread = kthread_run(xpc_kthread_start, (void *)args, in xpc_create_kthreads() 1295 kthread = kthread_run(xpc_hb_checker, NULL, XPC_HB_CHECK_THREAD_NAME); in xpc_init() 1307 kthread = kthread_run(xpc_initiate_discovery, NULL, in xpc_init()
|
/linux-4.19.296/drivers/s390/cio/ |
D | crw.c | 157 task = kthread_run(crw_collect_info, NULL, "kmcheck"); in crw_machine_check_init()
|
/linux-4.19.296/fs/ecryptfs/ |
D | kthread.c | 93 ecryptfs_kthread = kthread_run(&ecryptfs_threadfn, NULL, in ecryptfs_init_kthread()
|
/linux-4.19.296/include/linux/ |
D | kthread.h | 47 #define kthread_run(threadfn, data, namefmt, ...) \ macro
|
/linux-4.19.296/drivers/misc/mic/cosm_client/ |
D | cosm_scif_client.c | 216 client_thread = kthread_run(cosm_scif_client, NULL, "cosm_client"); in cosm_scif_probe()
|
/linux-4.19.296/drivers/pci/hotplug/ |
D | cpci_hotplug_core.c | 554 cpci_thread = kthread_run(event_thread, NULL, "cpci_hp_eventd"); in cpci_start_thread() 556 cpci_thread = kthread_run(poll_thread, NULL, "cpci_hp_polld"); in cpci_start_thread()
|
/linux-4.19.296/fs/lockd/ |
D | clntlock.c | 219 task = kthread_run(reclaimer, host, "%s-reclaim", host->h_name); in nlmclnt_recovery()
|
/linux-4.19.296/drivers/uwb/ |
D | uwbd.c | 305 struct task_struct *task = kthread_run(uwbd, rc, "uwbd"); in uwbd_start()
|
/linux-4.19.296/fs/dlm/ |
D | recoverd.c | 331 p = kthread_run(dlm_recoverd, ls, "dlm_recoverd"); in dlm_recoverd_start()
|
/linux-4.19.296/drivers/misc/mic/cosm/ |
D | cosm_scif_server.c | 382 server_thread = kthread_run(cosm_scif_server, NULL, "cosm_server"); in cosm_scif_init()
|
/linux-4.19.296/fs/jfs/ |
D | super.c | 996 jfsIOthread = kthread_run(jfsIOWait, NULL, "jfsIO"); in init_jfs_fs() 1009 jfsCommitThread[i] = kthread_run(jfs_lazycommit, NULL, in init_jfs_fs() 1019 jfsSyncThread = kthread_run(jfs_sync, NULL, "jfsSync"); in init_jfs_fs()
|
/linux-4.19.296/drivers/misc/ |
D | kgdbts.c | 1049 kthread_run(kgdbts_unreg_thread, NULL, "kgdbts_unreg"); in kgdbts_run_tests() 1062 kthread_run(kgdbts_unreg_thread, NULL, "kgdbts_unreg"); in kgdbts_run_tests()
|
/linux-4.19.296/fs/ext4/ |
D | mmp.c | 379 EXT4_SB(sb)->s_mmp_tsk = kthread_run(kmmpd, mmpd_data, "kmmpd-%.*s", in ext4_multi_mount_protect()
|
/linux-4.19.296/drivers/base/ |
D | devtmpfs.c | 430 thread = kthread_run(devtmpfsd, &err, "kdevtmpfs"); in devtmpfs_init()
|
/linux-4.19.296/drivers/xen/xenbus/ |
D | xenbus_comms.c | 470 xenbus_task = kthread_run(xenbus_thread, NULL, in xb_init_comms()
|
/linux-4.19.296/drivers/char/hw_random/ |
D | core.c | 451 hwrng_fill = kthread_run(hwrng_fillfn, NULL, "hwrng"); in start_khwrngd()
|
/linux-4.19.296/drivers/media/radio/ |
D | radio-miropcm20.c | 388 dev->kthread = kthread_run(pcm20_thread, dev, "%s", in pcm20_open()
|
/linux-4.19.296/drivers/xen/ |
D | balloon.c | 780 task = kthread_run(balloon_thread, NULL, "xen-balloon"); in balloon_init()
|
/linux-4.19.296/fs/btrfs/ |
D | inode-map.c | 180 tsk = kthread_run(caching_kthread, root, "btrfs-ino-cache-%llu", in start_caching()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_trans_ail.c | 831 ailp->ail_task = kthread_run(xfsaild, ailp, "xfsaild/%s", in xfs_trans_ail_init()
|
/linux-4.19.296/drivers/media/spi/ |
D | cxd2880-spi.c | 398 dvb_spi->cxd2880_ts_read_thread = kthread_run(cxd2880_ts_read, in cxd2880_start_feed()
|