Searched refs:find_wl_entry (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/mtd/ubi/ |
D | fastmap-wl.c | 241 e = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF, in ubi_refill_pools_and_lock() 382 e = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF, 0); in need_wear_leveling() 387 e = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF, 0); in need_wear_leveling()
|
D | wl.c | 325 static struct ubi_wl_entry *find_wl_entry(struct ubi_device *ubi, in find_wl_entry() function 382 e = find_wl_entry(ubi, root, WL_FREE_MAX_DIFF/2, 0); in find_mean_wl_entry() 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);
|