Home
last modified time | relevance | path

Searched refs:msp_parts (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/maps/
H A Dpmcmsp-flash.c46 static struct mtd_partition **msp_parts; variable
82 msp_parts = kcalloc(fcnt, sizeof(*msp_parts), GFP_KERNEL); in init_msp_flash()
83 if (!msp_parts) in init_msp_flash()
104 msp_parts[i] = kcalloc(pcnt, sizeof(struct mtd_partition), in init_msp_flash()
106 if (!msp_parts[i]) in init_msp_flash()
115 kfree(msp_parts[i]); in init_msp_flash()
137 kfree(msp_parts[i]); in init_msp_flash()
145 kfree(msp_parts[i]); in init_msp_flash()
160 kfree(msp_parts[ in init_msp_flash()
[all...]

Completed in 1 milliseconds