Home
last modified time | relevance | path

Searched refs:next_pool (Results 1 – 25 of 28) sorted by relevance

12

/ThreadX-v6.3.0/common/src/
Dtxe_byte_pool_create.c91 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()
Dtxe_block_pool_create.c93 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()
Dtx_block_pool_delete.c85 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()
Dtx_byte_pool_delete.c89 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()
Dtx_block_pool_info_get.c82 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()
Dtx_byte_pool_info_get.c82 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()
Dtx_block_pool_create.c89 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()
Dtx_byte_pool_create.c84 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()
Dtxe_block_pool_info_get.c83 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()
Dtxe_byte_pool_info_get.c83 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/
Dtxe_byte_pool_create.c91 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()
Dtxe_block_pool_create.c93 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()
Dtx_block_pool_delete.c85 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()
Dtx_byte_pool_delete.c89 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()
Dtx_block_pool_info_get.c82 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()
Dtx_byte_pool_info_get.c82 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()
Dtx_block_pool_create.c89 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()
Dtx_byte_pool_create.c84 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()
Dtxe_block_pool_info_get.c83 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()
Dtxe_byte_pool_info_get.c83 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/
Dtxm_block_pool_info_get.c76 …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()
Dtxm_byte_pool_info_get.c76 …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/
Dthreadx_block_memory_information_test.c62 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/
Dthreadx_block_memory_information_test.c62 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()
Dthreadx_byte_memory_information_test.c222 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()

12