Lines Matching refs:path_map
22 struct path_info **path_map;
29 struct path_info *pi = s->path_map[cpu];
39 s->path_map[cpu] = NULL;
86 if (s->path_map[cpu]) {
92 s->path_map[cpu] = pi;
119 s->path_map = kcalloc(nr_cpu_ids, sizeof(struct path_info *),
121 if (!s->path_map)
132 kfree(s->path_map);
147 kfree(s->path_map);
207 pi = s->path_map[cpu];
221 pi = s->path_map[i];
227 pi = s->path_map[i];