Home
last modified time | relevance | path

Searched refs:tx_byte_pool_fragments (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.2.1/common/src/
Dtx_byte_pool_search.c110 …l_available = pool_ptr -> tx_byte_pool_available + ((pool_ptr -> tx_byte_pool_fragments - 2) * ((s… in _tx_byte_pool_search()
131 examine_blocks = pool_ptr -> tx_byte_pool_fragments + ((UINT) 1); in _tx_byte_pool_search()
201 pool_ptr -> tx_byte_pool_fragments--; in _tx_byte_pool_search()
270 examine_blocks = pool_ptr -> tx_byte_pool_fragments + ((UINT) 1); in _tx_byte_pool_search()
298 pool_ptr -> tx_byte_pool_fragments++; in _tx_byte_pool_search()
Dtx_byte_pool_info_get.c118 *fragments = (ULONG) pool_ptr -> tx_byte_pool_fragments; in _tx_byte_pool_info_get()
Dtx_byte_pool_create.c112 pool_ptr -> tx_byte_pool_fragments = ((UINT) 2); in _tx_byte_pool_create()
/ThreadX-v6.2.1/common_smp/src/
Dtx_byte_pool_search.c113 …l_available = pool_ptr -> tx_byte_pool_available + ((pool_ptr -> tx_byte_pool_fragments - 2) * ((s… in _tx_byte_pool_search()
134 examine_blocks = pool_ptr -> tx_byte_pool_fragments + ((UINT) 1); in _tx_byte_pool_search()
204 pool_ptr -> tx_byte_pool_fragments--; in _tx_byte_pool_search()
308 examine_blocks = pool_ptr -> tx_byte_pool_fragments + ((UINT) 1); in _tx_byte_pool_search()
336 pool_ptr -> tx_byte_pool_fragments++; in _tx_byte_pool_search()
Dtx_byte_pool_info_get.c118 *fragments = (ULONG) pool_ptr -> tx_byte_pool_fragments; in _tx_byte_pool_info_get()
Dtx_byte_pool_create.c112 pool_ptr -> tx_byte_pool_fragments = ((UINT) 2); in _tx_byte_pool_create()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h744 UINT tx_byte_pool_fragments; member
/ThreadX-v6.2.1/common/inc/
Dtx_api.h723 UINT tx_byte_pool_fragments; member