Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/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.2.1/common_smp/src/
Dtx_byte_pool_search.c96 UINT examine_blocks; in _tx_byte_pool_search() local
134 examine_blocks = pool_ptr -> tx_byte_pool_fragments + ((UINT) 1); in _tx_byte_pool_search()
229 if (examine_blocks != ((UINT) 0)) in _tx_byte_pool_search()
231 examine_blocks--; in _tx_byte_pool_search()
254 if (examine_blocks != ((UINT) 0)) in _tx_byte_pool_search()
257 examine_blocks--; in _tx_byte_pool_search()
308 examine_blocks = pool_ptr -> tx_byte_pool_fragments + ((UINT) 1); in _tx_byte_pool_search()
313 } while(examine_blocks != ((UINT) 0)); in _tx_byte_pool_search()