| /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/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/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/fs/smb/server/ |
| H A D | transport_rdma.c | 312 handler = kthread_run(ksmbd_conn_handler_loop, in smb_direct_new_connection() 469 kthread = kthread_run(smb_direct_listener_kthread_fn, in smb_direct_listen()
|
| /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/lib/ |
| H A D | lwq.c | 111 threads[i] = kthread_run(lwq_exercise, &q, "lwq-test-%d", i); in lwq_test()
|
| /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()
|
| /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()
|
| /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/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/kernel/power/ |
| H A D | swap.c | 761 data[thr].thr = kthread_run(compress_threadfn, in save_compressed_image() 785 crc->thr = kthread_run(crc32_threadfn, crc, "image_crc32"); in save_compressed_image() 1265 data[thr].thr = kthread_run(decompress_threadfn, in load_compressed_image() 1289 crc->thr = kthread_run(crc32_threadfn, crc, "image_crc32"); in load_compressed_image()
|