| /linux/samples/trace_events/ |
| H A D | trace-events-sample.c | 123 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 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/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/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/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/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 | 167 task = kthread_run(preemptirq_delay_run, NULL, task_name);
|
| /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/ |
| H A D | lwq.c | 111 threads[i] = kthread_run(lwq_exercise, &q, "lwq-test-%d", i); in lwq_test()
|
| /linux/lib/tests/ |
| H A D | test_ratelimit.c | 110 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/arch/powerpc/platforms/83xx/ |
| H A D | mcu_mpc8349emitx.c | 177 shutdown_thread = kthread_run(shutdown_thread_fn, NULL, in mcu_probe()
|
| H A D | suspend.c | 296 kthread_run(agent_thread_fn, NULL, "PCI power mgt"); in mpc83xx_set_agent()
|
| /linux/drivers/w1/ |
| H A D | w1_int.c | 135 dev->thread = kthread_run(&w1_process, dev, "%s", dev->name); in w1_add_master_device()
|
| /linux/include/linux/ |
| H A D | kthread.h | 69 #define kthread_run(threadfn, data, namefmt, ...) \ macro
|
| /linux/arch/powerpc/platforms/44x/ |
| H A D | warp.c | 318 dtm_thread = kthread_run(pika_dtm_thread, dtm_fpga, "pika-dtm"); in pika_dtm_start()
|
| /linux/drivers/mmc/core/ |
| H A D | sdio_irq.c | 234 kthread_run(sdio_irq_thread, host, in sdio_card_irq_get()
|
| /linux/drivers/misc/mei/ |
| H A D | gsc-me.c | 92 hw->polling_thread = kthread_run(mei_me_polling_thread, dev, in mei_gsc_probe()
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_port_ctrl_msg.c | 262 port->thread = kthread_run(port_ctl_rx_thread, port, "%s", port_conf->name); in port_ctl_init()
|