Searched refs:scan_pool (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | fastmap.c | 389 * scan_pool - scans a pool for changed (no longer empty PEBs). 400 static int scan_pool(struct ubi_device *ubi, struct ubi_attach_info *ai, in scan_pool() function 765 ret = scan_pool(ubi, ai, fmpl->pebs, pool_size, &max_sqnum, &free); in ubi_attach_fastmap() 769 ret = scan_pool(ubi, ai, fmpl_wl->pebs, wl_pool_size, &max_sqnum, &free); in ubi_attach_fastmap()
|
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | fastmap.c | 389 * scan_pool - scans a pool for changed (no longer empty PEBs). 400 static int scan_pool(struct ubi_device *ubi, struct ubi_attach_info *ai, in scan_pool() function 765 ret = scan_pool(ubi, ai, fmpl->pebs, pool_size, &max_sqnum, &free); in ubi_attach_fastmap() 769 ret = scan_pool(ubi, ai, fmpl_wl->pebs, wl_pool_size, &max_sqnum, &free); in ubi_attach_fastmap()
|
Completed in 4 milliseconds