Home
last modified time | relevance | path

Searched refs:tx_block_pool_suspended_count (Results 1 – 14 of 14) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_block_pool_prioritize.c93 …_INSERT(TX_TRACE_BLOCK_POOL_PRIORITIZE, pool_ptr, pool_ptr -> tx_block_pool_suspended_count, TX_PO… in _tx_block_pool_prioritize()
99 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize()
178 if (suspended_count != pool_ptr -> tx_block_pool_suspended_count) in _tx_block_pool_prioritize()
198 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize()
Dtx_block_pool_cleanup.c116 if (pool_ptr -> tx_block_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_block_pool_cleanup()
130 pool_ptr -> tx_block_pool_suspended_count--; in _tx_block_pool_cleanup()
133 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_cleanup()
Dtx_block_release.c110 …pool_ptr, TX_POINTER_TO_ULONG_CONVERT(block_ptr), pool_ptr -> tx_block_pool_suspended_count, TX_PO… in _tx_block_release()
123 (pool_ptr -> tx_block_pool_suspended_count)--; in _tx_block_release()
126 suspended_count = (pool_ptr -> tx_block_pool_suspended_count); in _tx_block_release()
Dtx_block_pool_delete.c141 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_delete()
142 pool_ptr -> tx_block_pool_suspended_count = TX_NO_SUSPENSIONS; in _tx_block_pool_delete()
Dtx_block_pool_info_get.c132 *suspended_count = (ULONG) pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_info_get()
Dtx_block_allocate.c263 suspended_count = (pool_ptr -> tx_block_pool_suspended_count); in _tx_block_allocate()
266 (pool_ptr -> tx_block_pool_suspended_count)++; in _tx_block_allocate()
/ThreadX-v6.2.1/common/src/
Dtx_block_pool_prioritize.c93 …_INSERT(TX_TRACE_BLOCK_POOL_PRIORITIZE, pool_ptr, pool_ptr -> tx_block_pool_suspended_count, TX_PO… in _tx_block_pool_prioritize()
99 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize()
178 if (suspended_count != pool_ptr -> tx_block_pool_suspended_count) in _tx_block_pool_prioritize()
198 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize()
Dtx_block_pool_cleanup.c116 if (pool_ptr -> tx_block_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_block_pool_cleanup()
130 pool_ptr -> tx_block_pool_suspended_count--; in _tx_block_pool_cleanup()
133 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_cleanup()
Dtx_block_release.c110 …pool_ptr, TX_POINTER_TO_ULONG_CONVERT(block_ptr), pool_ptr -> tx_block_pool_suspended_count, TX_PO… in _tx_block_release()
123 (pool_ptr -> tx_block_pool_suspended_count)--; in _tx_block_release()
126 suspended_count = (pool_ptr -> tx_block_pool_suspended_count); in _tx_block_release()
Dtx_block_pool_delete.c141 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_delete()
142 pool_ptr -> tx_block_pool_suspended_count = TX_NO_SUSPENSIONS; in _tx_block_pool_delete()
Dtx_block_pool_info_get.c132 *suspended_count = (ULONG) pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_info_get()
Dtx_block_allocate.c263 suspended_count = (pool_ptr -> tx_block_pool_suspended_count); in _tx_block_allocate()
266 (pool_ptr -> tx_block_pool_suspended_count)++; in _tx_block_allocate()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h684 UINT tx_block_pool_suspended_count; member
/ThreadX-v6.2.1/common/inc/
Dtx_api.h663 UINT tx_block_pool_suspended_count; member