Searched refs:CACHE_LINE_SIZE (Results 1 – 4 of 4) sorted by relevance
10 #ifndef CACHE_LINE_SIZE11 #error bsp.h must define CACHE_LINE_SIZE33 #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()
7 #define CACHE_LINE_SIZE 32 macro
1127 #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()
1172 #if CACHE_LINE_SIZE in FtlnAddVol()1174 if (ftl_dvr->page_size % CACHE_LINE_SIZE) { in FtlnAddVol()
Completed in 8 milliseconds