Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_block_pool_prioritize.c92 …_INSERT(TX_TRACE_BLOCK_POOL_PRIORITIZE, pool_ptr, pool_ptr -> tx_block_pool_suspended_count, TX_PO… in _tx_block_pool_prioritize()
98 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize()
177 if (suspended_count != pool_ptr -> tx_block_pool_suspended_count) in _tx_block_pool_prioritize()
197 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize()
Dtx_block_pool_cleanup.c115 if (pool_ptr -> tx_block_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_block_pool_cleanup()
129 pool_ptr -> tx_block_pool_suspended_count--; in _tx_block_pool_cleanup()
132 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_cleanup()
Dtx_block_release.c109 …pool_ptr, TX_POINTER_TO_ULONG_CONVERT(block_ptr), pool_ptr -> tx_block_pool_suspended_count, TX_PO… in _tx_block_release()
122 (pool_ptr -> tx_block_pool_suspended_count)--; in _tx_block_release()
125 suspended_count = (pool_ptr -> tx_block_pool_suspended_count); in _tx_block_release()
Dtx_block_pool_delete.c140 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_delete()
141 pool_ptr -> tx_block_pool_suspended_count = TX_NO_SUSPENSIONS; in _tx_block_pool_delete()
Dtx_block_pool_info_get.c131 *suspended_count = (ULONG) pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_info_get()
Dtx_block_allocate.c262 suspended_count = (pool_ptr -> tx_block_pool_suspended_count); in _tx_block_allocate()
265 (pool_ptr -> tx_block_pool_suspended_count)++; in _tx_block_allocate()
/ThreadX-v6.4.1/common_smp/src/
Dtx_block_pool_prioritize.c92 …_INSERT(TX_TRACE_BLOCK_POOL_PRIORITIZE, pool_ptr, pool_ptr -> tx_block_pool_suspended_count, TX_PO… in _tx_block_pool_prioritize()
98 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize()
177 if (suspended_count != pool_ptr -> tx_block_pool_suspended_count) in _tx_block_pool_prioritize()
197 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_prioritize()
Dtx_block_pool_cleanup.c115 if (pool_ptr -> tx_block_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_block_pool_cleanup()
129 pool_ptr -> tx_block_pool_suspended_count--; in _tx_block_pool_cleanup()
132 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_cleanup()
Dtx_block_release.c109 …pool_ptr, TX_POINTER_TO_ULONG_CONVERT(block_ptr), pool_ptr -> tx_block_pool_suspended_count, TX_PO… in _tx_block_release()
122 (pool_ptr -> tx_block_pool_suspended_count)--; in _tx_block_release()
125 suspended_count = (pool_ptr -> tx_block_pool_suspended_count); in _tx_block_release()
Dtx_block_pool_delete.c140 suspended_count = pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_delete()
141 pool_ptr -> tx_block_pool_suspended_count = TX_NO_SUSPENSIONS; in _tx_block_pool_delete()
Dtx_block_pool_info_get.c131 *suspended_count = (ULONG) pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_info_get()
Dtx_block_allocate.c262 suspended_count = (pool_ptr -> tx_block_pool_suspended_count); in _tx_block_allocate()
265 (pool_ptr -> tx_block_pool_suspended_count)++; in _tx_block_allocate()
/ThreadX-v6.4.1/test/tx/regression/
Dtestcontrol.c845 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
853 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
861 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
869 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
877 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
Dthreadx_block_memory_information_test.c362 …t_suspended != &thread_4) || (suspended_count != block_pool_0.tx_block_pool_suspended_count) || (n… in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dtestcontrol.c965 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
973 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
981 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
989 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
997 cleanup_block_pool.tx_block_pool_suspended_count = 0; in tx_application_define()
Dthreadx_block_memory_information_test.c362 …t_suspended != &thread_4) || (suspended_count != block_pool_0.tx_block_pool_suspended_count) || (n… in thread_0_entry()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h703 UINT tx_block_pool_suspended_count; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h682 UINT tx_block_pool_suspended_count; member