Lines Matching defs:pyrf_cpu_map
1521 struct pyrf_cpu_map {
1527 static int pyrf_cpu_map__init(struct pyrf_cpu_map *pcpus,
1543 static void pyrf_cpu_map__delete(struct pyrf_cpu_map *pcpus)
1551 struct pyrf_cpu_map *pcpus = (void *)obj;
1558 struct pyrf_cpu_map *pcpus = (void *)obj;
1578 .tp_basicsize = sizeof(struct pyrf_cpu_map),
2135 cpus = ((struct pyrf_cpu_map *)pcpus)->cpus;
2154 struct pyrf_cpu_map *pcpu_map;
2158 pcpu_map = PyObject_New(struct pyrf_cpu_map, &pyrf_cpu_map__type);
2671 cpus = ((struct pyrf_cpu_map *)pcpus)->cpus;
2685 struct pyrf_cpu_map *pcpu_map;
2689 pcpu_map = PyObject_New(struct pyrf_cpu_map, &pyrf_cpu_map__type);
3466 ((struct pyrf_cpu_map *)pcpus)->cpus : NULL;
3516 ((struct pyrf_cpu_map *)pcpus)->cpus : NULL;