Home
last modified time | relevance | path

Searched refs:total_blocks (Results 1 – 9 of 9) sorted by relevance

/ThreadX-v6.2.1/common/src/
Dtx_block_pool_info_get.c81 ULONG *total_blocks, TX_THREAD **first_suspended, in _tx_block_pool_info_get() argument
115 if (total_blocks != TX_NULL) in _tx_block_pool_info_get()
118 *total_blocks = (ULONG) pool_ptr -> tx_block_pool_total; in _tx_block_pool_info_get()
Dtxe_block_pool_info_get.c82 ULONG *total_blocks, TX_THREAD **first_suspended, in _txe_block_pool_info_get() argument
110 total_blocks, first_suspended, suspended_count, next_pool); in _txe_block_pool_info_get()
Dtx_block_pool_create.c85 ULONG total_blocks; in _tx_block_pool_create() local
111 total_blocks = pool_size/(block_size + (sizeof(UCHAR *))); in _tx_block_pool_create()
117 while(blocks < (UINT) total_blocks) in _tx_block_pool_create()
/ThreadX-v6.2.1/common_smp/src/
Dtx_block_pool_info_get.c81 ULONG *total_blocks, TX_THREAD **first_suspended, in _tx_block_pool_info_get() argument
115 if (total_blocks != TX_NULL) in _tx_block_pool_info_get()
118 *total_blocks = (ULONG) pool_ptr -> tx_block_pool_total; in _tx_block_pool_info_get()
Dtxe_block_pool_info_get.c82 ULONG *total_blocks, TX_THREAD **first_suspended, in _txe_block_pool_info_get() argument
110 total_blocks, first_suspended, suspended_count, next_pool); in _txe_block_pool_info_get()
Dtx_block_pool_create.c85 ULONG total_blocks; in _tx_block_pool_create() local
111 total_blocks = pool_size/(block_size + (sizeof(UCHAR *))); in _tx_block_pool_create()
117 while(blocks < (UINT) total_blocks) in _tx_block_pool_create()
/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_block_pool_info_get.c76 …TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, ULONG *total_blocks, TX_THREAD **fi… in _txe_block_pool_info_get() argument
83 extra_parameters[1] = (ALIGN_TYPE) total_blocks; in _txe_block_pool_info_get()
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1465 ULONG *total_blocks, TX_THREAD **first_suspended,
1483 ULONG *total_blocks, TX_THREAD **first_suspended,
1493 ULONG *total_blocks, TX_THREAD **first_suspended,
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1562 ULONG *total_blocks, TX_THREAD **first_suspended,
1580 ULONG *total_blocks, TX_THREAD **first_suspended,