Searched refs:kthread_run_on_cpu (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/arch/x86/kernel/cpu/resctrl/ |
| H A D | pseudo_lock.c | 1214 thread = kthread_run_on_cpu(resctrl_arch_measure_cycles_lat_fn, in pseudo_lock_measure_cycles() 1217 thread = kthread_run_on_cpu(resctrl_arch_measure_l2_residency, in pseudo_lock_measure_cycles() 1220 thread = kthread_run_on_cpu(resctrl_arch_measure_l3_residency, in pseudo_lock_measure_cycles() 1322 thread = kthread_run_on_cpu(resctrl_arch_pseudo_lock_fn, plr, in rdtgroup_pseudo_lock_create()
|
| /linux-6.15/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-6.15/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-6.15/kernel/ |
| H A D | kallsyms_selftest.c | 438 t = kthread_run_on_cpu(test_entry, NULL, 0, "kallsyms_test"); in kallsyms_test_init()
|
| /linux-6.15/drivers/tty/ |
| H A D | mips_ejtag_fdc.c | 963 priv->thread = kthread_run_on_cpu(mips_ejtag_fdc_put, priv, in mips_ejtag_fdc_tty_probe() 1098 priv->thread = kthread_run_on_cpu(mips_ejtag_fdc_put, priv, in mips_ejtag_fdc_tty_cpu_up()
|
| /linux-6.15/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-6.15/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-6.15/kernel/trace/ |
| H A D | trace_hwlat.c | 497 kthread = kthread_run_on_cpu(kthread_fn, NULL, cpu, "hwlatd/%u"); in start_cpu_kthread()
|
| H A D | trace_osnoise.c | 2005 kthread = kthread_run_on_cpu(main, NULL, cpu, comm); in start_kthread()
|
| H A D | ring_buffer.c | 7561 rb_threads[cpu] = kthread_run_on_cpu(rb_test, &rb_data[cpu], in test_ringbuffer()
|
| /linux-6.15/drivers/firmware/ |
| H A D | stratix10-svc.c | 970 kthread_run_on_cpu(svc_normal_to_secure_thread, in stratix10_svc_send()
|
| /linux-6.15/drivers/infiniband/sw/siw/ |
| H A D | siw_qp_tx.c | 1210 kthread_run_on_cpu(siw_run_sq, in siw_create_tx_threads()
|
| /linux-6.15/kernel/rcu/ |
| H A D | rcutorture.c | 2651 boost_tasks[cpu] = kthread_run_on_cpu(rcu_torture_boost, NULL, in rcutorture_booster_init()
|