Searched refs:g_pBlockTable (Results 1 – 1 of 1) sorted by relevance
95 u8 *g_pBlockTable; variable222 u32 *pbt = (u32 *)g_pBlockTable; in FTL_Copy_Block_Table_To_Flash()264 u32 *pbt = (u32 *)g_pBlockTable; in FTL_Copy_Block_Table_From_Flash()360 u32 *pbt = (u32 *)g_pBlockTable; in FTL_Execute_SPL_Recovery()431 g_pBlockTable = kzalloc(block_table_size, GFP_ATOMIC); in allocate_memory()432 if (!g_pBlockTable) in allocate_memory()436 g_pWearCounter = (u8 *)(g_pBlockTable + in allocate_memory()440 g_pReadCounter = (u16 *)(g_pBlockTable + in allocate_memory()716 kfree(g_pBlockTable); in allocate_memory()758 kfree(g_pBlockTable); in free_memory()[all …]