Home
last modified time | relevance | path

Searched refs:kthread_run (Results 1 – 25 of 70) sorted by relevance

123

/linux-4.19.296/crypto/
Dalgboss.c192 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/
Diio-trig-loop.c61 loop_trig->task = kthread_run(iio_loop_thread, in iio_loop_trigger_set_state()
/linux-4.19.296/drivers/parisc/
Dpower.c224 power_task = kthread_run(kpowerswd, (void*)soft_power_reg, KTHREAD_NAME); in power_init()
/linux-4.19.296/fs/jffs2/
Dbackground.c45 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/
Dxpc_main.c606 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/
Dcrw.c157 task = kthread_run(crw_collect_info, NULL, "kmcheck"); in crw_machine_check_init()
/linux-4.19.296/fs/ecryptfs/
Dkthread.c93 ecryptfs_kthread = kthread_run(&ecryptfs_threadfn, NULL, in ecryptfs_init_kthread()
/linux-4.19.296/include/linux/
Dkthread.h47 #define kthread_run(threadfn, data, namefmt, ...) \ macro
/linux-4.19.296/drivers/misc/mic/cosm_client/
Dcosm_scif_client.c216 client_thread = kthread_run(cosm_scif_client, NULL, "cosm_client"); in cosm_scif_probe()
/linux-4.19.296/drivers/pci/hotplug/
Dcpci_hotplug_core.c554 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/
Dclntlock.c219 task = kthread_run(reclaimer, host, "%s-reclaim", host->h_name); in nlmclnt_recovery()
/linux-4.19.296/drivers/uwb/
Duwbd.c305 struct task_struct *task = kthread_run(uwbd, rc, "uwbd"); in uwbd_start()
/linux-4.19.296/fs/dlm/
Drecoverd.c331 p = kthread_run(dlm_recoverd, ls, "dlm_recoverd"); in dlm_recoverd_start()
/linux-4.19.296/drivers/misc/mic/cosm/
Dcosm_scif_server.c382 server_thread = kthread_run(cosm_scif_server, NULL, "cosm_server"); in cosm_scif_init()
/linux-4.19.296/fs/jfs/
Dsuper.c996 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/
Dkgdbts.c1049 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/
Dmmp.c379 EXT4_SB(sb)->s_mmp_tsk = kthread_run(kmmpd, mmpd_data, "kmmpd-%.*s", in ext4_multi_mount_protect()
/linux-4.19.296/drivers/base/
Ddevtmpfs.c430 thread = kthread_run(devtmpfsd, &err, "kdevtmpfs"); in devtmpfs_init()
/linux-4.19.296/drivers/xen/xenbus/
Dxenbus_comms.c470 xenbus_task = kthread_run(xenbus_thread, NULL, in xb_init_comms()
/linux-4.19.296/drivers/char/hw_random/
Dcore.c451 hwrng_fill = kthread_run(hwrng_fillfn, NULL, "hwrng"); in start_khwrngd()
/linux-4.19.296/drivers/media/radio/
Dradio-miropcm20.c388 dev->kthread = kthread_run(pcm20_thread, dev, "%s", in pcm20_open()
/linux-4.19.296/drivers/xen/
Dballoon.c780 task = kthread_run(balloon_thread, NULL, "xen-balloon"); in balloon_init()
/linux-4.19.296/fs/btrfs/
Dinode-map.c180 tsk = kthread_run(caching_kthread, root, "btrfs-ino-cache-%llu", in start_caching()
/linux-4.19.296/fs/xfs/
Dxfs_trans_ail.c831 ailp->ail_task = kthread_run(xfsaild, ailp, "xfsaild/%s", in xfs_trans_ail_init()
/linux-4.19.296/drivers/media/spi/
Dcxd2880-spi.c398 dvb_spi->cxd2880_ts_read_thread = kthread_run(cxd2880_ts_read, in cxd2880_start_feed()

123