Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_block_pool_create.c83 UINT blocks; in _tx_block_pool_create() local
114 blocks = ((UINT) 0); in _tx_block_pool_create()
117 while(blocks < (UINT) total_blocks) in _tx_block_pool_create()
121 blocks++; in _tx_block_pool_create()
135 pool_ptr -> tx_block_pool_available = blocks; in _tx_block_pool_create()
136 pool_ptr -> tx_block_pool_total = blocks; in _tx_block_pool_create()
139 if (blocks != ((UINT) 0)) in _tx_block_pool_create()
194 …CE_BLOCK_POOL_CREATE, pool_ptr, TX_POINTER_TO_ULONG_CONVERT(pool_start), blocks, block_size, TX_TR… in _tx_block_pool_create()
/ThreadX-v6.3.0/common_smp/src/
Dtx_block_pool_create.c83 UINT blocks; in _tx_block_pool_create() local
114 blocks = ((UINT) 0); in _tx_block_pool_create()
117 while(blocks < (UINT) total_blocks) in _tx_block_pool_create()
121 blocks++; in _tx_block_pool_create()
135 pool_ptr -> tx_block_pool_available = blocks; in _tx_block_pool_create()
136 pool_ptr -> tx_block_pool_total = blocks; in _tx_block_pool_create()
139 if (blocks != ((UINT) 0)) in _tx_block_pool_create()
194 …CE_BLOCK_POOL_CREATE, pool_ptr, TX_POINTER_TO_ULONG_CONVERT(pool_start), blocks, block_size, TX_TR… in _tx_block_pool_create()