| /linux/drivers/md/dm-vdo/ |
| H 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/ |
| H 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/ |
| H 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/fs/smb/server/ |
| H A D | transport_tcp.c | 204 handler = kthread_run(ksmbd_conn_handler_loop, in ksmbd_tcp_new_connection() 208 handler = kthread_run(ksmbd_conn_handler_loop, in ksmbd_tcp_new_connection() 212 handler = kthread_run(ksmbd_conn_handler_loop, in ksmbd_tcp_new_connection() 332 kthread = kthread_run(ksmbd_kthread_fn, (void *)iface, "ksmbd-%s", in ksmbd_tcp_run_kthread()
|
| /linux/drivers/dma-buf/ |
| H 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/ |
| H A D | sample-trace-array.c | 117 simple_tsk = kthread_run(simple_thread, NULL, "sample-instance"); in sample_trace_array_init()
|
| H A D | ftrace-direct-modify.c | 324 simple_tsk = kthread_run(simple_thread, NULL, "event-sample-fn"); in ftrace_direct_init()
|
| H A D | ftrace-direct-multi-modify.c | 368 simple_tsk = kthread_run(simple_thread, NULL, "event-sample-fn"); in ftrace_direct_multi_init()
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_common.h | 66 thread->task = kthread_run(func_ptr, common, "%s", name); in rsi_create_kthread()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H 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/net/wireless/mediatek/mt76/ |
| H A D | util.h | 67 w->task = kthread_run(__mt76_worker_fn, w, in mt76_worker_setup()
|
| /linux/drivers/iio/trigger/ |
| H A D | iio-trig-loop.c | 60 loop_trig->task = kthread_run(iio_loop_thread, in iio_loop_trigger_set_state()
|
| /linux/drivers/misc/sgi-xp/ |
| H A D | xpc_main.c | 590 kthread = kthread_run(xpc_activating, (void *)((u64)partid), "xpc%02d", in xpc_activate_partition() 798 kthread = kthread_run(xpc_kthread_start, (void *)args, in xpc_create_kthreads() 1235 kthread = kthread_run(xpc_hb_checker, NULL, XPC_HB_CHECK_THREAD_NAME); in xpc_init() 1247 kthread = kthread_run(xpc_initiate_discovery, NULL, in xpc_init()
|
| /linux/arch/mips/kernel/ |
| H A D | spinlock_test.c | 106 kthread_run(multi_other, &t2, "multi_get"); in multi_get()
|
| /linux/arch/powerpc/kernel/ |
| H A D | eeh_event.c | 83 t = kthread_run(eeh_event_handler, NULL, "eehd"); in eeh_event_init()
|
| /linux/fs/jffs2/ |
| H 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/ |
| H A D | trace_benchmark.c | 184 bm_event_thread = kthread_run(benchmark_event_kthread, in trace_benchmark_reg()
|
| H A D | preemptirq_delay_test.c | 158 task = kthread_run(preemptirq_delay_run, NULL, task_name); in preemptirq_run_test()
|
| /linux/drivers/s390/cio/ |
| H A D | crw.c | 155 task = kthread_run(crw_collect_info, NULL, "kmcheck"); in crw_machine_check_init()
|
| /linux/drivers/parisc/ |
| H A D | power.c | 235 power_task = kthread_run(kpowerswd, (void*)soft_power_reg, in power_init()
|
| /linux/drivers/watchdog/ |
| H A D | softdog.c | 75 kthread_run(reboot_kthread_fn, NULL, "softdog_reboot"); in reboot_work_fn()
|
| /linux/lib/tests/ |
| H A D | test_ratelimit.c | 111 sktp[i].tp = kthread_run(test_ratelimit_stress_child, &sktp[i], "%s/%i", in test_ratelimit_stress()
|
| /linux/fs/ecryptfs/ |
| H A D | kthread.c | 79 ecryptfs_kthread = kthread_run(&ecryptfs_threadfn, NULL, in ecryptfs_init_kthread()
|
| /linux/lib/ |
| H A D | lwq.c | 111 threads[i] = kthread_run(lwq_exercise, &q, "lwq-test-%d", i); in lwq_test()
|
| /linux/drivers/media/test-drivers/vimc/ |
| H A D | vimc-streamer.c | 213 stream->kthread = kthread_run(vimc_streamer_thread, stream, in vimc_streamer_s_stream()
|