Searched refs:kthread_run_on_cpu (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| H A D | kthread.h | 91 kthread_run_on_cpu(int (*threadfn)(void *data), void *data, in kthread_run_on_cpu() function
|
| /linux/lib/ |
| H A D | test_objpool.c | 373 work = kthread_run_on_cpu(ot_thread_worker, item, in ot_start_sync() 560 work = kthread_run_on_cpu(ot_thread_worker, item, cpu, "ot_worker_%d"); in ot_start_async()
|
| /linux/kernel/ |
| H A D | kallsyms_selftest.c | 438 t = kthread_run_on_cpu(test_entry, NULL, 0, "kallsyms_test"); in kallsyms_test_init()
|
| /linux/drivers/tty/ |
| H A D | mips_ejtag_fdc.c | 964 priv->thread = kthread_run_on_cpu(mips_ejtag_fdc_put, priv, in mips_ejtag_fdc_tty_probe() 1099 priv->thread = kthread_run_on_cpu(mips_ejtag_fdc_put, priv, in mips_ejtag_fdc_tty_cpu_up()
|
| /linux/drivers/soc/fsl/qbman/ |
| H A D | qman_test_stash.c | 111 struct task_struct *k = kthread_run_on_cpu(bstrap_fn, &bstrap, in on_all_cpus()
|
| /linux/drivers/infiniband/sw/siw/ |
| H A D | siw_qp_tx.c | 1219 kthread_run_on_cpu(siw_run_sq, in siw_create_tx_threads()
|
| /linux/drivers/firmware/ |
| H A D | stratix10-svc.c | 1722 task = kthread_run_on_cpu(svc_normal_to_secure_thread, in stratix10_svc_send()
|
| /linux/kernel/trace/ |
| H A D | trace_osnoise.c | 2042 kthread = kthread_run_on_cpu(main, NULL, cpu, comm); in start_kthread()
|
| H A D | ring_buffer.c | 7969 rb_threads[cpu] = kthread_run_on_cpu(rb_test, &rb_data[cpu], in test_ringbuffer()
|