Searched refs:kthread_run_on_cpu (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/resctrl/ |
| H A D | pseudo_lock.c | 719 thread = kthread_run_on_cpu(resctrl_arch_measure_cycles_lat_fn, in pseudo_lock_measure_cycles() 722 thread = kthread_run_on_cpu(resctrl_arch_measure_l2_residency, in pseudo_lock_measure_cycles() 725 thread = kthread_run_on_cpu(resctrl_arch_measure_l3_residency, in pseudo_lock_measure_cycles() 823 thread = kthread_run_on_cpu(resctrl_arch_pseudo_lock_fn, plr, in rdtgroup_pseudo_lock_create()
|
| /linux/include/linux/ |
| H A D | kthread.h | 73 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/printk/ |
| H A D | printk_ringbuffer_kunit_test.c | 299 thread = kthread_run_on_cpu(prbtest_writer, thread_data, cpu, in test_readerwriter()
|
| /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/arch/arm/common/ |
| H A D | bL_switcher.c | 310 task = kthread_run_on_cpu(bL_switcher_thread, arg, in bL_switcher_thread_create()
|
| /linux/kernel/trace/ |
| H A D | trace_hwlat.c | 494 kthread = kthread_run_on_cpu(kthread_fn, NULL, cpu, "hwlatd/%u"); in start_cpu_kthread()
|
| H A D | trace_osnoise.c | 2006 kthread = kthread_run_on_cpu(main, NULL, cpu, comm); in start_kthread()
|
| H A D | ring_buffer.c | 7642 rb_threads[cpu] = kthread_run_on_cpu(rb_test, &rb_data[cpu], in test_ringbuffer()
|
| /linux/drivers/firmware/ |
| H A D | stratix10-svc.c | 970 kthread_run_on_cpu(svc_normal_to_secure_thread, in stratix10_svc_send()
|
| /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/kernel/rcu/ |
| H A D | rcutorture.c | 2944 boost_tasks[cpu] = kthread_run_on_cpu(rcu_torture_boost, NULL, in rcutorture_booster_init()
|