Searched refs:orig_cpu (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | percpu_freelist.c | 59 int cpu, orig_cpu; in ___pcpu_freelist_push_nmi() local 61 orig_cpu = cpu = raw_smp_processor_id(); in ___pcpu_freelist_push_nmi() 76 if (cpu == orig_cpu && in ___pcpu_freelist_push_nmi() 127 int orig_cpu, cpu; in ___pcpu_freelist_pop() local 129 orig_cpu = cpu = raw_smp_processor_id(); in ___pcpu_freelist_pop() 143 if (cpu == orig_cpu) in ___pcpu_freelist_pop() 161 int orig_cpu, cpu; in ___pcpu_freelist_pop_nmi() local 163 orig_cpu = cpu = raw_smp_processor_id(); in ___pcpu_freelist_pop_nmi() 178 if (cpu == orig_cpu) in ___pcpu_freelist_pop_nmi()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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)
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | sched.h | 199 __field( int, orig_cpu ) 208 __entry->orig_cpu = task_cpu(p); 215 __entry->orig_cpu, __entry->dest_cpu,
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | histogram.rst | 2169 …[005] d..4 309.874994: sched_migrate_task: comm=cyclictest pid=2103 prio=19 orig_cpu=5 dest_cpu=1
|
| /OK3568_Linux_fs/yocto/poky/documentation/profile-manual/ |
| H A D | usage.rst | 2085 …migrate_task: { 1 }, { comm = "lttng-consumerd", tid = 1193, prio = 20, orig_cpu = 1, dest_cpu = 1…
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 1417 ftrace_dump_on_oops[=orig_cpu] 1420 buffers of all CPUs, but if you pass orig_cpu, it will
|