Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/ubi/
Dwl.c310 static struct ubi_wl_entry *find_wl_entry(struct ubi_device *ubi, in find_wl_entry() function
369 e = find_wl_entry(ubi, root, WL_FREE_MAX_DIFF/2); in find_mean_wl_entry()
980 e2 = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF);
1765 e = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF);
Dfastmap-wl.c154 e = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF); in ubi_refill_pools()