| /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/fs/smb/server/ |
| H A D | transport_tcp.c | 191 handler = kthread_run(ksmbd_conn_handler_loop, in ksmbd_tcp_new_connection() 195 handler = kthread_run(ksmbd_conn_handler_loop, in ksmbd_tcp_new_connection() 199 handler = kthread_run(ksmbd_conn_handler_loop, in ksmbd_tcp_new_connection() 316 kthread = kthread_run(ksmbd_kthread_fn, (void *)iface, "ksmbd-%s", in ksmbd_tcp_run_kthread()
|
| /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/drivers/dma-buf/ |
| H A D | st-dma-fence-chain.c | 461 threads[i] = kthread_run(__find_race, &data, "dmabuf/%d", i); in find_race() 580 tsk = kthread_run(__wait_fence_chains, &fc, "dmabuf/wait"); in wait_forward() 609 tsk = kthread_run(__wait_fence_chains, &fc, "dmabuf/wait"); in wait_backward() 656 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/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/misc/sgi-xp/ |
| H A D | xpc_main.c | 588 kthread = kthread_run(xpc_activating, (void *)((u64)partid), "xpc%02d", in xpc_activate_partition() 796 kthread = kthread_run(xpc_kthread_start, (void *)args, in xpc_create_kthreads() 1231 kthread = kthread_run(xpc_hb_checker, NULL, XPC_HB_CHECK_THREAD_NAME); in xpc_init() 1243 kthread = kthread_run(xpc_initiate_discovery, NULL, in xpc_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/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/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/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/fs/ecryptfs/ |
| H A D | kthread.c | 79 ecryptfs_kthread = kthread_run(&ecryptfs_threadfn, NULL, in ecryptfs_init_kthread()
|
| /linux/drivers/parisc/ |
| H A D | power.c | 235 power_task = kthread_run(kpowerswd, (void*)soft_power_reg, in power_init()
|
| /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/drivers/pci/hotplug/ |
| H A D | cpci_hotplug_core.c | 484 cpci_thread = kthread_run(event_thread, NULL, "cpci_hp_eventd"); in cpci_start_thread() 486 cpci_thread = kthread_run(poll_thread, NULL, "cpci_hp_polld"); in cpci_start_thread()
|
| /linux/kernel/time/ |
| H A D | clocksource-wdtest.c | 192 wdtest_task = kthread_run(wdtest_func, NULL, "wdtest"); in clocksource_wdtest_init()
|
| /linux/lib/ |
| H A D | lwq.c | 111 threads[i] = kthread_run(lwq_exercise, &q, "lwq-test-%d", i); in lwq_test()
|
| /linux/arch/powerpc/platforms/83xx/ |
| H A D | mcu_mpc8349emitx.c | 177 shutdown_thread = kthread_run(shutdown_thread_fn, NULL, in mcu_probe()
|
| /linux/fs/jfs/ |
| H A D | super.c | 986 jfsIOthread = kthread_run(jfsIOWait, NULL, "jfsIO"); in init_jfs_fs() 999 jfsCommitThread[i] = kthread_run(jfs_lazycommit, NULL, in init_jfs_fs() 1009 jfsSyncThread = kthread_run(jfs_sync, NULL, "jfsSync"); in init_jfs_fs()
|
| /linux/arch/powerpc/platforms/44x/ |
| H A D | warp.c | 316 dtm_thread = kthread_run(pika_dtm_thread, dtm_fpga, "pika-dtm"); in pika_dtm_start()
|