Searched refs:orig_cpu (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/sched/ |
| H A D | cpudeadline.c | 30 int orig_cpu = cp->elements[idx].cpu; in cpudl_heapify_down() local 64 cp->elements[idx].cpu = orig_cpu; in cpudl_heapify_down() 73 int orig_cpu = cp->elements[idx].cpu; in cpudl_heapify_up() local 90 cp->elements[idx].cpu = orig_cpu; in cpudl_heapify_up()
|
| /linux/kernel/bpf/ |
| H A D | percpu_freelist.c | 59 int cpu, orig_cpu; ___pcpu_freelist_push_nmi() local
|
| /linux/tools/perf/scripts/python/ |
| H A D | sched-migration.py | 351 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu): argument 353 ts.migrate(self.timeslices, pid, orig_cpu, dest_cpu) 414 common_callchain, comm, pid, prio, orig_cpu, argument 418 parser.migrate(headers, pid, prio, orig_cpu, dest_cpu)
|
| /linux/tools/testing/ktest/examples/bootconfigs/ |
| H A D | tracing.bconf | 31 ftrace_dump_on_oops = "orig_cpu"
|
| /linux/Documentation/arch/powerpc/ |
| H A D | vpa-dtl.rst | 150 …359904: sched:sched_migrate_task: comm=perf pid=13418 prio=120 orig_cpu=9 dest_cpu=10
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 1775 ftrace_dump_on_oops[=2(orig_cpu) | =<instance>][,<instance> | 1776 ,<instance>=2(orig_cpu)] 1779 buffers of all CPUs, if you pass 2 or orig_cpu, it 1785 oops by passing 2 or orig_cpu to it. 1787 ftrace_dump_on_oops=foo=orig_cpu 1792 ftrace_dump_on_oops,foo,bar=orig_cpu
|