Home
last modified time | relevance | path

Searched refs:pcpus (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dpython.c574 static int pyrf_cpu_map__init(struct pyrf_cpu_map *pcpus, in pyrf_cpu_map__init() argument
584 pcpus->cpus = perf_cpu_map__new(cpustr); in pyrf_cpu_map__init()
585 if (pcpus->cpus == NULL) in pyrf_cpu_map__init()
590 static void pyrf_cpu_map__delete(struct pyrf_cpu_map *pcpus) in pyrf_cpu_map__delete() argument
592 perf_cpu_map__put(pcpus->cpus); in pyrf_cpu_map__delete()
593 Py_TYPE(pcpus)->tp_free((PyObject*)pcpus); in pyrf_cpu_map__delete()
598 struct pyrf_cpu_map *pcpus = (void *)obj; in pyrf_cpu_map__length() local
600 return pcpus->cpus->nr; in pyrf_cpu_map__length()
605 struct pyrf_cpu_map *pcpus = (void *)obj; in pyrf_cpu_map__item() local
607 if (i >= pcpus->cpus->nr) in pyrf_cpu_map__item()
[all …]
/OK3568_Linux_fs/kernel/arch/s390/hypfs/
H A Dhypfs_vm.c35 __u32 pcpus; member