Home
last modified time | relevance | path

Searched refs:tx_byte_pool_created_previous (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_byte_pool_create.c160 pool_ptr -> tx_byte_pool_created_previous = pool_ptr; in _tx_byte_pool_create()
167 previous_pool = next_pool -> tx_byte_pool_created_previous; in _tx_byte_pool_create()
170 next_pool -> tx_byte_pool_created_previous = pool_ptr; in _tx_byte_pool_create()
174 pool_ptr -> tx_byte_pool_created_previous = previous_pool; in _tx_byte_pool_create()
Dtx_byte_pool_delete.c126 previous_pool = pool_ptr -> tx_byte_pool_created_previous; in _tx_byte_pool_delete()
127 next_pool -> tx_byte_pool_created_previous = previous_pool; in _tx_byte_pool_delete()
/ThreadX-v6.3.0/common_smp/src/
Dtx_byte_pool_create.c160 pool_ptr -> tx_byte_pool_created_previous = pool_ptr; in _tx_byte_pool_create()
167 previous_pool = next_pool -> tx_byte_pool_created_previous; in _tx_byte_pool_create()
170 next_pool -> tx_byte_pool_created_previous = pool_ptr; in _tx_byte_pool_create()
174 pool_ptr -> tx_byte_pool_created_previous = previous_pool; in _tx_byte_pool_create()
Dtx_byte_pool_delete.c126 previous_pool = pool_ptr -> tx_byte_pool_created_previous; in _tx_byte_pool_delete()
127 next_pool -> tx_byte_pool_created_previous = previous_pool; in _tx_byte_pool_delete()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h788 *tx_byte_pool_created_previous; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h767 *tx_byte_pool_created_previous; member