Home
last modified time | relevance | path

Searched refs:_tx_byte_pool_performance_merge_count (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtx_byte_pool_initialize.c59 ULONG _tx_byte_pool_performance_merge_count; variable
142 _tx_byte_pool_performance_merge_count = ((ULONG) 0); in _tx_byte_pool_initialize()
Dtx_byte_pool_performance_system_info_get.c133 *merges = _tx_byte_pool_performance_merge_count; in _tx_byte_pool_performance_system_info_get()
Dtx_byte_pool_search.c205 _tx_byte_pool_performance_merge_count++; in _tx_byte_pool_search()
/ThreadX-v6.4.1/common_smp/src/
Dtx_byte_pool_initialize.c59 ULONG _tx_byte_pool_performance_merge_count; variable
142 _tx_byte_pool_performance_merge_count = ((ULONG) 0); in _tx_byte_pool_initialize()
Dtx_byte_pool_performance_system_info_get.c133 *merges = _tx_byte_pool_performance_merge_count; in _tx_byte_pool_performance_system_info_get()
Dtx_byte_pool_search.c210 _tx_byte_pool_performance_merge_count++; in _tx_byte_pool_search()
/ThreadX-v6.4.1/common/inc/
Dtx_byte_pool.h88 _tx_byte_pool_performance_merge_count = ((ULONG) 0); \
145 BYTE_POOL_DECLARE ULONG _tx_byte_pool_performance_merge_count; variable
/ThreadX-v6.4.1/common_smp/inc/
Dtx_byte_pool.h88 _tx_byte_pool_performance_merge_count = ((ULONG) 0); \
145 BYTE_POOL_DECLARE ULONG _tx_byte_pool_performance_merge_count; variable
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_byte_memory_information_test.c416 … != _tx_byte_pool_performance_search_count) || (merges != _tx_byte_pool_performance_merge_count) |… in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_byte_memory_information_test.c416 … != _tx_byte_pool_performance_search_count) || (merges != _tx_byte_pool_performance_merge_count) |… in thread_0_entry()