Home
last modified time | relevance | path

Searched refs:memory_size (Results 1 – 25 of 26) sorted by relevance

12

/ThreadX-v6.3.0/common_smp/src/
Dtxe_byte_allocate.c84 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()
Dtx_byte_allocate.c82 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_o… in _tx_byte_allocate() argument
107memory_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()
Dtx_byte_pool_search.c88 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()
Dtx_byte_release.c92 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/
Dtxe_byte_allocate.c84 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()
Dtx_byte_pool_search.c87 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()
Dtx_byte_allocate.c82 UINT _tx_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, ULONG wait_o… in _tx_byte_allocate() argument
107memory_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()
Dtx_byte_release.c92 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/
Dtxm_byte_allocate.c75 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/
Dtx_byte_pool.h105 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size);
/ThreadX-v6.3.0/common/inc/
Dtx_byte_pool.h105 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size);
Dtx_api.h1516 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/
Dtx_el.h405 …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/
Dtx_el.h405 …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/
Dtx_el.h405 …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/
Dtx_el.h405 …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/
Dtx_el.h405 …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/
Dtx_el.h405 …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/
Dtx_el.h405 …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/
Dtx_el.h405 …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/
Dtx_el.h404 …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/
Dtx_el.h405 …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/
Dtx_el.h404 …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/
Dtx_el.h405 …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/
Dtx_el.h405 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_BYTE_ALLOCATE, pool_ptr, memory_ptr, memory_size); TX_EL_END_FIL…

12