Home
last modified time | relevance | path

Searched refs:tmp_fl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/parsers/
H A Dredboot.c79 struct fis_list *fl = NULL, *tmp_fl; in parse_redboot_partitions() local
236 for (tmp_fl = fl; tmp_fl->next; tmp_fl = tmp_fl->next) { in parse_redboot_partitions()
237 if (tmp_fl->img->flash_base + tmp_fl->img->size + master->erasesize <= tmp_fl->next->img->flash_base) { in parse_redboot_partitions()
291 tmp_fl = fl; in parse_redboot_partitions()
293 kfree(tmp_fl); in parse_redboot_partitions()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/parsers/
H A Dredboot.c79 struct fis_list *fl = NULL, *tmp_fl; in parse_redboot_partitions() local
235 for (tmp_fl = fl; tmp_fl->next; tmp_fl = tmp_fl->next) { in parse_redboot_partitions()
236 if (tmp_fl->img->flash_base + tmp_fl->img->size + master->erasesize <= tmp_fl->next->img->flash_base) { in parse_redboot_partitions()
289 tmp_fl = fl; in parse_redboot_partitions()
291 kfree(tmp_fl); in parse_redboot_partitions()
[all...]

Completed in 2 milliseconds