/ThreadX-v6.4.1/common_smp/src/ |
D | tx_byte_pool_performance_system_info_get.c | 88 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts) in _tx_byte_pool_performance_system_info_get() argument 123 if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_system_info_get() 126 *fragments_searched = _tx_byte_pool_performance_search_count; in _tx_byte_pool_performance_system_info_get() 181 else if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_system_info_get()
|
D | tx_byte_pool_performance_info_get.c | 91 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts) in _tx_byte_pool_performance_info_get() argument 146 if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_info_get() 149 *fragments_searched = pool_ptr -> tx_byte_pool_performance_search_count; in _tx_byte_pool_performance_info_get() 213 else if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_info_get()
|
/ThreadX-v6.4.1/common/src/ |
D | tx_byte_pool_performance_system_info_get.c | 88 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts) in _tx_byte_pool_performance_system_info_get() argument 123 if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_system_info_get() 126 *fragments_searched = _tx_byte_pool_performance_search_count; in _tx_byte_pool_performance_system_info_get() 181 else if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_system_info_get()
|
D | tx_byte_pool_performance_info_get.c | 91 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts) in _tx_byte_pool_performance_info_get() argument 146 if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_info_get() 149 *fragments_searched = pool_ptr -> tx_byte_pool_performance_search_count; in _tx_byte_pool_performance_info_get() 213 else if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_info_get()
|
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_byte_memory_information_test.c | 59 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts); 225 ULONG fragments_searched; in thread_0_entry() local 373 …status = tx_byte_pool_performance_info_get(TX_NULL, &allocates, &releases, &fragments_searched, &… in thread_0_entry() 385 …te_pool_performance_info_get(&byte_pool_1, &allocates, &releases, &fragments_searched, &merges, &s… in thread_0_entry() 397 …te_pool_performance_info_get(&byte_pool_0, &allocates, &releases, &fragments_searched, &merges, &s… in thread_0_entry() 401 …(fragments_searched != byte_pool_0.tx_byte_pool_performance_search_count) || (merges != byte_pool_… in thread_0_entry() 412 …status = tx_byte_pool_performance_system_info_get(&allocates, &releases, &fragments_searched, &me… in thread_0_entry() 416 …(fragments_searched != _tx_byte_pool_performance_search_count) || (merges != _tx_byte_pool_perform… in thread_0_entry() 435 …te_pool_performance_info_get(&byte_pool_0, &allocates, &releases, &fragments_searched, &merges, &s… in thread_0_entry() 447 …status = tx_byte_pool_performance_info_get(TX_NULL, &allocates, &releases, &fragments_searched, &… in thread_0_entry() [all …]
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_byte_memory_information_test.c | 59 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts); 225 ULONG fragments_searched; in thread_0_entry() local 373 …status = tx_byte_pool_performance_info_get(TX_NULL, &allocates, &releases, &fragments_searched, &… in thread_0_entry() 385 …te_pool_performance_info_get(&byte_pool_1, &allocates, &releases, &fragments_searched, &merges, &s… in thread_0_entry() 397 …te_pool_performance_info_get(&byte_pool_0, &allocates, &releases, &fragments_searched, &merges, &s… in thread_0_entry() 401 …(fragments_searched != byte_pool_0.tx_byte_pool_performance_search_count) || (merges != byte_pool_… in thread_0_entry() 412 …status = tx_byte_pool_performance_system_info_get(&allocates, &releases, &fragments_searched, &me… in thread_0_entry() 416 …(fragments_searched != _tx_byte_pool_performance_search_count) || (merges != _tx_byte_pool_perform… in thread_0_entry() 435 …te_pool_performance_info_get(&byte_pool_0, &allocates, &releases, &fragments_searched, &merges, &s… in thread_0_entry() 447 …status = tx_byte_pool_performance_info_get(TX_NULL, &allocates, &releases, &fragments_searched, &… in thread_0_entry() [all …]
|
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_byte_pool_performance_system_info_get.c | 80 …formance_system_info_get(ULONG *allocates, ULONG *releases, ULONG *fragments_searched, ULONG *merg… in _tx_byte_pool_performance_system_info_get() argument 86 extra_parameters[0] = (ALIGN_TYPE) fragments_searched; in _tx_byte_pool_performance_system_info_get()
|
D | txm_byte_pool_performance_info_get.c | 82 …(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases, ULONG *fragments_searched, ULONG *merg… in _tx_byte_pool_performance_info_get() argument 89 extra_parameters[1] = (ALIGN_TYPE) fragments_searched; in _tx_byte_pool_performance_info_get()
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1616 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts); 1618 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts);
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1530 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts); 1532 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts);
|