Home
last modified time | relevance | path

Searched refs:cpu_tasks (Results 1 – 5 of 5) sorted by relevance

/linux/arch/um/include/asm/
H A Dcurrent.h11 extern struct task_struct *cpu_tasks[NR_CPUS];
15 return cpu_tasks[0]; in get_current()
/linux/tools/testing/selftests/net/bench/page_pool/
H A Dtime_bench.c292 struct time_bench_cpu *cpu_tasks, in time_bench_print_stats_cpumask() argument
305 struct time_bench_cpu *c = &cpu_tasks[cpu]; in time_bench_print_stats_cpumask()
332 struct time_bench_cpu *cpu_tasks, in time_bench_run_concurrent() argument
347 struct time_bench_cpu *c = &cpu_tasks[cpu]; in time_bench_run_concurrent()
386 struct time_bench_cpu *c = &cpu_tasks[cpu]; in time_bench_run_concurrent()
H A Dtime_bench.h207 struct time_bench_sync *sync, struct time_bench_cpu *cpu_tasks,
210 struct time_bench_cpu *cpu_tasks,
/linux/arch/um/kernel/
H A Dprocess.c46 struct task_struct *cpu_tasks[NR_CPUS]; variable
47 EXPORT_SYMBOL(cpu_tasks);
68 cpu_tasks[task_thread_info(task)->cpu] = task; in set_current()
/linux/arch/um/include/shared/
H A Das-layout.h34 extern struct task_struct *cpu_tasks[];