| /ThreadX-v6.3.0/common/src/ |
| D | txe_byte_pool_create.c | 91 TX_BYTE_POOL *next_pool; in _txe_byte_pool_create() local 128 next_pool = _tx_byte_pool_created_ptr; in _txe_byte_pool_create() local 133 if (pool_ptr == next_pool) in _txe_byte_pool_create() 142 next_pool = next_pool -> tx_byte_pool_created_next; in _txe_byte_pool_create() 159 if (pool_ptr == next_pool) in _txe_byte_pool_create()
|
| D | txe_block_pool_create.c | 93 TX_BLOCK_POOL *next_pool; in _txe_block_pool_create() local 130 next_pool = _tx_block_pool_created_ptr; in _txe_block_pool_create() local 135 if (pool_ptr == next_pool) in _txe_block_pool_create() 143 next_pool = next_pool -> tx_block_pool_created_next; in _txe_block_pool_create() 160 if (pool_ptr == next_pool) in _txe_block_pool_create()
|
| D | tx_block_pool_delete.c | 85 TX_BLOCK_POOL *next_pool; in _tx_block_pool_delete() local 121 next_pool = pool_ptr -> tx_block_pool_created_next; in _tx_block_pool_delete() 123 next_pool -> tx_block_pool_created_previous = previous_pool; in _tx_block_pool_delete() 124 previous_pool -> tx_block_pool_created_next = next_pool; in _tx_block_pool_delete() 131 _tx_block_pool_created_ptr = next_pool; in _tx_block_pool_delete()
|
| D | tx_byte_pool_delete.c | 89 TX_BYTE_POOL *next_pool; in _tx_byte_pool_delete() local 125 next_pool = pool_ptr -> tx_byte_pool_created_next; in _tx_byte_pool_delete() 127 next_pool -> tx_byte_pool_created_previous = previous_pool; in _tx_byte_pool_delete() 128 previous_pool -> tx_byte_pool_created_next = next_pool; in _tx_byte_pool_delete() 135 _tx_byte_pool_created_ptr = next_pool; in _tx_byte_pool_delete()
|
| D | tx_block_pool_info_get.c | 82 ULONG *suspended_count, TX_BLOCK_POOL **next_pool) in _tx_block_pool_info_get() argument 136 if (next_pool != TX_NULL) in _tx_block_pool_info_get() 139 *next_pool = pool_ptr -> tx_block_pool_created_next; in _tx_block_pool_info_get()
|
| D | tx_byte_pool_info_get.c | 82 ULONG *suspended_count, TX_BYTE_POOL **next_pool) in _tx_byte_pool_info_get() argument 136 if (next_pool != TX_NULL) in _tx_byte_pool_info_get() 139 *next_pool = pool_ptr -> tx_byte_pool_created_next; in _tx_byte_pool_info_get()
|
| D | tx_block_pool_create.c | 89 TX_BLOCK_POOL *next_pool; in _tx_block_pool_create() local 172 next_pool = _tx_block_pool_created_ptr; in _tx_block_pool_create() 173 previous_pool = next_pool -> tx_block_pool_created_previous; in _tx_block_pool_create() 176 next_pool -> tx_block_pool_created_previous = pool_ptr; in _tx_block_pool_create() 181 pool_ptr -> tx_block_pool_created_next = next_pool; in _tx_block_pool_create()
|
| D | tx_byte_pool_create.c | 84 TX_BYTE_POOL *next_pool; in _tx_byte_pool_create() local 166 next_pool = _tx_byte_pool_created_ptr; in _tx_byte_pool_create() 167 previous_pool = next_pool -> tx_byte_pool_created_previous; in _tx_byte_pool_create() 170 next_pool -> tx_byte_pool_created_previous = pool_ptr; in _tx_byte_pool_create() 175 pool_ptr -> tx_byte_pool_created_next = next_pool; in _tx_byte_pool_create()
|
| D | txe_block_pool_info_get.c | 83 ULONG *suspended_count, TX_BLOCK_POOL **next_pool) in _txe_block_pool_info_get() argument 110 total_blocks, first_suspended, suspended_count, next_pool); in _txe_block_pool_info_get()
|
| D | txe_byte_pool_info_get.c | 83 ULONG *suspended_count, TX_BYTE_POOL **next_pool) in _txe_byte_pool_info_get() argument 109 fragments, first_suspended, suspended_count, next_pool); in _txe_byte_pool_info_get()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | txe_byte_pool_create.c | 91 TX_BYTE_POOL *next_pool; in _txe_byte_pool_create() local 128 next_pool = _tx_byte_pool_created_ptr; in _txe_byte_pool_create() local 133 if (pool_ptr == next_pool) in _txe_byte_pool_create() 142 next_pool = next_pool -> tx_byte_pool_created_next; in _txe_byte_pool_create() 159 if (pool_ptr == next_pool) in _txe_byte_pool_create()
|
| D | txe_block_pool_create.c | 93 TX_BLOCK_POOL *next_pool; in _txe_block_pool_create() local 130 next_pool = _tx_block_pool_created_ptr; in _txe_block_pool_create() local 135 if (pool_ptr == next_pool) in _txe_block_pool_create() 143 next_pool = next_pool -> tx_block_pool_created_next; in _txe_block_pool_create() 160 if (pool_ptr == next_pool) in _txe_block_pool_create()
|
| D | tx_block_pool_delete.c | 85 TX_BLOCK_POOL *next_pool; in _tx_block_pool_delete() local 121 next_pool = pool_ptr -> tx_block_pool_created_next; in _tx_block_pool_delete() 123 next_pool -> tx_block_pool_created_previous = previous_pool; in _tx_block_pool_delete() 124 previous_pool -> tx_block_pool_created_next = next_pool; in _tx_block_pool_delete() 131 _tx_block_pool_created_ptr = next_pool; in _tx_block_pool_delete()
|
| D | tx_byte_pool_delete.c | 89 TX_BYTE_POOL *next_pool; in _tx_byte_pool_delete() local 125 next_pool = pool_ptr -> tx_byte_pool_created_next; in _tx_byte_pool_delete() 127 next_pool -> tx_byte_pool_created_previous = previous_pool; in _tx_byte_pool_delete() 128 previous_pool -> tx_byte_pool_created_next = next_pool; in _tx_byte_pool_delete() 135 _tx_byte_pool_created_ptr = next_pool; in _tx_byte_pool_delete()
|
| D | tx_block_pool_info_get.c | 82 ULONG *suspended_count, TX_BLOCK_POOL **next_pool) in _tx_block_pool_info_get() argument 136 if (next_pool != TX_NULL) in _tx_block_pool_info_get() 139 *next_pool = pool_ptr -> tx_block_pool_created_next; in _tx_block_pool_info_get()
|
| D | tx_byte_pool_info_get.c | 82 ULONG *suspended_count, TX_BYTE_POOL **next_pool) in _tx_byte_pool_info_get() argument 136 if (next_pool != TX_NULL) in _tx_byte_pool_info_get() 139 *next_pool = pool_ptr -> tx_byte_pool_created_next; in _tx_byte_pool_info_get()
|
| D | tx_block_pool_create.c | 89 TX_BLOCK_POOL *next_pool; in _tx_block_pool_create() local 172 next_pool = _tx_block_pool_created_ptr; in _tx_block_pool_create() 173 previous_pool = next_pool -> tx_block_pool_created_previous; in _tx_block_pool_create() 176 next_pool -> tx_block_pool_created_previous = pool_ptr; in _tx_block_pool_create() 181 pool_ptr -> tx_block_pool_created_next = next_pool; in _tx_block_pool_create()
|
| D | tx_byte_pool_create.c | 84 TX_BYTE_POOL *next_pool; in _tx_byte_pool_create() local 166 next_pool = _tx_byte_pool_created_ptr; in _tx_byte_pool_create() 167 previous_pool = next_pool -> tx_byte_pool_created_previous; in _tx_byte_pool_create() 170 next_pool -> tx_byte_pool_created_previous = pool_ptr; in _tx_byte_pool_create() 175 pool_ptr -> tx_byte_pool_created_next = next_pool; in _tx_byte_pool_create()
|
| D | txe_block_pool_info_get.c | 83 ULONG *suspended_count, TX_BLOCK_POOL **next_pool) in _txe_block_pool_info_get() argument 110 total_blocks, first_suspended, suspended_count, next_pool); in _txe_block_pool_info_get()
|
| D | txe_byte_pool_info_get.c | 83 ULONG *suspended_count, TX_BYTE_POOL **next_pool) in _txe_byte_pool_info_get() argument 109 fragments, first_suspended, suspended_count, next_pool); in _txe_byte_pool_info_get()
|
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_block_pool_info_get.c | 76 …LONG *total_blocks, TX_THREAD **first_suspended, ULONG *suspended_count, TX_BLOCK_POOL **next_pool) in _txe_block_pool_info_get() argument 86 extra_parameters[4] = (ALIGN_TYPE) next_pool; in _txe_block_pool_info_get()
|
| D | txm_byte_pool_info_get.c | 76 …s, ULONG *fragments, TX_THREAD **first_suspended, ULONG *suspended_count, TX_BYTE_POOL **next_pool) in _txe_byte_pool_info_get() argument 86 extra_parameters[4] = (ALIGN_TYPE) next_pool; in _txe_byte_pool_info_get()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_block_memory_information_test.c | 62 ULONG *suspended_count, TX_BLOCK_POOL **next_pool); 224 TX_BLOCK_POOL *next_pool; in thread_0_entry() local 358 …t(&block_pool_0, &name, &available, &total_blocks, &first_suspended, &suspended_count, &next_pool); in thread_0_entry() 362 … || (suspended_count != block_pool_0.tx_block_pool_suspended_count) || (next_pool != &block_pool_0… in thread_0_entry()
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_block_memory_information_test.c | 62 ULONG *suspended_count, TX_BLOCK_POOL **next_pool); 224 TX_BLOCK_POOL *next_pool; in thread_0_entry() local 358 …t(&block_pool_0, &name, &available, &total_blocks, &first_suspended, &suspended_count, &next_pool); in thread_0_entry() 362 … || (suspended_count != block_pool_0.tx_block_pool_suspended_count) || (next_pool != &block_pool_0… in thread_0_entry()
|
| D | threadx_byte_memory_information_test.c | 222 TX_BYTE_POOL *next_pool; in thread_0_entry() local 357 …o_get(&byte_pool_0, &name, &available, &fragments, &first_suspended, &suspended_count, &next_pool); in thread_0_entry() 361 …4) || (suspended_count != byte_pool_0.tx_byte_pool_suspended_count) || (next_pool != &byte_pool_0)) in thread_0_entry()
|