Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/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.3.0/common_smp/src/
Dtx_byte_pool_search.c97 ULONG available_bytes; in _tx_byte_pool_search() local
137 available_bytes = ((ULONG) 0); in _tx_byte_pool_search()
175 available_bytes = TX_UCHAR_POINTER_DIF(next_ptr, current_ptr); in _tx_byte_pool_search()
176 available_bytes = available_bytes - ((sizeof(UCHAR *)) + (sizeof(ALIGN_TYPE))); in _tx_byte_pool_search()
180 if (available_bytes >= memory_size) in _tx_byte_pool_search()
189 available_bytes = ((ULONG) 0); in _tx_byte_pool_search()
319 if (available_bytes != ((ULONG) 0)) in _tx_byte_pool_search()
323 if ((available_bytes - memory_size) >= ((ULONG) TX_BYTE_BLOCK_MIN)) in _tx_byte_pool_search()
344 available_bytes = memory_size; in _tx_byte_pool_search()
362 …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.3.0/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.3.0/common/inc/
Dtx_api.h1521 UINT _tx_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes,
1540 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes,
1551 UINT _txr_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes,
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1607 UINT _tx_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes,
1626 UINT _txe_byte_pool_info_get(TX_BYTE_POOL *pool_ptr, CHAR **name, ULONG *available_bytes,