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

/linux-master/drivers/mtd/ubi/
H A Dfastmap-wl.c241 e = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF,
382 e = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF, 0);
387 e = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF, 0);
H A Dwl.c316 * find_wl_entry - find wear-leveling entry closest to certain erase counter.
325 static struct ubi_wl_entry *find_wl_entry(struct ubi_device *ubi, function
382 e = find_wl_entry(ubi, root, WL_FREE_MAX_DIFF/2, 0);
1055 e2 = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF, 0);
2086 e = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF, 0);

Completed in 162 milliseconds