Lines Matching refs:current_ptr
92 UCHAR *current_ptr; in _tx_byte_pool_search() local
118 current_ptr = TX_NULL; in _tx_byte_pool_search() local
130 current_ptr = pool_ptr -> tx_byte_pool_search; in _tx_byte_pool_search()
147 work_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
156 pool_ptr->tx_byte_pool_search = current_ptr; in _tx_byte_pool_search()
166 this_block_link_ptr = TX_UCHAR_TO_INDIRECT_UCHAR_POINTER_CONVERT(current_ptr); in _tx_byte_pool_search()
170 available_bytes = TX_UCHAR_POINTER_DIF(next_ptr, current_ptr); in _tx_byte_pool_search()
216 pool_ptr -> tx_byte_pool_search = current_ptr; in _tx_byte_pool_search()
223 current_ptr = *next_block_link_ptr; in _tx_byte_pool_search()
246 this_block_link_ptr = TX_UCHAR_TO_INDIRECT_UCHAR_POINTER_CONVERT(current_ptr); in _tx_byte_pool_search()
247 current_ptr = *this_block_link_ptr; in _tx_byte_pool_search()
269 current_ptr = pool_ptr -> tx_byte_pool_search; in _tx_byte_pool_search()
287 …next_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (memory_size + ((sizeof(UCHAR *)) + (sizeof(ALIGN_TY… in _tx_byte_pool_search()
291 this_block_link_ptr = TX_UCHAR_TO_INDIRECT_UCHAR_POINTER_CONVERT(current_ptr); in _tx_byte_pool_search()
317 work_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
326 if (current_ptr == pool_ptr -> tx_byte_pool_search) in _tx_byte_pool_search()
330 this_block_link_ptr = TX_UCHAR_TO_INDIRECT_UCHAR_POINTER_CONVERT(current_ptr); in _tx_byte_pool_search()
338 … current_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (((sizeof(UCHAR *)) + (sizeof(ALIGN_TYPE))))); in _tx_byte_pool_search() local
347 current_ptr = TX_NULL; in _tx_byte_pool_search() local
352 return(current_ptr); in _tx_byte_pool_search()