Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_byte_pool_search.c143 pool_ptr -> tx_byte_pool_performance_search_count++; in _tx_byte_pool_search()
236 pool_ptr -> tx_byte_pool_performance_search_count++; in _tx_byte_pool_search()
Dtx_byte_pool_performance_info_get.c150 *fragments_searched = pool_ptr -> tx_byte_pool_performance_search_count; in _tx_byte_pool_performance_info_get()
/ThreadX-v6.3.0/common_smp/src/
Dtx_byte_pool_search.c148 pool_ptr -> tx_byte_pool_performance_search_count++; in _tx_byte_pool_search()
241 pool_ptr -> tx_byte_pool_performance_search_count++; in _tx_byte_pool_search()
Dtx_byte_pool_performance_info_get.c150 *fragments_searched = pool_ptr -> tx_byte_pool_performance_search_count; in _tx_byte_pool_performance_info_get()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_byte_memory_information_test.c401 …(fragments_searched != byte_pool_0.tx_byte_pool_performance_search_count) || (merges != byte_pool_… in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_byte_memory_information_test.c401 …(fragments_searched != byte_pool_0.tx_byte_pool_performance_search_count) || (merges != byte_pool_… in thread_0_entry()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h806 ULONG tx_byte_pool_performance_search_count; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h785 ULONG tx_byte_pool_performance_search_count; member