| /ThreadX-v6.2.1/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_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_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_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.2.1/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.2.1/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.2.1/common/inc/ |
| D | tx_api.h | 1466 ULONG *suspended_count, TX_BLOCK_POOL **next_pool); 1484 ULONG *suspended_count, TX_BLOCK_POOL **next_pool); 1494 ULONG *suspended_count, TX_BLOCK_POOL **next_pool); 1509 ULONG *suspended_count, TX_BYTE_POOL **next_pool); 1528 ULONG *suspended_count, TX_BYTE_POOL **next_pool); 1539 ULONG *suspended_count, TX_BYTE_POOL **next_pool);
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1563 ULONG *suspended_count, TX_BLOCK_POOL **next_pool); 1581 ULONG *suspended_count, TX_BLOCK_POOL **next_pool); 1595 ULONG *suspended_count, TX_BYTE_POOL **next_pool); 1614 ULONG *suspended_count, TX_BYTE_POOL **next_pool);
|