Home
last modified time | relevance | path

Searched refs:examine_blocks (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtx_byte_pool_search.c96 UINT examine_blocks; in _tx_byte_pool_search() local
130 examine_blocks = pool_ptr -> tx_byte_pool_fragments + ((UINT) 1); in _tx_byte_pool_search()
225 if (examine_blocks != ((UINT) 0)) in _tx_byte_pool_search()
227 examine_blocks--; in _tx_byte_pool_search()
250 if (examine_blocks != ((UINT) 0)) in _tx_byte_pool_search()
253 examine_blocks--; in _tx_byte_pool_search()
269 examine_blocks = pool_ptr -> tx_byte_pool_fragments + ((UINT) 1); in _tx_byte_pool_search()
274 } while(examine_blocks != ((UINT) 0)); in _tx_byte_pool_search()
/ThreadX-v6.4.1/common_smp/src/
Dtx_byte_pool_search.c97 UINT examine_blocks; in _tx_byte_pool_search() local
135 examine_blocks = pool_ptr -> tx_byte_pool_fragments + ((UINT) 1); in _tx_byte_pool_search()
230 if (examine_blocks != ((UINT) 0)) in _tx_byte_pool_search()
232 examine_blocks--; in _tx_byte_pool_search()
255 if (examine_blocks != ((UINT) 0)) in _tx_byte_pool_search()
258 examine_blocks--; in _tx_byte_pool_search()
309 examine_blocks = pool_ptr -> tx_byte_pool_fragments + ((UINT) 1); in _tx_byte_pool_search()
314 } while(examine_blocks != ((UINT) 0)); in _tx_byte_pool_search()