Home
last modified time | relevance | path

Searched defs:blkSize (Results 1 – 6 of 6) sorted by relevance

/kernel/liteos_a/kernel/include/
Dlos_membox.h48 #define OS_MEMBOX_NEXT(addr, blkSize) (LOS_MEMBOX_NODE *)(VOID *)((UINT8 *)(addr) + (blkSize)) argument
83 #define LOS_MEMBOX_SIZE(blkSize, blkNum) \ argument
/kernel/liteos_m/kernel/include/
Dlos_membox.h49 #define OS_MEMBOX_NEXT(addr, blkSize) (LOS_MEMBOX_NODE *)(VOID *)((UINT8 *)(addr) + (blkSize)) argument
91 #define LOS_MEMBOX_SIZE(blkSize, blkNum) \ argument
/kernel/liteos_a/kernel/base/mem/membox/
Dlos_membox.c76 LITE_OS_SEC_TEXT_INIT UINT32 LOS_MemboxInit(VOID *pool, UINT32 poolSize, UINT32 blkSize) in LOS_MemboxInit()
211 UINT32 *blkCnt, UINT32 *blkSize) in LOS_MemboxStatisticsGet()
/kernel/liteos_a/drivers/mtd/multi_partition/include/
Dmtd_partition.h81 #define ALIGN_ASSIGN(len, startAddr, startBlk, endBlk, blkSize) do { \ argument
88 #define PAR_ASSIGNMENT(node, len, startAddr, num, mtd, blkSize) do { \ argument
/kernel/liteos_m/kernel/src/mm/
Dlos_membox.c112 UINT32 LOS_MemboxInit(VOID *pool, UINT32 poolSize, UINT32 blkSize) in LOS_MemboxInit()
251 UINT32 *blkCnt, UINT32 *blkSize) in LOS_MemboxStatisticsGet()
/kernel/uniproton/src/mem/fsc/
Dprt_fscmem.c142 uintptr_t blkSize; in OsFscMemFree() local