Home
last modified time | relevance | path

Searched refs:available_blocks (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.2.1/common/src/
Dtx_block_pool_info_get.c80 UINT _tx_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, in _tx_block_pool_info_get() argument
108 if (available_blocks != TX_NULL) in _tx_block_pool_info_get()
111 *available_blocks = (ULONG) pool_ptr -> tx_block_pool_available; in _tx_block_pool_info_get()
Dtxe_block_pool_info_get.c81 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, in _txe_block_pool_info_get() argument
109 status = _tx_block_pool_info_get(pool_ptr, name, available_blocks, in _txe_block_pool_info_get()
/ThreadX-v6.2.1/common_smp/src/
Dtx_block_pool_info_get.c80 UINT _tx_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, in _tx_block_pool_info_get() argument
108 if (available_blocks != TX_NULL) in _tx_block_pool_info_get()
111 *available_blocks = (ULONG) pool_ptr -> tx_block_pool_available; in _tx_block_pool_info_get()
Dtxe_block_pool_info_get.c81 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, in _txe_block_pool_info_get() argument
109 status = _tx_block_pool_info_get(pool_ptr, name, available_blocks, in _txe_block_pool_info_get()
/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_block_pool_info_get.c76 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, ULONG … in _txe_block_pool_info_get() argument
82 extra_parameters[0] = (ALIGN_TYPE) available_blocks; in _txe_block_pool_info_get()
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1464 UINT _tx_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
1482 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
1492 UINT _txr_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1561 UINT _tx_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,
1579 UINT _txe_block_pool_info_get(TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks,