Searched refs:map_info (Results 1 – 1 of 1) sorted by relevance
958 struct map_info { struct959 struct map_info *next; argument964 static inline struct map_info *free_map_info(struct map_info *info) in free_map_info() argument966 struct map_info *next = info->next; in free_map_info()971 static struct map_info *976 struct map_info *curr = NULL; in build_map_info()977 struct map_info *prev = NULL; in build_map_info()978 struct map_info *info; in build_map_info()992 prev = kmalloc(sizeof(struct map_info), in build_map_info()1025 info = kmalloc(sizeof(struct map_info), GFP_KERNEL); in build_map_info()[all …]