Home
last modified time | relevance | path

Searched refs:cpus (Results 1 – 4 of 4) sorted by relevance

/scripts/gdb/linux/
Dtimerlist.py9 from linux import cpus
70 cpu_base = cpus.per_cpu(hrtimer_bases, cpu)
73 ts = cpus.per_cpu(tick_sched_ptr, cpu)
195 for cpu in cpus.each_online_cpu():
213 for cpu in cpus.each_online_cpu():
214 tick_dev = cpus.per_cpu(tick_cpu_devices, cpu)
Dmodules.py16 from linux import cpus, utils, lists
/scripts/gdb/
Dvmlinux-gdb.py35 import linux.cpus
/scripts/dtc/
Dlivetree.c625 struct node *cpus, *bootcpu; in guess_boot_cpuid() local
628 cpus = get_node_by_path(tree, "/cpus"); in guess_boot_cpuid()
629 if (!cpus) in guess_boot_cpuid()
633 bootcpu = cpus->children; in guess_boot_cpuid()