tmp_rb           1137 drivers/mtd/ubi/fastmap.c 	struct rb_node *tmp_rb;
tmp_rb           1212 drivers/mtd/ubi/fastmap.c 	ubi_for_each_free_peb(ubi, wl_e, tmp_rb) {
tmp_rb           1225 drivers/mtd/ubi/fastmap.c 	ubi_for_each_used_peb(ubi, wl_e, tmp_rb) {
tmp_rb           1250 drivers/mtd/ubi/fastmap.c 	ubi_for_each_scrub_peb(ubi, wl_e, tmp_rb) {
tmp_rb           1000 drivers/mtd/ubi/ubi.h #define ubi_for_each_free_peb(ubi, e, tmp_rb)	\
tmp_rb           1001 drivers/mtd/ubi/ubi.h 	ubi_rb_for_each_entry((tmp_rb), (e), &(ubi)->free, u.rb)
tmp_rb           1009 drivers/mtd/ubi/ubi.h #define ubi_for_each_used_peb(ubi, e, tmp_rb)	\
tmp_rb           1010 drivers/mtd/ubi/ubi.h 	ubi_rb_for_each_entry((tmp_rb), (e), &(ubi)->used, u.rb)
tmp_rb           1018 drivers/mtd/ubi/ubi.h #define ubi_for_each_scrub_peb(ubi, e, tmp_rb)	\
tmp_rb           1019 drivers/mtd/ubi/ubi.h 	ubi_rb_for_each_entry((tmp_rb), (e), &(ubi)->scrub, u.rb)
tmp_rb            311 drivers/xen/xenbus/xenbus_dev_frontend.c 	struct read_buffer *rb, *tmp_rb;
tmp_rb            332 drivers/xen/xenbus/xenbus_dev_frontend.c 	list_for_each_entry_safe(rb, tmp_rb, &u->read_buffers, list) {