Searched refs:map_info (Results 1 – 1 of 1) sorted by relevance
951 struct map_info { struct952 struct map_info *next; argument957 static inline struct map_info *free_map_info(struct map_info *info) in free_map_info() argument959 struct map_info *next = info->next; in free_map_info()964 static struct map_info *969 struct map_info *curr = NULL; in build_map_info()970 struct map_info *prev = NULL; in build_map_info()971 struct map_info *info; in build_map_info()985 prev = kmalloc(sizeof(struct map_info), in build_map_info()1018 info = kmalloc(sizeof(struct map_info), GFP_KERNEL); in build_map_info()[all …]