Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_byte_pool_performance_info_get.c136 *allocates = pool_ptr -> tx_byte_pool_performance_allocate_count; in _tx_byte_pool_performance_info_get()
Dtx_byte_allocate.c121 pool_ptr -> tx_byte_pool_performance_allocate_count++; in _tx_byte_allocate()
/ThreadX-v6.3.0/common_smp/src/
Dtx_byte_pool_performance_info_get.c136 *allocates = pool_ptr -> tx_byte_pool_performance_allocate_count; in _tx_byte_pool_performance_info_get()
Dtx_byte_allocate.c121 pool_ptr -> tx_byte_pool_performance_allocate_count++; in _tx_byte_allocate()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_byte_memory_information_test.c400 …if ((status != TX_SUCCESS) || (allocates != byte_pool_0.tx_byte_pool_performance_allocate_count) |… in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_byte_memory_information_test.c400 …if ((status != TX_SUCCESS) || (allocates != byte_pool_0.tx_byte_pool_performance_allocate_count) |… in thread_0_entry()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h793 ULONG tx_byte_pool_performance_allocate_count; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h772 ULONG tx_byte_pool_performance_allocate_count; member