| /ThreadX-v6.3.0/common_smp/src/ |
| D | txe_byte_allocate.c | 84 ULONG memory_size, ULONG wait_option) in _txe_byte_allocate() argument 121 else if (memory_size == ((ULONG) 0)) in _txe_byte_allocate() 129 else if (memory_size > pool_ptr -> tx_byte_pool_size) in _txe_byte_allocate() 195 status = _tx_byte_allocate(pool_ptr, memory_ptr, memory_size, wait_option); in _txe_byte_allocate()
|
| D | tx_byte_allocate.c | 82 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_o… in _tx_byte_allocate() argument 107 …memory_size = (((memory_size + (sizeof(ALIGN_TYPE)))-((ALIGN_TYPE) 1))/(sizeof(ALIGN_TYPE))) * (si… in _tx_byte_allocate() 130 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_BYTE_ALLOCATE, pool_ptr, 0, memory_size, wait_option, TX_TRACE_BY… in _tx_byte_allocate() 173 work_ptr = _tx_byte_pool_search(pool_ptr, memory_size); in _tx_byte_allocate() 293 thread_ptr -> tx_thread_suspend_info = memory_size; in _tx_byte_allocate()
|
| D | tx_byte_pool_search.c | 88 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size) in _tx_byte_pool_search() argument 116 if (memory_size >= total_theoretical_available) in _tx_byte_pool_search() 180 if (available_bytes >= memory_size) in _tx_byte_pool_search() 323 if ((available_bytes - memory_size) >= ((ULONG) TX_BYTE_BLOCK_MIN)) in _tx_byte_pool_search() 327 …next_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (memory_size + ((sizeof(UCHAR *)) + (sizeof(ALIGN_TY… in _tx_byte_pool_search() 344 available_bytes = memory_size; in _tx_byte_pool_search()
|
| D | tx_byte_release.c | 92 ULONG memory_size; in _tx_byte_release() local 228 memory_size = susp_thread_ptr -> tx_thread_suspend_info; in _tx_byte_release() 234 work_ptr = _tx_byte_pool_search(pool_ptr, memory_size); in _tx_byte_release() 258 if (susp_thread_ptr -> tx_thread_suspend_info == memory_size) in _tx_byte_release()
|
| /ThreadX-v6.3.0/common/src/ |
| D | txe_byte_allocate.c | 84 ULONG memory_size, ULONG wait_option) in _txe_byte_allocate() argument 121 else if (memory_size == ((ULONG) 0)) in _txe_byte_allocate() 129 else if (memory_size > pool_ptr -> tx_byte_pool_size) in _txe_byte_allocate() 195 status = _tx_byte_allocate(pool_ptr, memory_ptr, memory_size, wait_option); in _txe_byte_allocate()
|
| D | tx_byte_pool_search.c | 87 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size) in _tx_byte_pool_search() argument 111 if (memory_size >= total_theoretical_available) in _tx_byte_pool_search() 175 if (available_bytes >= memory_size) in _tx_byte_pool_search() 283 if ((available_bytes - memory_size) >= ((ULONG) TX_BYTE_BLOCK_MIN)) in _tx_byte_pool_search() 287 …next_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (memory_size + ((sizeof(UCHAR *)) + (sizeof(ALIGN_TY… in _tx_byte_pool_search() 304 available_bytes = memory_size; in _tx_byte_pool_search()
|
| D | tx_byte_allocate.c | 82 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_o… in _tx_byte_allocate() argument 107 …memory_size = (((memory_size + (sizeof(ALIGN_TYPE)))-((ALIGN_TYPE) 1))/(sizeof(ALIGN_TYPE))) * (si… in _tx_byte_allocate() 130 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_BYTE_ALLOCATE, pool_ptr, 0, memory_size, wait_option, TX_TRACE_BY… in _tx_byte_allocate() 173 work_ptr = _tx_byte_pool_search(pool_ptr, memory_size); in _tx_byte_allocate() 293 thread_ptr -> tx_thread_suspend_info = memory_size; in _tx_byte_allocate()
|
| D | tx_byte_release.c | 92 ULONG memory_size; in _tx_byte_release() local 228 memory_size = susp_thread_ptr -> tx_thread_suspend_info; in _tx_byte_release() 234 work_ptr = _tx_byte_pool_search(pool_ptr, memory_size); in _tx_byte_release() 258 if (susp_thread_ptr -> tx_thread_suspend_info == memory_size) in _tx_byte_release()
|
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_byte_allocate.c | 75 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_op… in _txe_byte_allocate() argument 81 extra_parameters[0] = (ALIGN_TYPE) memory_size; in _txe_byte_allocate()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_byte_pool.h | 105 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size);
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_byte_pool.h | 105 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size);
|
| D | tx_api.h | 1516 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, 1535 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, 1546 UINT _txr_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
|
| /ThreadX-v6.3.0/ports/cortex_m3/ghs/inc/ |
| D | tx_el.h | 405 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_BYTE_ALLOCATE, pool_ptr, memory_ptr, memory_size); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports/cortex_r4/ghs/inc/ |
| D | tx_el.h | 405 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_BYTE_ALLOCATE, pool_ptr, memory_ptr, memory_size); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports/cortex_m7/ghs/inc/ |
| D | tx_el.h | 405 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_BYTE_ALLOCATE, pool_ptr, memory_ptr, memory_size); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports/cortex_m4/ghs/inc/ |
| D | tx_el.h | 405 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_BYTE_ALLOCATE, pool_ptr, memory_ptr, memory_size); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports/cortex_a8/ghs/inc/ |
| D | tx_el.h | 405 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_BYTE_ALLOCATE, pool_ptr, memory_ptr, memory_size); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports/cortex_a9/ghs/inc/ |
| D | tx_el.h | 405 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_BYTE_ALLOCATE, pool_ptr, memory_ptr, memory_size); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports/cortex_r5/ghs/inc/ |
| D | tx_el.h | 405 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_BYTE_ALLOCATE, pool_ptr, memory_ptr, memory_size); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports/cortex_r7/ghs/inc/ |
| D | tx_el.h | 405 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_BYTE_ALLOCATE, pool_ptr, memory_ptr, memory_size); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/inc/ |
| D | tx_el.h | 404 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_BYTE_ALLOCATE, pool_ptr, memory_ptr, memory_size); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/inc/ |
| D | tx_el.h | 405 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_BYTE_ALLOCATE, pool_ptr, memory_ptr, memory_size); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/inc/ |
| D | tx_el.h | 404 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_BYTE_ALLOCATE, pool_ptr, memory_ptr, memory_size); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports/cortex_a7/ghs/inc/ |
| D | tx_el.h | 405 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_BYTE_ALLOCATE, pool_ptr, memory_ptr, memory_size); TX_EL_END_FIL…
|
| /ThreadX-v6.3.0/ports/cortex_a5/ghs/inc/ |
| D | tx_el.h | 405 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_BYTE_ALLOCATE, pool_ptr, memory_ptr, memory_size); TX_EL_END_FIL…
|