Searched refs:tx_byte_pool_suspended_count (Results 1 – 18 of 18) sorted by relevance
| /ThreadX-v6.3.0/common/src/ |
| D | tx_byte_pool_prioritize.c | 93 …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()
|
| D | tx_byte_pool_cleanup.c | 116 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()
|
| D | tx_byte_release.c | 191 …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()
|
| D | tx_byte_pool_delete.c | 145 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()
|
| D | tx_byte_pool_info_get.c | 132 *suspended_count = (ULONG) pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_info_get()
|
| D | tx_byte_allocate.c | 303 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/ |
| D | tx_byte_pool_prioritize.c | 93 …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()
|
| D | tx_byte_pool_cleanup.c | 116 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()
|
| D | tx_byte_release.c | 191 …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()
|
| D | tx_byte_pool_delete.c | 145 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()
|
| D | tx_byte_pool_info_get.c | 132 *suspended_count = (ULONG) pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_info_get()
|
| D | tx_byte_allocate.c | 303 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/ |
| D | testcontrol.c | 885 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()
|
| D | threadx_byte_memory_information_test.c | 361 …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/ |
| D | testcontrol.c | 1005 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()
|
| D | threadx_byte_memory_information_test.c | 361 …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/ |
| D | tx_api.h | 783 UINT tx_byte_pool_suspended_count; member
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 762 UINT tx_byte_pool_suspended_count; member
|