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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dwl.c409 * find_wl_entry - find wear-leveling entry closest to certain erase counter.
416 static struct ubi_wl_entry *find_wl_entry(struct rb_root *root, int max) function
489 e = find_wl_entry(&ubi->free, WL_FREE_MAX_DIFF);
510 e = find_wl_entry(&ubi->free, medium_ec);
791 e2 = find_wl_entry(&ubi->free, WL_FREE_MAX_DIFF);
806 e2 = find_wl_entry(&ubi->free, WL_FREE_MAX_DIFF);
966 e2 = find_wl_entry(&ubi->free, WL_FREE_MAX_DIFF);

Completed in 98 milliseconds