Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_block_pool_info_get.c80 ULONG *total_blocks, TX_THREAD **first_suspended, in _tx_block_pool_info_get() argument
114 if (total_blocks != TX_NULL) in _tx_block_pool_info_get()
117 *total_blocks = (ULONG) pool_ptr -> tx_block_pool_total; in _tx_block_pool_info_get()
Dtxe_block_pool_info_get.c81 ULONG *total_blocks, TX_THREAD **first_suspended, in _txe_block_pool_info_get() argument
109 total_blocks, first_suspended, suspended_count, next_pool); in _txe_block_pool_info_get()
Dtx_block_pool_create.c84 ULONG total_blocks; in _tx_block_pool_create() local
110 total_blocks = pool_size/(block_size + (sizeof(UCHAR *))); in _tx_block_pool_create()
116 while(blocks < (UINT) total_blocks) in _tx_block_pool_create()
/ThreadX-v6.4.1/common/src/
Dtx_block_pool_info_get.c80 ULONG *total_blocks, TX_THREAD **first_suspended, in _tx_block_pool_info_get() argument
114 if (total_blocks != TX_NULL) in _tx_block_pool_info_get()
117 *total_blocks = (ULONG) pool_ptr -> tx_block_pool_total; in _tx_block_pool_info_get()
Dtxe_block_pool_info_get.c81 ULONG *total_blocks, TX_THREAD **first_suspended, in _txe_block_pool_info_get() argument
109 total_blocks, first_suspended, suspended_count, next_pool); in _txe_block_pool_info_get()
Dtx_block_pool_create.c84 ULONG total_blocks; in _tx_block_pool_create() local
110 total_blocks = pool_size/(block_size + (sizeof(UCHAR *))); in _tx_block_pool_create()
116 while(blocks < (UINT) total_blocks) in _tx_block_pool_create()
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_block_pool_info_get.c75 …TX_BLOCK_POOL *pool_ptr, CHAR **name, ULONG *available_blocks, ULONG *total_blocks, TX_THREAD **fi… in _txe_block_pool_info_get() argument
82 extra_parameters[1] = (ALIGN_TYPE) total_blocks; in _txe_block_pool_info_get()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_block_memory_information_test.c61 ULONG *total_blocks, TX_THREAD **first_suspended,
221 ULONG total_blocks; in thread_0_entry() local
358 …status += tx_block_pool_info_get(&block_pool_0, &name, &available, &total_blocks, &first_suspende… in thread_0_entry()
361 …if ((status) || (available != block_pool_0.tx_block_pool_available) || (total_blocks != block_pool… in thread_0_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_block_memory_information_test.c61 ULONG *total_blocks, TX_THREAD **first_suspended,
221 ULONG total_blocks; in thread_0_entry() local
358 …status += tx_block_pool_info_get(&block_pool_0, &name, &available, &total_blocks, &first_suspende… in thread_0_entry()
361 …if ((status) || (available != block_pool_0.tx_block_pool_available) || (total_blocks != block_pool… in thread_0_entry()
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1484 ULONG *total_blocks, TX_THREAD **first_suspended,
1502 ULONG *total_blocks, TX_THREAD **first_suspended,
1512 ULONG *total_blocks, TX_THREAD **first_suspended,
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1581 ULONG *total_blocks, TX_THREAD **first_suspended,
1599 ULONG *total_blocks, TX_THREAD **first_suspended,