/ThreadX-v6.4.1/common_smp/src/ |
D | txe_byte_pool_create.c | 90 TX_BYTE_POOL *next_pool; in _txe_byte_pool_create() local 127 next_pool = _tx_byte_pool_created_ptr; in _txe_byte_pool_create() local 132 if (pool_ptr == next_pool) in _txe_byte_pool_create() 141 next_pool = next_pool -> tx_byte_pool_created_next; in _txe_byte_pool_create() 158 if (pool_ptr == next_pool) in _txe_byte_pool_create()
|
D | txe_block_pool_create.c | 92 TX_BLOCK_POOL *next_pool; in _txe_block_pool_create() local 129 next_pool = _tx_block_pool_created_ptr; in _txe_block_pool_create() local 134 if (pool_ptr == next_pool) in _txe_block_pool_create() 142 next_pool = next_pool -> tx_block_pool_created_next; in _txe_block_pool_create() 159 if (pool_ptr == next_pool) in _txe_block_pool_create()
|
D | tx_block_pool_delete.c | 84 TX_BLOCK_POOL *next_pool; in _tx_block_pool_delete() local 120 next_pool = pool_ptr -> tx_block_pool_created_next; in _tx_block_pool_delete() 122 next_pool -> tx_block_pool_created_previous = previous_pool; in _tx_block_pool_delete() 123 previous_pool -> tx_block_pool_created_next = next_pool; in _tx_block_pool_delete() 130 _tx_block_pool_created_ptr = next_pool; in _tx_block_pool_delete()
|
D | tx_byte_pool_delete.c | 88 TX_BYTE_POOL *next_pool; in _tx_byte_pool_delete() local 124 next_pool = pool_ptr -> tx_byte_pool_created_next; in _tx_byte_pool_delete() 126 next_pool -> tx_byte_pool_created_previous = previous_pool; in _tx_byte_pool_delete() 127 previous_pool -> tx_byte_pool_created_next = next_pool; in _tx_byte_pool_delete() 134 _tx_byte_pool_created_ptr = next_pool; in _tx_byte_pool_delete()
|
D | tx_block_pool_info_get.c | 81 ULONG *suspended_count, TX_BLOCK_POOL **next_pool) in _tx_block_pool_info_get() argument 135 if (next_pool != TX_NULL) in _tx_block_pool_info_get() 138 *next_pool = pool_ptr -> tx_block_pool_created_next; in _tx_block_pool_info_get()
|
D | tx_byte_pool_info_get.c | 81 ULONG *suspended_count, TX_BYTE_POOL **next_pool) in _tx_byte_pool_info_get() argument 135 if (next_pool != TX_NULL) in _tx_byte_pool_info_get() 138 *next_pool = pool_ptr -> tx_byte_pool_created_next; in _tx_byte_pool_info_get()
|
D | tx_block_pool_create.c | 88 TX_BLOCK_POOL *next_pool; in _tx_block_pool_create() local 171 next_pool = _tx_block_pool_created_ptr; in _tx_block_pool_create() 172 previous_pool = next_pool -> tx_block_pool_created_previous; in _tx_block_pool_create() 175 next_pool -> tx_block_pool_created_previous = pool_ptr; in _tx_block_pool_create() 180 pool_ptr -> tx_block_pool_created_next = next_pool; in _tx_block_pool_create()
|
D | tx_byte_pool_create.c | 83 TX_BYTE_POOL *next_pool; in _tx_byte_pool_create() local 165 next_pool = _tx_byte_pool_created_ptr; in _tx_byte_pool_create() 166 previous_pool = next_pool -> tx_byte_pool_created_previous; in _tx_byte_pool_create() 169 next_pool -> tx_byte_pool_created_previous = pool_ptr; in _tx_byte_pool_create() 174 pool_ptr -> tx_byte_pool_created_next = next_pool; in _tx_byte_pool_create()
|
D | txe_block_pool_info_get.c | 82 ULONG *suspended_count, TX_BLOCK_POOL **next_pool) in _txe_block_pool_info_get() argument 109 total_blocks, first_suspended, suspended_count, next_pool); in _txe_block_pool_info_get()
|
D | txe_byte_pool_info_get.c | 82 ULONG *suspended_count, TX_BYTE_POOL **next_pool) in _txe_byte_pool_info_get() argument 108 fragments, first_suspended, suspended_count, next_pool); in _txe_byte_pool_info_get()
|
/ThreadX-v6.4.1/common/src/ |
D | txe_byte_pool_create.c | 90 TX_BYTE_POOL *next_pool; in _txe_byte_pool_create() local 127 next_pool = _tx_byte_pool_created_ptr; in _txe_byte_pool_create() local 132 if (pool_ptr == next_pool) in _txe_byte_pool_create() 141 next_pool = next_pool -> tx_byte_pool_created_next; in _txe_byte_pool_create() 158 if (pool_ptr == next_pool) in _txe_byte_pool_create()
|
D | txe_block_pool_create.c | 92 TX_BLOCK_POOL *next_pool; in _txe_block_pool_create() local 129 next_pool = _tx_block_pool_created_ptr; in _txe_block_pool_create() local 134 if (pool_ptr == next_pool) in _txe_block_pool_create() 142 next_pool = next_pool -> tx_block_pool_created_next; in _txe_block_pool_create() 159 if (pool_ptr == next_pool) in _txe_block_pool_create()
|
D | tx_block_pool_delete.c | 84 TX_BLOCK_POOL *next_pool; in _tx_block_pool_delete() local 120 next_pool = pool_ptr -> tx_block_pool_created_next; in _tx_block_pool_delete() 122 next_pool -> tx_block_pool_created_previous = previous_pool; in _tx_block_pool_delete() 123 previous_pool -> tx_block_pool_created_next = next_pool; in _tx_block_pool_delete() 130 _tx_block_pool_created_ptr = next_pool; in _tx_block_pool_delete()
|
D | tx_byte_pool_delete.c | 88 TX_BYTE_POOL *next_pool; in _tx_byte_pool_delete() local 124 next_pool = pool_ptr -> tx_byte_pool_created_next; in _tx_byte_pool_delete() 126 next_pool -> tx_byte_pool_created_previous = previous_pool; in _tx_byte_pool_delete() 127 previous_pool -> tx_byte_pool_created_next = next_pool; in _tx_byte_pool_delete() 134 _tx_byte_pool_created_ptr = next_pool; in _tx_byte_pool_delete()
|
D | tx_byte_pool_info_get.c | 81 ULONG *suspended_count, TX_BYTE_POOL **next_pool) in _tx_byte_pool_info_get() argument 135 if (next_pool != TX_NULL) in _tx_byte_pool_info_get() 138 *next_pool = pool_ptr -> tx_byte_pool_created_next; in _tx_byte_pool_info_get()
|
D | tx_block_pool_info_get.c | 81 ULONG *suspended_count, TX_BLOCK_POOL **next_pool) in _tx_block_pool_info_get() argument 135 if (next_pool != TX_NULL) in _tx_block_pool_info_get() 138 *next_pool = pool_ptr -> tx_block_pool_created_next; in _tx_block_pool_info_get()
|
D | tx_block_pool_create.c | 88 TX_BLOCK_POOL *next_pool; in _tx_block_pool_create() local 171 next_pool = _tx_block_pool_created_ptr; in _tx_block_pool_create() 172 previous_pool = next_pool -> tx_block_pool_created_previous; in _tx_block_pool_create() 175 next_pool -> tx_block_pool_created_previous = pool_ptr; in _tx_block_pool_create() 180 pool_ptr -> tx_block_pool_created_next = next_pool; in _tx_block_pool_create()
|
D | tx_byte_pool_create.c | 83 TX_BYTE_POOL *next_pool; in _tx_byte_pool_create() local 165 next_pool = _tx_byte_pool_created_ptr; in _tx_byte_pool_create() 166 previous_pool = next_pool -> tx_byte_pool_created_previous; in _tx_byte_pool_create() 169 next_pool -> tx_byte_pool_created_previous = pool_ptr; in _tx_byte_pool_create() 174 pool_ptr -> tx_byte_pool_created_next = next_pool; in _tx_byte_pool_create()
|
D | txe_byte_pool_info_get.c | 82 ULONG *suspended_count, TX_BYTE_POOL **next_pool) in _txe_byte_pool_info_get() argument 108 fragments, first_suspended, suspended_count, next_pool); in _txe_byte_pool_info_get()
|
D | txe_block_pool_info_get.c | 82 ULONG *suspended_count, TX_BLOCK_POOL **next_pool) in _txe_block_pool_info_get() argument 109 total_blocks, first_suspended, suspended_count, next_pool); in _txe_block_pool_info_get()
|
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_block_pool_info_get.c | 75 …LONG *total_blocks, TX_THREAD **first_suspended, ULONG *suspended_count, TX_BLOCK_POOL **next_pool) in _txe_block_pool_info_get() argument 85 extra_parameters[4] = (ALIGN_TYPE) next_pool; in _txe_block_pool_info_get()
|
D | txm_byte_pool_info_get.c | 75 …s, ULONG *fragments, TX_THREAD **first_suspended, ULONG *suspended_count, TX_BYTE_POOL **next_pool) in _txe_byte_pool_info_get() argument 85 extra_parameters[4] = (ALIGN_TYPE) next_pool; in _txe_byte_pool_info_get()
|
/ThreadX-v6.4.1/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()
|
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()
|
/ThreadX-v6.4.1/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()
|