Home
last modified time | relevance | path

Searched refs:CACHE_LINE_SIZE (Results 1 – 4 of 4) sorted by relevance

/system/ulib/ftl/utils/
A Daalloc.c10 #ifndef CACHE_LINE_SIZE
11 #error bsp.h must define CACHE_LINE_SIZE
33 #if CACHE_LINE_SIZE <= 8 in aalloc()
40 size += sizeof(ui64) + CACHE_LINE_SIZE - 1; in aalloc()
48 fs_alloc_addr = (malloc_addr + sizeof(ui64) + CACHE_LINE_SIZE - 1) & ~(CACHE_LINE_SIZE - 1); in aalloc()
62 #if CACHE_LINE_SIZE <= 8 in afree_clear()
A Dbsp.h7 #define CACHE_LINE_SIZE 32 macro
/system/ulib/ftl/ndm/
A Dndm_init.c1127 #if CACHE_LINE_SIZE in ndmAddDev()
1128 eb_alloc_sz = ((eb_alloc_sz + CACHE_LINE_SIZE - 1) / CACHE_LINE_SIZE) * CACHE_LINE_SIZE; in ndmAddDev()
/system/ulib/ftl/ftln/
A Dftln_init.c1172 #if CACHE_LINE_SIZE in FtlnAddVol()
1174 if (ftl_dvr->page_size % CACHE_LINE_SIZE) { in FtlnAddVol()

Completed in 8 milliseconds