Searched refs:find_wl_entry (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | fastmap-wl.c | 178 e = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF); in ubi_refill_pools() 318 e = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF); in need_wear_leveling() 323 e = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF); in need_wear_leveling()
|
H A D | wl.c | 310 * find_wl_entry - find wear-leveling entry closest to certain erase counter. 318 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() 1043 e2 = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF); 2074 e = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF);
|
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | fastmap-wl.c | 178 e = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF); in ubi_refill_pools()
|
H A D | wl.c | 310 * find_wl_entry - find wear-leveling entry closest to certain erase counter. 318 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() 1034 e2 = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF); 2064 e = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF);
|
Completed in 6 milliseconds