Home
last modified time | relevance | path

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

1234567891011

/linux/drivers/md/dm-vdo/
H A Dthread-utils.c83 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 Dtrace-events-sample.c109 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 Dalgboss.c157 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 Dtransport_tcp.c204 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 Dst-dma-fence-chain.c463 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 Dsample-trace-array.c117 simple_tsk = kthread_run(simple_thread, NULL, "sample-instance"); in sample_trace_array_init()
H A Dftrace-direct-modify.c324 simple_tsk = kthread_run(simple_thread, NULL, "event-sample-fn"); in ftrace_direct_init()
H A Dftrace-direct-multi-modify.c368 simple_tsk = kthread_run(simple_thread, NULL, "event-sample-fn"); in ftrace_direct_multi_init()
/linux/drivers/net/wireless/rsi/
H A Drsi_common.h66 thread->task = kthread_run(func_ptr, common, "%s", name); in rsi_create_kthread()
/linux/Documentation/translations/zh_CN/core-api/
H A Dkref.rst115 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 Dutil.h67 w->task = kthread_run(__mt76_worker_fn, w, in mt76_worker_setup()
/linux/drivers/iio/trigger/
H A Diio-trig-loop.c60 loop_trig->task = kthread_run(iio_loop_thread, in iio_loop_trigger_set_state()
/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c590 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 Dspinlock_test.c106 kthread_run(multi_other, &t2, "multi_get"); in multi_get()
/linux/arch/powerpc/kernel/
H A Deeh_event.c83 t = kthread_run(eeh_event_handler, NULL, "eehd"); in eeh_event_init()
/linux/fs/jffs2/
H A Dbackground.c45 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 Dtrace_benchmark.c184 bm_event_thread = kthread_run(benchmark_event_kthread, in trace_benchmark_reg()
H A Dpreemptirq_delay_test.c158 task = kthread_run(preemptirq_delay_run, NULL, task_name); in preemptirq_run_test()
/linux/drivers/s390/cio/
H A Dcrw.c155 task = kthread_run(crw_collect_info, NULL, "kmcheck"); in crw_machine_check_init()
/linux/drivers/parisc/
H A Dpower.c235 power_task = kthread_run(kpowerswd, (void*)soft_power_reg, in power_init()
/linux/drivers/watchdog/
H A Dsoftdog.c75 kthread_run(reboot_kthread_fn, NULL, "softdog_reboot"); in reboot_work_fn()
/linux/lib/tests/
H A Dtest_ratelimit.c111 sktp[i].tp = kthread_run(test_ratelimit_stress_child, &sktp[i], "%s/%i", in test_ratelimit_stress()
/linux/fs/ecryptfs/
H A Dkthread.c79 ecryptfs_kthread = kthread_run(&ecryptfs_threadfn, NULL, in ecryptfs_init_kthread()
/linux/lib/
H A Dlwq.c111 threads[i] = kthread_run(lwq_exercise, &q, "lwq-test-%d", i); in lwq_test()
/linux/drivers/media/test-drivers/vimc/
H A Dvimc-streamer.c213 stream->kthread = kthread_run(vimc_streamer_thread, stream, in vimc_streamer_s_stream()

1234567891011