Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_byte_pool_initialize.c69 ULONG _tx_byte_pool_performance_search_count; variable
144 _tx_byte_pool_performance_search_count = ((ULONG) 0); in _tx_byte_pool_initialize()
Dtx_byte_pool_search.c144 _tx_byte_pool_performance_search_count++; in _tx_byte_pool_search()
237 _tx_byte_pool_performance_search_count++; in _tx_byte_pool_search()
Dtx_byte_pool_performance_system_info_get.c126 *fragments_searched = _tx_byte_pool_performance_search_count; in _tx_byte_pool_performance_system_info_get()
/ThreadX-v6.4.1/common/src/
Dtx_byte_pool_initialize.c69 ULONG _tx_byte_pool_performance_search_count; variable
144 _tx_byte_pool_performance_search_count = ((ULONG) 0); in _tx_byte_pool_initialize()
Dtx_byte_pool_search.c139 _tx_byte_pool_performance_search_count++; in _tx_byte_pool_search()
232 _tx_byte_pool_performance_search_count++; in _tx_byte_pool_search()
Dtx_byte_pool_performance_system_info_get.c126 *fragments_searched = _tx_byte_pool_performance_search_count; in _tx_byte_pool_performance_system_info_get()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_byte_pool.h90 _tx_byte_pool_performance_search_count = ((ULONG) 0); \
155 BYTE_POOL_DECLARE ULONG _tx_byte_pool_performance_search_count; variable
/ThreadX-v6.4.1/common/inc/
Dtx_byte_pool.h90 _tx_byte_pool_performance_search_count = ((ULONG) 0); \
155 BYTE_POOL_DECLARE ULONG _tx_byte_pool_performance_search_count; variable
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_byte_memory_information_test.c416 …(fragments_searched != _tx_byte_pool_performance_search_count) || (merges != _tx_byte_pool_perform… in thread_0_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_byte_memory_information_test.c416 …(fragments_searched != _tx_byte_pool_performance_search_count) || (merges != _tx_byte_pool_perform… in thread_0_entry()