Home
last modified time | relevance | path

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

12

/ThreadX-v6.4.1/common_smp/src/
Dtxe_byte_pool_create.c90 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()
Dtxe_block_pool_create.c92 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()
Dtx_block_pool_delete.c84 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()
Dtx_byte_pool_delete.c88 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()
Dtx_block_pool_info_get.c81 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()
Dtx_byte_pool_info_get.c81 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()
Dtx_block_pool_create.c88 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()
Dtx_byte_pool_create.c83 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()
Dtxe_block_pool_info_get.c82 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()
Dtxe_byte_pool_info_get.c82 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/
Dtxe_byte_pool_create.c90 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()
Dtxe_block_pool_create.c92 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()
Dtx_block_pool_delete.c84 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()
Dtx_byte_pool_delete.c88 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()
Dtx_byte_pool_info_get.c81 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()
Dtx_block_pool_info_get.c81 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()
Dtx_block_pool_create.c88 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()
Dtx_byte_pool_create.c83 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()
Dtxe_byte_pool_info_get.c82 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()
Dtxe_block_pool_info_get.c82 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/
Dtxm_block_pool_info_get.c75 …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()
Dtxm_byte_pool_info_get.c75 …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/
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()
/ThreadX-v6.4.1/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()

12