/ThreadX-v6.4.1/common_smp/src/ |
D | txe_byte_allocate.c | 83 ULONG memory_size, ULONG wait_option) in _txe_byte_allocate() argument 120 else if (memory_size == ((ULONG) 0)) in _txe_byte_allocate() 128 else if (memory_size > pool_ptr -> tx_byte_pool_size) in _txe_byte_allocate() 194 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 115 if (memory_size >= total_theoretical_available) in _tx_byte_pool_search() 179 if (available_bytes >= memory_size) in _tx_byte_pool_search() 322 if ((available_bytes - memory_size) >= ((ULONG) TX_BYTE_BLOCK_MIN)) in _tx_byte_pool_search() 326 …next_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (memory_size + ((sizeof(UCHAR *)) + (sizeof(ALIGN_TY… in _tx_byte_pool_search() 343 available_bytes = memory_size; in _tx_byte_pool_search()
|
D | tx_byte_allocate.c | 81 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_o… in _tx_byte_allocate() argument 106 …memory_size = (((memory_size + (sizeof(ALIGN_TYPE)))-((ALIGN_TYPE) 1))/(sizeof(ALIGN_TYPE))) * (si… in _tx_byte_allocate() 129 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_BYTE_ALLOCATE, pool_ptr, 0, memory_size, wait_option, TX_TRACE_BY… in _tx_byte_allocate() 172 work_ptr = _tx_byte_pool_search(pool_ptr, memory_size); in _tx_byte_allocate() 292 thread_ptr -> tx_thread_suspend_info = memory_size; in _tx_byte_allocate()
|
D | tx_byte_release.c | 91 ULONG memory_size; in _tx_byte_release() local 227 memory_size = susp_thread_ptr -> tx_thread_suspend_info; in _tx_byte_release() 233 work_ptr = _tx_byte_pool_search(pool_ptr, memory_size); in _tx_byte_release() 257 if (susp_thread_ptr -> tx_thread_suspend_info == memory_size) in _tx_byte_release()
|
/ThreadX-v6.4.1/common/src/ |
D | txe_byte_allocate.c | 83 ULONG memory_size, ULONG wait_option) in _txe_byte_allocate() argument 120 else if (memory_size == ((ULONG) 0)) in _txe_byte_allocate() 128 else if (memory_size > pool_ptr -> tx_byte_pool_size) in _txe_byte_allocate() 194 status = _tx_byte_allocate(pool_ptr, memory_ptr, memory_size, wait_option); in _txe_byte_allocate()
|
D | tx_byte_pool_search.c | 86 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size) in _tx_byte_pool_search() argument 110 if (memory_size >= total_theoretical_available) in _tx_byte_pool_search() 174 if (available_bytes >= memory_size) in _tx_byte_pool_search() 282 if ((available_bytes - memory_size) >= ((ULONG) TX_BYTE_BLOCK_MIN)) in _tx_byte_pool_search() 286 …next_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (memory_size + ((sizeof(UCHAR *)) + (sizeof(ALIGN_TY… in _tx_byte_pool_search() 303 available_bytes = memory_size; in _tx_byte_pool_search()
|
D | tx_byte_allocate.c | 81 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_o… in _tx_byte_allocate() argument 106 …memory_size = (((memory_size + (sizeof(ALIGN_TYPE)))-((ALIGN_TYPE) 1))/(sizeof(ALIGN_TYPE))) * (si… in _tx_byte_allocate() 129 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_BYTE_ALLOCATE, pool_ptr, 0, memory_size, wait_option, TX_TRACE_BY… in _tx_byte_allocate() 172 work_ptr = _tx_byte_pool_search(pool_ptr, memory_size); in _tx_byte_allocate() 292 thread_ptr -> tx_thread_suspend_info = memory_size; in _tx_byte_allocate()
|
D | tx_byte_release.c | 91 ULONG memory_size; in _tx_byte_release() local 227 memory_size = susp_thread_ptr -> tx_thread_suspend_info; in _tx_byte_release() 233 work_ptr = _tx_byte_pool_search(pool_ptr, memory_size); in _tx_byte_release() 257 if (susp_thread_ptr -> tx_thread_suspend_info == memory_size) in _tx_byte_release()
|
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_byte_allocate.c | 74 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_op… in _txe_byte_allocate() argument 80 extra_parameters[0] = (ALIGN_TYPE) memory_size; in _txe_byte_allocate()
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_byte_pool.h | 104 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size);
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_byte_pool.h | 104 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size);
|
D | tx_api.h | 1521 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, 1540 UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, 1551 UINT _txr_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size,
|
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/inc/ |
D | tx_el.h | 403 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_BYTE_ALLOCATE, pool_ptr, memory_ptr, memory_size); TX_EL_END_FIL…
|
/ThreadX-v6.4.1/ports/cortex_m4/ghs/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.4.1/ports/cortex_m3/ghs/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.4.1/ports/cortex_r5/ghs/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.4.1/ports/cortex_a7/ghs/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.4.1/ports_smp/cortex_a5x_smp/green/inc/ |
D | tx_el.h | 403 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_BYTE_ALLOCATE, pool_ptr, memory_ptr, memory_size); TX_EL_END_FIL…
|
/ThreadX-v6.4.1/ports/cortex_r4/ghs/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.4.1/ports/cortex_r7/ghs/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.4.1/ports_arch/ARMv7-M/threadx/ghs/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.4.1/ports/cortex_a8/ghs/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.4.1/ports/cortex_a5/ghs/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.4.1/ports/cortex_a9/ghs/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.4.1/ports/cortex_m7/ghs/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…
|