| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_byte_pool_performance_system_info_get.c | 89 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts) in _tx_byte_pool_performance_system_info_get() argument 124 if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_system_info_get() 127 *fragments_searched = _tx_byte_pool_performance_search_count; in _tx_byte_pool_performance_system_info_get() 182 else if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_system_info_get()
|
| D | tx_byte_pool_performance_info_get.c | 92 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts) in _tx_byte_pool_performance_info_get() argument 147 if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_info_get() 150 *fragments_searched = pool_ptr -> tx_byte_pool_performance_search_count; in _tx_byte_pool_performance_info_get() 214 else if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_info_get()
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_byte_pool_performance_system_info_get.c | 89 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts) in _tx_byte_pool_performance_system_info_get() argument 124 if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_system_info_get() 127 *fragments_searched = _tx_byte_pool_performance_search_count; in _tx_byte_pool_performance_system_info_get() 182 else if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_system_info_get()
|
| D | tx_byte_pool_performance_info_get.c | 92 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts) in _tx_byte_pool_performance_info_get() argument 147 if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_info_get() 150 *fragments_searched = pool_ptr -> tx_byte_pool_performance_search_count; in _tx_byte_pool_performance_info_get() 214 else if (fragments_searched != TX_NULL) in _tx_byte_pool_performance_info_get()
|
| /ThreadX-v6.3.0/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.3.0/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.3.0/common_modules/module_lib/src/ |
| D | txm_byte_pool_performance_system_info_get.c | 81 …formance_system_info_get(ULONG *allocates, ULONG *releases, ULONG *fragments_searched, ULONG *merg… in _tx_byte_pool_performance_system_info_get() argument 87 extra_parameters[0] = (ALIGN_TYPE) fragments_searched; in _tx_byte_pool_performance_system_info_get()
|
| D | txm_byte_pool_performance_info_get.c | 83 …(TX_BYTE_POOL *pool_ptr, ULONG *allocates, ULONG *releases, ULONG *fragments_searched, ULONG *merg… in _tx_byte_pool_performance_info_get() argument 90 extra_parameters[1] = (ALIGN_TYPE) fragments_searched; in _tx_byte_pool_performance_info_get()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1611 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts); 1613 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts);
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1525 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts); 1527 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts);
|