Lines Matching defs:map_info
1178 struct map_info {
1179 struct map_info *next;
1184 static inline struct map_info *free_map_info(struct map_info *info)
1186 struct map_info *next = info->next;
1191 static struct map_info *
1196 struct map_info *curr = NULL;
1197 struct map_info *prev = NULL;
1198 struct map_info *info;
1212 prev = kmalloc(sizeof(struct map_info),
1245 info = kmalloc(sizeof(struct map_info), GFP_KERNEL);
1265 struct map_info *info;