Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_byte_pool_create.c159 pool_ptr -> tx_byte_pool_created_previous = pool_ptr; in _tx_byte_pool_create()
166 previous_pool = next_pool -> tx_byte_pool_created_previous; in _tx_byte_pool_create()
169 next_pool -> tx_byte_pool_created_previous = pool_ptr; in _tx_byte_pool_create()
173 pool_ptr -> tx_byte_pool_created_previous = previous_pool; in _tx_byte_pool_create()
Dtx_byte_pool_delete.c125 previous_pool = pool_ptr -> tx_byte_pool_created_previous; in _tx_byte_pool_delete()
126 next_pool -> tx_byte_pool_created_previous = previous_pool; in _tx_byte_pool_delete()
/ThreadX-v6.4.1/common_smp/src/
Dtx_byte_pool_create.c159 pool_ptr -> tx_byte_pool_created_previous = pool_ptr; in _tx_byte_pool_create()
166 previous_pool = next_pool -> tx_byte_pool_created_previous; in _tx_byte_pool_create()
169 next_pool -> tx_byte_pool_created_previous = pool_ptr; in _tx_byte_pool_create()
173 pool_ptr -> tx_byte_pool_created_previous = previous_pool; in _tx_byte_pool_create()
Dtx_byte_pool_delete.c125 previous_pool = pool_ptr -> tx_byte_pool_created_previous; in _tx_byte_pool_delete()
126 next_pool -> tx_byte_pool_created_previous = previous_pool; in _tx_byte_pool_delete()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h793 *tx_byte_pool_created_previous; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h772 *tx_byte_pool_created_previous; member