Home
last modified time | relevance | path

Searched refs:tx_block_pool_performance_allocate_count (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_block_pool_performance_info_get.c127 *allocates = pool_ptr -> tx_block_pool_performance_allocate_count; in _tx_block_pool_performance_info_get()
Dtx_block_allocate.c114 pool_ptr -> tx_block_pool_performance_allocate_count++; in _tx_block_allocate()
/ThreadX-v6.3.0/common_smp/src/
Dtx_block_pool_performance_info_get.c127 *allocates = pool_ptr -> tx_block_pool_performance_allocate_count; in _tx_block_pool_performance_info_get()
Dtx_block_allocate.c114 pool_ptr -> tx_block_pool_performance_allocate_count++; in _tx_block_allocate()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_block_memory_information_test.c401 if ((status) || (allocates != block_pool_0.tx_block_pool_performance_allocate_count) || in thread_0_entry()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_block_memory_information_test.c401 if ((status) || (allocates != block_pool_0.tx_block_pool_performance_allocate_count) || in thread_0_entry()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h708 ULONG tx_block_pool_performance_allocate_count; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h687 ULONG tx_block_pool_performance_allocate_count; member