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

/linux-master/drivers/mtd/ubi/
H A Dfastmap.c207 struct ubi_ainf_peb *tmp_aeb; local
213 tmp_aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb);
214 if (aeb->lnum != tmp_aeb->lnum) {
215 if (aeb->lnum < tmp_aeb->lnum)
554 struct ubi_ainf_peb *aeb, *tmp_aeb, *_tmp_aeb; local
741 list_for_each_entry(tmp_aeb, &used, u.list) {
742 if (tmp_aeb->pnum == pnum) {
743 aeb = tmp_aeb;
776 list_for_each_entry_safe(tmp_aeb, _tmp_aeb, &free, u.list)
777 list_move_tail(&tmp_aeb
[all...]
H A Dattach.c822 struct ubi_ainf_peb *aeb, *tmp_aeb; local
837 list_for_each_entry_safe(aeb, tmp_aeb, &ai->erase, u.list) {

Completed in 192 milliseconds