| /linux/drivers/md/dm-vdo/ |
| A D | thread-utils.c | 83 task = kthread_run(thread_starter, thread, "%.*s:%s", in vdo_create_thread() 87 task = kthread_run(thread_starter, thread, "%s", name); in vdo_create_thread()
|
| /linux/samples/trace_events/ |
| A D | trace-events-sample.c | 109 simple_tsk_fn = kthread_run(simple_thread_fn, NULL, "event-sample-fn"); in foo_bar_reg() 131 simple_tsk = kthread_run(simple_thread, NULL, "event-sample"); in trace_event_init()
|
| /linux/crypto/ |
| A D | algboss.c | 157 thread = kthread_run(cryptomgr_probe, param, "cryptomgr_probe"); in cryptomgr_schedule_probe() 206 thread = kthread_run(cryptomgr_test, param, "cryptomgr_test"); in cryptomgr_schedule_test()
|
| /linux/drivers/dma-buf/ |
| A D | st-dma-fence-chain.c | 463 threads[i] = kthread_run(__find_race, &data, "dmabuf/%d", i); in find_race() 582 tsk = kthread_run(__wait_fence_chains, &fc, "dmabuf/wait"); in wait_forward() 611 tsk = kthread_run(__wait_fence_chains, &fc, "dmabuf/wait"); in wait_backward() 658 tsk = kthread_run(__wait_fence_chains, &fc, "dmabuf/wait"); in wait_random()
|
| /linux/samples/ftrace/ |
| A D | sample-trace-array.c | 117 simple_tsk = kthread_run(simple_thread, NULL, "sample-instance"); in sample_trace_array_init()
|
| A D | ftrace-direct-modify.c | 241 simple_tsk = kthread_run(simple_thread, NULL, "event-sample-fn"); in ftrace_direct_init()
|
| A D | ftrace-direct-multi-modify.c | 269 simple_tsk = kthread_run(simple_thread, NULL, "event-sample-fn"); in ftrace_direct_multi_init()
|
| /linux/drivers/net/wireless/rsi/ |
| A D | rsi_common.h | 66 thread->task = kthread_run(func_ptr, common, "%s", name); in rsi_create_kthread()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| A D | util.h | 67 w->task = kthread_run(__mt76_worker_fn, w, in mt76_worker_setup()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| A D | kref.rst | 115 task = kthread_run(more_data_handling, data, "more_data_handling"); 139 task = kthread_run(more_data_handling, data, "more_data_handling");
|
| /linux/drivers/iio/trigger/ |
| A D | iio-trig-loop.c | 60 loop_trig->task = kthread_run(iio_loop_thread, in iio_loop_trigger_set_state()
|
| /linux/arch/powerpc/kernel/ |
| A D | eeh_event.c | 83 t = kthread_run(eeh_event_handler, NULL, "eehd"); in eeh_event_init()
|
| /linux/arch/mips/kernel/ |
| A D | spinlock_test.c | 106 kthread_run(multi_other, &t2, "multi_get"); in multi_get()
|
| /linux/drivers/misc/sgi-xp/ |
| A D | xpc_main.c | 589 kthread = kthread_run(xpc_activating, (void *)((u64)partid), "xpc%02d", in xpc_activate_partition() 797 kthread = kthread_run(xpc_kthread_start, (void *)args, in xpc_create_kthreads() 1234 kthread = kthread_run(xpc_hb_checker, NULL, XPC_HB_CHECK_THREAD_NAME); in xpc_init() 1246 kthread = kthread_run(xpc_initiate_discovery, NULL, in xpc_init()
|
| /linux/fs/jffs2/ |
| A 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/kernel/trace/ |
| A D | trace_benchmark.c | 184 bm_event_thread = kthread_run(benchmark_event_kthread, in trace_benchmark_reg()
|
| A D | preemptirq_delay_test.c | 153 task = kthread_run(preemptirq_delay_run, NULL, task_name); in preemptirq_run_test()
|
| /linux/drivers/parisc/ |
| A D | power.c | 217 power_task = kthread_run(kpowerswd, (void*)soft_power_reg, in power_init()
|
| /linux/drivers/s390/cio/ |
| A D | crw.c | 156 task = kthread_run(crw_collect_info, NULL, "kmcheck"); in crw_machine_check_init()
|
| /linux/drivers/watchdog/ |
| A D | softdog.c | 75 kthread_run(reboot_kthread_fn, NULL, "softdog_reboot"); in reboot_work_fn()
|
| /linux/fs/ecryptfs/ |
| A D | kthread.c | 79 ecryptfs_kthread = kthread_run(&ecryptfs_threadfn, NULL, in ecryptfs_init_kthread()
|
| /linux/drivers/media/test-drivers/vimc/ |
| A D | vimc-streamer.c | 207 stream->kthread = kthread_run(vimc_streamer_thread, stream, in vimc_streamer_s_stream()
|
| /linux/lib/ |
| A D | lwq.c | 111 threads[i] = kthread_run(lwq_exercise, &q, "lwq-test-%d", i); in lwq_test()
|
| /linux/kernel/time/ |
| A D | clocksource-wdtest.c | 191 wdtest_task = kthread_run(wdtest_func, NULL, "wdtest"); in clocksource_wdtest_init()
|
| /linux/arch/powerpc/platforms/pseries/ |
| A D | cmm.c | 594 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread"); in cmm_init() 648 cmm_thread_ptr = kthread_run(cmm_thread, NULL, "cmmthread"); in cmm_set_disable()
|