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)
193 for cpu in cpus.each_online_cpu():
211 for cpu in cpus.each_online_cpu():
212 tick_dev = cpus.per_cpu(tick_cpu_devices, cpu)
Dmodules.py16 from linux import cpus, utils, lists
/scripts/gdb/
Dvmlinux-gdb.py31 import linux.cpus
/scripts/dtc/
Dlivetree.c626 struct node *cpus, *bootcpu; in guess_boot_cpuid() local
629 cpus = get_node_by_path(tree, "/cpus"); in guess_boot_cpuid()
630 if (!cpus) in guess_boot_cpuid()
634 bootcpu = cpus->children; in guess_boot_cpuid()