Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_byte_pool_search.c97 UINT examine_blocks; in _tx_byte_pool_search() local
131 examine_blocks = pool_ptr -> tx_byte_pool_fragments + ((UINT) 1); in _tx_byte_pool_search()
226 if (examine_blocks != ((UINT) 0)) in _tx_byte_pool_search()
228 examine_blocks--; in _tx_byte_pool_search()
251 if (examine_blocks != ((UINT) 0)) in _tx_byte_pool_search()
254 examine_blocks--; in _tx_byte_pool_search()
270 examine_blocks = pool_ptr -> tx_byte_pool_fragments + ((UINT) 1); in _tx_byte_pool_search()
275 } while(examine_blocks != ((UINT) 0)); in _tx_byte_pool_search()
/ThreadX-v6.3.0/common_smp/src/
Dtx_byte_pool_search.c98 UINT examine_blocks; in _tx_byte_pool_search() local
136 examine_blocks = pool_ptr -> tx_byte_pool_fragments + ((UINT) 1); in _tx_byte_pool_search()
231 if (examine_blocks != ((UINT) 0)) in _tx_byte_pool_search()
233 examine_blocks--; in _tx_byte_pool_search()
256 if (examine_blocks != ((UINT) 0)) in _tx_byte_pool_search()
259 examine_blocks--; in _tx_byte_pool_search()
310 examine_blocks = pool_ptr -> tx_byte_pool_fragments + ((UINT) 1); in _tx_byte_pool_search()
315 } while(examine_blocks != ((UINT) 0)); in _tx_byte_pool_search()