Home
last modified time | relevance | path

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

123456

/linux/samples/trace_events/
H A Dtrace-events-sample.c123 simple_tsk_fn = kthread_run(simple_thread_fn, NULL, "event-sample-fn"); in foo_bar_reg()
163 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/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/drivers/iio/trigger/
H A Diio-trig-loop.c60 loop_trig->task = kthread_run(iio_loop_thread, in iio_loop_trigger_set_state()
/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/drivers/misc/sgi-xp/
H A Dxpc_main.c588 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/kernel/trace/
H A Dtrace_benchmark.c184 bm_event_thread = kthread_run(benchmark_event_kthread, in trace_benchmark_reg()
H A Dpreemptirq_delay_test.c167 task = kthread_run(preemptirq_delay_run, NULL, task_name);
/linux/fs/ecryptfs/
H A Dkthread.c79 ecryptfs_kthread = kthread_run(&ecryptfs_threadfn, NULL, in ecryptfs_init_kthread()
/linux/drivers/parisc/
H A Dpower.c235 power_task = kthread_run(kpowerswd, (void*)soft_power_reg, in power_init()
/linux/lib/
H A Dlwq.c111 threads[i] = kthread_run(lwq_exercise, &q, "lwq-test-%d", i); in lwq_test()
/linux/lib/tests/
H A Dtest_ratelimit.c110 sktp[i].tp = kthread_run(test_ratelimit_stress_child, &sktp[i], "%s/%i", in test_ratelimit_stress()
/linux/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c484 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/arch/powerpc/platforms/83xx/
H A Dmcu_mpc8349emitx.c177 shutdown_thread = kthread_run(shutdown_thread_fn, NULL, in mcu_probe()
H A Dsuspend.c296 kthread_run(agent_thread_fn, NULL, "PCI power mgt"); in mpc83xx_set_agent()
/linux/drivers/w1/
H A Dw1_int.c135 dev->thread = kthread_run(&w1_process, dev, "%s", dev->name); in w1_add_master_device()
/linux/include/linux/
H A Dkthread.h69 #define kthread_run(threadfn, data, namefmt, ...) \ macro
/linux/arch/powerpc/platforms/44x/
H A Dwarp.c318 dtm_thread = kthread_run(pika_dtm_thread, dtm_fpga, "pika-dtm"); in pika_dtm_start()
/linux/drivers/mmc/core/
H A Dsdio_irq.c234 kthread_run(sdio_irq_thread, host, in sdio_card_irq_get()
/linux/drivers/misc/mei/
H A Dgsc-me.c92 hw->polling_thread = kthread_run(mei_me_polling_thread, dev, in mei_gsc_probe()
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_ctrl_msg.c262 port->thread = kthread_run(port_ctl_rx_thread, port, "%s", port_conf->name); in port_ctl_init()

123456