Searched refs:tx_byte_pool_suspended_count (Results 1 – 18 of 18) sorted by relevance
| /ThreadX-v6.4.1/common/src/ |
| D | tx_byte_pool_prioritize.c | 92 …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()
|
| D | tx_byte_pool_cleanup.c | 115 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()
|
| D | tx_byte_release.c | 190 …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()
|
| D | tx_byte_pool_delete.c | 144 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()
|
| D | tx_byte_pool_info_get.c | 131 *suspended_count = (ULONG) pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_info_get()
|
| D | tx_byte_allocate.c | 302 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/ |
| D | tx_byte_pool_prioritize.c | 92 …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()
|
| D | tx_byte_pool_cleanup.c | 115 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()
|
| D | tx_byte_release.c | 190 …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()
|
| D | tx_byte_pool_delete.c | 144 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()
|
| D | tx_byte_pool_info_get.c | 131 *suspended_count = (ULONG) pool_ptr -> tx_byte_pool_suspended_count; in _tx_byte_pool_info_get()
|
| D | tx_byte_allocate.c | 302 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/ |
| 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.4.1/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.4.1/common_smp/inc/ |
| D | tx_api.h | 788 UINT tx_byte_pool_suspended_count; member
|
| /ThreadX-v6.4.1/common/inc/ |
| D | tx_api.h | 767 UINT tx_byte_pool_suspended_count; member
|