Searched refs:orig_cpu (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/kernel/bpf/ |
D | percpu_freelist.c | 82 int orig_cpu, cpu; in pcpu_freelist_pop() local 85 orig_cpu = cpu = raw_smp_processor_id(); in pcpu_freelist_pop() 99 if (cpu == orig_cpu) { in pcpu_freelist_pop()
|
/Linux-v4.19/kernel/sched/ |
D | cpudeadline.c | 34 int orig_cpu = cp->elements[idx].cpu; in cpudl_heapify_down() local 68 cp->elements[idx].cpu = orig_cpu; in cpudl_heapify_down() 77 int orig_cpu = cp->elements[idx].cpu; in cpudl_heapify_up() local 94 cp->elements[idx].cpu = orig_cpu; in cpudl_heapify_up()
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | sched-migration.py | 353 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu): argument 355 ts.migrate(self.timeslices, pid, orig_cpu, dest_cpu) 416 common_callchain, comm, pid, prio, orig_cpu, argument 420 parser.migrate(headers, pid, prio, orig_cpu, dest_cpu)
|
/Linux-v4.19/include/trace/events/ |
D | sched.h | 184 __field( int, orig_cpu ) 192 __entry->orig_cpu = task_cpu(p); 198 __entry->orig_cpu, __entry->dest_cpu)
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 1232 ftrace_dump_on_oops[=orig_cpu] 1235 buffers of all CPUs, but if you pass orig_cpu, it will
|