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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dwl.c83 * @rb_aec: link in the @wl->prot.aec RB-tree
111 * @wl->prot.aec. They are referred to as the "protection" trees. The
121 * @wl->prot.aec trees);
393 p = &ubi->prot.aec.rb_node;
405 rb_insert_color(&pe->rb_aec, &ubi->prot.aec);
568 rb_erase(&pe->rb_aec, &ubi->prot.aec);
653 if (tree_empty(&ubi->prot.aec)) {
658 pe = rb_entry(rb_first(&ubi->prot.aec),
668 rb_erase(&pe->rb_aec, &ubi->prot.aec);
1375 ubi->prot.pnum = ubi->prot.aec
[all...]
H A Dubi.h237 * @prot.aec: protection tree indexed by absolute erase counter value
311 struct rb_root aec; member in struct:ubi_device::__anon5147

Completed in 61 milliseconds