Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_byte_pool_prioritize.c92 …E_INSERT(TX_TRACE_BYTE_POOL_PRIORITIZE, pool_ptr, pool_ptr -> tx_byte_pool_suspended_count, TX_POI… in _tx_byte_pool_prioritize()
98 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_prioritize()
177 if (suspended_count != pool_ptr -> tx_byte_pool_suspended_count) in _tx_byte_pool_prioritize()
197 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_prioritize()
Dtx_byte_pool_cleanup.c115 if (pool_ptr -> tx_byte_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_byte_pool_cleanup()
127 pool_ptr -> tx_byte_pool_suspended_count--; in _tx_byte_pool_cleanup()
130 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_cleanup()
Dtx_byte_release.c190 …ool_ptr, TX_POINTER_TO_ULONG_CONVERT(memory_ptr), pool_ptr -> tx_byte_pool_suspended_count, pool_p… in _tx_byte_release()
215 if (pool_ptr -> tx_byte_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_byte_release()
220 while (pool_ptr -> tx_byte_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_byte_release()
263 pool_ptr -> tx_byte_pool_suspended_count--; in _tx_byte_release()
266 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_release()
Dtx_byte_pool_delete.c144 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_delete()
145 pool_ptr -> tx_byte_pool_suspended_count = TX_NO_SUSPENSIONS; in _tx_byte_pool_delete()
Dtx_byte_pool_info_get.c131 *suspended_count = (ULONG) pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_info_get()
Dtx_byte_allocate.c302 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_allocate()
305 (pool_ptr -> tx_byte_pool_suspended_count)++; in _tx_byte_allocate()
/ThreadX-v6.4.1/common_smp/src/
Dtx_byte_pool_prioritize.c92 …E_INSERT(TX_TRACE_BYTE_POOL_PRIORITIZE, pool_ptr, pool_ptr -> tx_byte_pool_suspended_count, TX_POI… in _tx_byte_pool_prioritize()
98 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_prioritize()
177 if (suspended_count != pool_ptr -> tx_byte_pool_suspended_count) in _tx_byte_pool_prioritize()
197 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_prioritize()
Dtx_byte_pool_cleanup.c115 if (pool_ptr -> tx_byte_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_byte_pool_cleanup()
127 pool_ptr -> tx_byte_pool_suspended_count--; in _tx_byte_pool_cleanup()
130 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_cleanup()
Dtx_byte_release.c190 …ool_ptr, TX_POINTER_TO_ULONG_CONVERT(memory_ptr), pool_ptr -> tx_byte_pool_suspended_count, pool_p… in _tx_byte_release()
215 if (pool_ptr -> tx_byte_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_byte_release()
220 while (pool_ptr -> tx_byte_pool_suspended_count != TX_NO_SUSPENSIONS) in _tx_byte_release()
263 pool_ptr -> tx_byte_pool_suspended_count--; in _tx_byte_release()
266 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_release()
Dtx_byte_pool_delete.c144 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_delete()
145 pool_ptr -> tx_byte_pool_suspended_count = TX_NO_SUSPENSIONS; in _tx_byte_pool_delete()
Dtx_byte_pool_info_get.c131 *suspended_count = (ULONG) pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_info_get()
Dtx_byte_allocate.c302 suspended_count = pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_allocate()
305 (pool_ptr -> tx_byte_pool_suspended_count)++; in _tx_byte_allocate()
/ThreadX-v6.4.1/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.4.1/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.4.1/common_smp/inc/
Dtx_api.h788 UINT tx_byte_pool_suspended_count; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h767 UINT tx_byte_pool_suspended_count; member