Home
last modified time | relevance | path

Searched refs:tmp_aeb (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/mtd/ubi/
Dfastmap.c236 struct ubi_ainf_peb *tmp_aeb; in assign_aeb_to_av() local
243 tmp_aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in assign_aeb_to_av()
244 if (aeb->lnum != tmp_aeb->lnum) { in assign_aeb_to_av()
245 if (aeb->lnum < tmp_aeb->lnum) in assign_aeb_to_av()
610 struct ubi_ainf_peb *aeb, *tmp_aeb, *_tmp_aeb; in ubi_attach_fastmap() local
789 list_for_each_entry(tmp_aeb, &used, u.list) { in ubi_attach_fastmap()
790 if (tmp_aeb->pnum == pnum) { in ubi_attach_fastmap()
791 aeb = tmp_aeb; in ubi_attach_fastmap()
824 list_for_each_entry_safe(tmp_aeb, _tmp_aeb, &free, u.list) in ubi_attach_fastmap()
825 list_move_tail(&tmp_aeb->u.list, &ai->free); in ubi_attach_fastmap()
[all …]
Dattach.c708 struct ubi_ainf_peb *aeb, *tmp_aeb; in ubi_early_get_peb() local
723 list_for_each_entry_safe(aeb, tmp_aeb, &ai->erase, u.list) { in ubi_early_get_peb()