Searched refs:gsflscache (Results 1 – 1 of 1) sorted by relevance
1027 static u8 *gsflscache = NULL; variable1049 &gsflscache[i * INSIDE_FLS_PAGE_SIZE]); in tls_fls_flush_sector()1070 if (gsflscache != NULL) { in tls_fls_fast_write_init()1074 gsflscache = tls_mem_alloc(INSIDE_FLS_SECTOR_SIZE); in tls_fls_fast_write_init()1075 if (gsflscache == NULL) { in tls_fls_fast_write_init()1093 if (gsflscache != NULL) { in tls_fls_fast_write_destroy()1103 tls_mem_free(gsflscache); in tls_fls_fast_write_destroy()1104 gsflscache = NULL; in tls_fls_fast_write_destroy()1146 MEMCPY(gsflscache + offset, buf, len); in tls_fls_fast_write()