Home
last modified time | relevance | path

Searched refs:available_bytes (Results 1 – 9 of 9) sorted by relevance

/ThreadX-v6.2.1/common/src/
Dtx_byte_pool_search.c96 ULONG available_bytes; in _tx_byte_pool_search() local
132 available_bytes = ((ULONG) 0); in _tx_byte_pool_search()
170 available_bytes = TX_UCHAR_POINTER_DIF(next_ptr, current_ptr); in _tx_byte_pool_search()
171 available_bytes = available_bytes - ((sizeof(UCHAR *)) + (sizeof(ALIGN_TYPE))); in _tx_byte_pool_search()
175 if (available_bytes >= memory_size) in _tx_byte_pool_search()
184 available_bytes = ((ULONG) 0); in _tx_byte_pool_search()
279 if (available_bytes != ((ULONG) 0)) in _tx_byte_pool_search()
283 if ((available_bytes - memory_size) >= ((ULONG) TX_BYTE_BLOCK_MIN)) in _tx_byte_pool_search()
304 available_bytes = memory_size; in _tx_byte_pool_search()
322 …r -> tx_byte_pool_available = (pool_ptr -> tx_byte_pool_available - available_bytes) - ((sizeof(U… in _tx_byte_pool_search()
Dtx_byte_pool_info_get.c80 UINT _tx_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, in _tx_byte_pool_info_get() argument
108 if (available_bytes != TX_NULL) in _tx_byte_pool_info_get()
111 *available_bytes = pool_ptr -> tx_byte_pool_available; in _tx_byte_pool_info_get()
Dtxe_byte_pool_info_get.c81 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, in _txe_byte_pool_info_get() argument
108 status = _tx_byte_pool_info_get(pool_ptr, name, available_bytes, in _txe_byte_pool_info_get()
/ThreadX-v6.2.1/common_smp/src/
Dtx_byte_pool_search.c95 ULONG available_bytes; in _tx_byte_pool_search() local
135 available_bytes = ((ULONG) 0); in _tx_byte_pool_search()
173 available_bytes = TX_UCHAR_POINTER_DIF(next_ptr, current_ptr); in _tx_byte_pool_search()
174 available_bytes = available_bytes - ((sizeof(UCHAR *)) + (sizeof(ALIGN_TYPE))); in _tx_byte_pool_search()
178 if (available_bytes >= memory_size) in _tx_byte_pool_search()
187 available_bytes = ((ULONG) 0); in _tx_byte_pool_search()
317 if (available_bytes != ((ULONG) 0)) in _tx_byte_pool_search()
321 if ((available_bytes - memory_size) >= ((ULONG) TX_BYTE_BLOCK_MIN)) in _tx_byte_pool_search()
342 available_bytes = memory_size; in _tx_byte_pool_search()
360 …r -> tx_byte_pool_available = (pool_ptr -> tx_byte_pool_available - available_bytes) - ((sizeof(U… in _tx_byte_pool_search()
Dtx_byte_pool_info_get.c80 UINT _tx_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, in _tx_byte_pool_info_get() argument
108 if (available_bytes != TX_NULL) in _tx_byte_pool_info_get()
111 *available_bytes = pool_ptr -> tx_byte_pool_available; in _tx_byte_pool_info_get()
Dtxe_byte_pool_info_get.c81 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, in _txe_byte_pool_info_get() argument
108 status = _tx_byte_pool_info_get(pool_ptr, name, available_bytes, in _txe_byte_pool_info_get()
/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_byte_pool_info_get.c76 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes, ULONG *fr… in _txe_byte_pool_info_get() argument
82 extra_parameters[0] = (ALIGN_TYPE) available_bytes; in _txe_byte_pool_info_get()
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1507 UINT _tx_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes,
1526 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes,
1537 UINT _txr_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes,
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1593 UINT _tx_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes,
1612 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes,