Searched refs:splits (Results 1 – 8 of 8) sorted by relevance
| /ThreadX-v6.2.1/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 138 if (splits != TX_NULL) in _tx_byte_pool_performance_system_info_get() 141 *splits = _tx_byte_pool_performance_split_count; in _tx_byte_pool_performance_system_info_get() 194 else if (splits != 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 161 if (splits != TX_NULL) in _tx_byte_pool_performance_info_get() 164 *splits = pool_ptr -> tx_byte_pool_performance_split_count; in _tx_byte_pool_performance_info_get() 226 else if (splits != TX_NULL) in _tx_byte_pool_performance_info_get()
|
| /ThreadX-v6.2.1/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 138 if (splits != TX_NULL) in _tx_byte_pool_performance_system_info_get() 141 *splits = _tx_byte_pool_performance_split_count; in _tx_byte_pool_performance_system_info_get() 194 else if (splits != 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 161 if (splits != TX_NULL) in _tx_byte_pool_performance_info_get() 164 *splits = pool_ptr -> tx_byte_pool_performance_split_count; in _tx_byte_pool_performance_info_get() 226 else if (splits != TX_NULL) in _tx_byte_pool_performance_info_get()
|
| /ThreadX-v6.2.1/common_modules/module_lib/src/ |
| D | txm_byte_pool_performance_system_info_get.c | 81 …cates, ULONG *releases, ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspension… in _tx_byte_pool_performance_system_info_get() argument 89 extra_parameters[2] = (ALIGN_TYPE) splits; in _tx_byte_pool_performance_system_info_get()
|
| D | txm_byte_pool_performance_info_get.c | 83 …cates, ULONG *releases, ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspension… in _tx_byte_pool_performance_info_get() argument 92 extra_parameters[3] = (ALIGN_TYPE) splits; in _tx_byte_pool_performance_info_get()
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1597 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts); 1599 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts);
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1511 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts); 1513 … ULONG *fragments_searched, ULONG *merges, ULONG *splits, ULONG *suspensions, ULONG *timeouts);
|