Searched refs:orig_cpu (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/kernel/bpf/ |
| D | percpu_freelist.c | 88 int orig_cpu, cpu; in __pcpu_freelist_pop() local 90 orig_cpu = cpu = raw_smp_processor_id(); in __pcpu_freelist_pop() 104 if (cpu == orig_cpu) in __pcpu_freelist_pop()
|
| /Linux-v5.4/kernel/sched/ |
| 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-v5.4/tools/perf/scripts/python/ |
| 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-v5.4/include/trace/events/ |
| D | sched.h | 199 __field( int, orig_cpu ) 207 __entry->orig_cpu = task_cpu(p); 213 __entry->orig_cpu, __entry->dest_cpu)
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 1282 ftrace_dump_on_oops[=orig_cpu] 1285 buffers of all CPUs, but if you pass orig_cpu, it will
|
| /Linux-v5.4/Documentation/trace/ |
| D | histogram.rst | 2151 …[005] d..4 309.874994: sched_migrate_task: comm=cyclictest pid=2103 prio=19 orig_cpu=5 dest_cpu=1
|