Searched defs:blkSize (Results 1 – 6 of 6) sorted by relevance
/kernel/liteos_a/kernel/include/ |
D | los_membox.h | 48 #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/ |
D | los_membox.h | 49 #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/ |
D | los_membox.c | 76 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/ |
D | mtd_partition.h | 81 #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/ |
D | los_membox.c | 112 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/ |
D | prt_fscmem.c | 142 uintptr_t blkSize; in OsFscMemFree() local
|