Searched refs:new_ext (Results 1 – 3 of 3) sorted by relevance
647 struct mem_extent *new_ext; in create_mem_extents() local649 new_ext = kzalloc(sizeof(struct mem_extent), gfp_mask); in create_mem_extents()650 if (!new_ext) { in create_mem_extents()654 new_ext->start = zone_start; in create_mem_extents()655 new_ext->end = zone_end; in create_mem_extents()656 list_add_tail(&new_ext->hook, &ext->hook); in create_mem_extents()
2070 bool new_ext, ext; in copy_translation_tables() local2074 new_ext = !!sm_supported(iommu); in copy_translation_tables()2082 if (new_ext != ext) in copy_translation_tables()
542 const char *new_ext, bool is_ext) in is_compress_extension_exist() argument557 if (!strcasecmp(new_ext, ext[i])) in is_compress_extension_exist()