Searched refs:abs_ec (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.c84 * @abs_ec: the absolute erase counter value when the protection ends
103 * absolute erase counter (@wl->abs_ec). When it reaches certain value, the
130 unsigned long long abs_ec; member in struct:ubi_wl_prot_entry
366 * @abs_ec: absolute erase counter value when this physical eraseblock has
372 struct ubi_wl_prot_entry *pe, int abs_ec)
378 pe->abs_ec = ubi->abs_ec + abs_ec;
399 if (pe->abs_ec < pe1->abs_ec)
371 prot_tree_add(struct ubi_device *ubi, struct ubi_wl_entry *e, struct ubi_wl_prot_entry *pe, int abs_ec) argument
[all...]
H A Dubi.h238 * @wl_lock: protects the @used, @free, @prot, @lookuptbl, @abs_ec, @move_from,
244 * @abs_ec: absolute erase counter
316 unsigned long long abs_ec; member in struct:ubi_device

Completed in 92 milliseconds