Searched refs:tmp_aeb (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | fastmap.c | 207 struct ubi_ainf_peb *tmp_aeb; in assign_aeb_to_av() local 213 tmp_aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in assign_aeb_to_av() 214 if (aeb->lnum != tmp_aeb->lnum) { in assign_aeb_to_av() 215 if (aeb->lnum < tmp_aeb->lnum) in assign_aeb_to_av() 554 struct ubi_ainf_peb *aeb, *tmp_aeb, *_tmp_aeb; in ubi_attach_fastmap() local 741 list_for_each_entry(tmp_aeb, &used, u.list) { in ubi_attach_fastmap() 742 if (tmp_aeb->pnum == pnum) { in ubi_attach_fastmap() 743 aeb = tmp_aeb; in ubi_attach_fastmap() 776 list_for_each_entry_safe(tmp_aeb, _tmp_aeb, &free, u.list) in ubi_attach_fastmap() 777 list_move_tail(&tmp_aeb in ubi_attach_fastmap() [all...] |
H A D | attach.c | 822 struct ubi_ainf_peb *aeb, *tmp_aeb; in ubi_early_get_peb() local 837 list_for_each_entry_safe(aeb, tmp_aeb, &ai->erase, u.list) { in ubi_early_get_peb()
|
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | fastmap.c | 207 struct ubi_ainf_peb *tmp_aeb; in assign_aeb_to_av() local 213 tmp_aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in assign_aeb_to_av() 214 if (aeb->lnum != tmp_aeb->lnum) { in assign_aeb_to_av() 215 if (aeb->lnum < tmp_aeb->lnum) in assign_aeb_to_av() 554 struct ubi_ainf_peb *aeb, *tmp_aeb, *_tmp_aeb; in ubi_attach_fastmap() local 741 list_for_each_entry(tmp_aeb, &used, u.list) { in ubi_attach_fastmap() 742 if (tmp_aeb->pnum == pnum) { in ubi_attach_fastmap() 743 aeb = tmp_aeb; in ubi_attach_fastmap() 776 list_for_each_entry_safe(tmp_aeb, _tmp_aeb, &free, u.list) in ubi_attach_fastmap() 777 list_move_tail(&tmp_aeb in ubi_attach_fastmap() [all...] |
H A D | attach.c | 822 struct ubi_ainf_peb *aeb, *tmp_aeb; in ubi_early_get_peb() local 837 list_for_each_entry_safe(aeb, tmp_aeb, &ai->erase, u.list) { in ubi_early_get_peb()
|
Completed in 7 milliseconds