Searched refs:BLK_ALIGN (Results 1 – 6 of 6) sorted by relevance
16 #define BLK_ALIGN 8 macro31 K_MEM_SLAB_DEFINE(mslab1, BLK_SIZE1, SLAB_BLOCKS, BLK_ALIGN);35 static char __aligned(BLK_ALIGN) tslab[BLK_SIZE2 * SLAB_BLOCKS];
12 #define BLK_ALIGN 8 macro
13 K_MEM_SLAB_DEFINE(mslab1, BLK_SIZE, BLK_NUM, BLK_ALIGN);
11 K_MEM_SLAB_DEFINE(kmslab, BLK_SIZE, BLK_NUM, BLK_ALIGN);12 static char __aligned(BLK_ALIGN) tslab[BLK_SIZE * BLK_NUM];65 zassert_true((uintptr_t)block[i] % BLK_ALIGN == 0U); in tmslab_alloc_align()
41 #define BLK_ALIGN BLK_SIZE_MIN macro