Searched refs:scan_eba (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/mtd/ubi/
H A Deba.c1531 int **scan_eba, **fm_eba; local
1539 scan_eba = kmalloc_array(num_volumes, sizeof(*scan_eba), GFP_KERNEL);
1540 if (!scan_eba)
1545 kfree(scan_eba);
1554 scan_eba[i] = kmalloc_array(vol->reserved_pebs,
1555 sizeof(**scan_eba),
1557 if (!scan_eba[i]) {
1571 scan_eba[i][j] = fm_eba[i][j] = UBI_LEB_UNMAPPED;
1578 scan_eba[
[all...]

Completed in 176 milliseconds