Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_byte_pool_prioritize.c93 …E_INSERT(TX_TRACE_BYTE_POOL_PRIORITIZE, pool_ptr, pool_ptr -> tx_byte_pool_suspended_count, TX_POI… in _tx_byte_pool_prioritize()
99 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_prioritize()
178 if (suspended_count != pool_ptr -> tx_byte_pool_suspended_count) in _tx_byte_pool_prioritize()
198 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_prioritize()
Dtx_byte_pool_cleanup.c116 if (pool_ptr -> tx_byte_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_byte_pool_cleanup()
128 pool_ptr -> tx_byte_pool_suspended_count--; in _tx_byte_pool_cleanup()
131 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_cleanup()
Dtx_byte_release.c191 …ool_ptr, TX_POINTER_TO_ULONG_CONVERT(memory_ptr), pool_ptr -> tx_byte_pool_suspended_count, pool_p… in _tx_byte_release()
216 if (pool_ptr -> tx_byte_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_byte_release()
221 while (pool_ptr -> tx_byte_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_byte_release()
264 pool_ptr -> tx_byte_pool_suspended_count--; in _tx_byte_release()
267 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_release()
Dtx_byte_pool_delete.c145 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_delete()
146 pool_ptr -> tx_byte_pool_suspended_count = TX_NO_SUSPENSIONS; in _tx_byte_pool_delete()
Dtx_byte_pool_info_get.c132 *suspended_count = (ULONG) pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_info_get()
Dtx_byte_allocate.c303 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_allocate()
306 (pool_ptr -> tx_byte_pool_suspended_count)++; in _tx_byte_allocate()
/ThreadX-v6.3.0/common_smp/src/
Dtx_byte_pool_prioritize.c93 …E_INSERT(TX_TRACE_BYTE_POOL_PRIORITIZE, pool_ptr, pool_ptr -> tx_byte_pool_suspended_count, TX_POI… in _tx_byte_pool_prioritize()
99 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_prioritize()
178 if (suspended_count != pool_ptr -> tx_byte_pool_suspended_count) in _tx_byte_pool_prioritize()
198 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_prioritize()
Dtx_byte_pool_cleanup.c116 if (pool_ptr -> tx_byte_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_byte_pool_cleanup()
128 pool_ptr -> tx_byte_pool_suspended_count--; in _tx_byte_pool_cleanup()
131 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_cleanup()
Dtx_byte_release.c191 …ool_ptr, TX_POINTER_TO_ULONG_CONVERT(memory_ptr), pool_ptr -> tx_byte_pool_suspended_count, pool_p… in _tx_byte_release()
216 if (pool_ptr -> tx_byte_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_byte_release()
221 while (pool_ptr -> tx_byte_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_byte_release()
264 pool_ptr -> tx_byte_pool_suspended_count--; in _tx_byte_release()
267 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_release()
Dtx_byte_pool_delete.c145 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_delete()
146 pool_ptr -> tx_byte_pool_suspended_count = TX_NO_SUSPENSIONS; in _tx_byte_pool_delete()
Dtx_byte_pool_info_get.c132 *suspended_count = (ULONG) pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_info_get()
Dtx_byte_allocate.c303 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_allocate()
306 (pool_ptr -> tx_byte_pool_suspended_count)++; in _tx_byte_allocate()
/ThreadX-v6.3.0/test/tx/regression/
Dtestcontrol.c885 cleanup_byte_pool.tx_byte_pool_suspended_count = 0; in tx_application_define()
893 cleanup_byte_pool.tx_byte_pool_suspended_count = 0; in tx_application_define()
901 cleanup_byte_pool.tx_byte_pool_suspended_count = 0; in tx_application_define()
909 cleanup_byte_pool.tx_byte_pool_suspended_count = 0; in tx_application_define()
917 cleanup_byte_pool.tx_byte_pool_suspended_count = 0; in tx_application_define()
Dthreadx_byte_memory_information_test.c361 …st_suspended != &thread_4) || (suspended_count != byte_pool_0.tx_byte_pool_suspended_count) || (ne… in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dtestcontrol.c1005 cleanup_byte_pool.tx_byte_pool_suspended_count = 0; in tx_application_define()
1013 cleanup_byte_pool.tx_byte_pool_suspended_count = 0; in tx_application_define()
1021 cleanup_byte_pool.tx_byte_pool_suspended_count = 0; in tx_application_define()
1029 cleanup_byte_pool.tx_byte_pool_suspended_count = 0; in tx_application_define()
1037 cleanup_byte_pool.tx_byte_pool_suspended_count = 0; in tx_application_define()
Dthreadx_byte_memory_information_test.c361 …st_suspended != &thread_4) || (suspended_count != byte_pool_0.tx_byte_pool_suspended_count) || (ne… in thread_0_entry()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h783 UINT tx_byte_pool_suspended_count; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h762 UINT tx_byte_pool_suspended_count; member