Searched refs:SLAB_BLOCKS (Results 1 – 1 of 1) sorted by relevance
29 #define SLAB_BLOCKS (THREAD_NUM * (BLK_NUM - 1) + 1) macro31 K_MEM_SLAB_DEFINE(mslab1, BLK_SIZE1, SLAB_BLOCKS, BLK_ALIGN);35 static char __aligned(BLK_ALIGN) tslab[BLK_SIZE2 * SLAB_BLOCKS];78 k_mem_slab_init(&mslab2, tslab, BLK_SIZE2, SLAB_BLOCKS); in ZTEST()