Searched refs:total_blocks (Results 1 – 9 of 9) sorted by relevance
| /ThreadX-v6.2.1/common/src/ |
| D | tx_block_pool_info_get.c | 81 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()
|
| D | txe_block_pool_info_get.c | 82 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()
|
| D | tx_block_pool_create.c | 85 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/ |
| D | tx_block_pool_info_get.c | 81 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()
|
| D | txe_block_pool_info_get.c | 82 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()
|
| D | tx_block_pool_create.c | 85 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/ |
| D | txm_block_pool_info_get.c | 76 …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/ |
| D | tx_api.h | 1465 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/ |
| D | tx_api.h | 1562 ULONG *total_blocks, TX_THREAD **first_suspended, 1580 ULONG *total_blocks, TX_THREAD **first_suspended,
|