Lines Matching defs:tmp_aeb
207 struct ubi_ainf_peb *tmp_aeb;
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;
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->u.list, &ai->free);
779 list_for_each_entry_safe(tmp_aeb, _tmp_aeb, &used, u.list)
780 list_move_tail(&tmp_aeb->u.list, &ai->erase);
799 list_for_each_entry_safe(tmp_aeb, _tmp_aeb, &used, u.list) {
800 list_del(&tmp_aeb->u.list);
801 ubi_free_aeb(ai, tmp_aeb);
803 list_for_each_entry_safe(tmp_aeb, _tmp_aeb, &free, u.list) {
804 list_del(&tmp_aeb->u.list);
805 ubi_free_aeb(ai, tmp_aeb);