Searched refs:tx_block_pool_suspended_count (Results 1 – 18 of 18) sorted by relevance
/ThreadX-v6.4.1/common/src/ |
D | tx_block_pool_prioritize.c | 92 …_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()
|
D | tx_block_pool_cleanup.c | 115 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()
|
D | tx_block_release.c | 109 …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()
|
D | tx_block_pool_delete.c | 140 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()
|
D | tx_block_pool_info_get.c | 131 *suspended_count = (ULONG) pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_info_get()
|
D | tx_block_allocate.c | 262 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/ |
D | tx_block_pool_prioritize.c | 92 …_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()
|
D | tx_block_pool_cleanup.c | 115 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()
|
D | tx_block_release.c | 109 …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()
|
D | tx_block_pool_delete.c | 140 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()
|
D | tx_block_pool_info_get.c | 131 *suspended_count = (ULONG) pool_ptr -> tx_block_pool_suspended_count; in _tx_block_pool_info_get()
|
D | tx_block_allocate.c | 262 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/ |
D | testcontrol.c | 845 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()
|
D | threadx_block_memory_information_test.c | 362 …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/ |
D | testcontrol.c | 965 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()
|
D | threadx_block_memory_information_test.c | 362 …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/ |
D | tx_api.h | 703 UINT tx_block_pool_suspended_count; member
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 682 UINT tx_block_pool_suspended_count; member
|