Lines Matching refs:current_ptr

91 UCHAR           *current_ptr;  in _tx_byte_pool_search()  local
117 current_ptr = TX_NULL; in _tx_byte_pool_search() local
129 current_ptr = pool_ptr -> tx_byte_pool_search; in _tx_byte_pool_search()
146 work_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
155 pool_ptr->tx_byte_pool_search = current_ptr; in _tx_byte_pool_search()
165 this_block_link_ptr = TX_UCHAR_TO_INDIRECT_UCHAR_POINTER_CONVERT(current_ptr); in _tx_byte_pool_search()
169 available_bytes = TX_UCHAR_POINTER_DIF(next_ptr, current_ptr); in _tx_byte_pool_search()
215 pool_ptr -> tx_byte_pool_search = current_ptr; in _tx_byte_pool_search()
222 current_ptr = *next_block_link_ptr; in _tx_byte_pool_search()
245 this_block_link_ptr = TX_UCHAR_TO_INDIRECT_UCHAR_POINTER_CONVERT(current_ptr); in _tx_byte_pool_search()
246 current_ptr = *this_block_link_ptr; in _tx_byte_pool_search()
268 current_ptr = pool_ptr -> tx_byte_pool_search; in _tx_byte_pool_search()
286 …next_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (memory_size + ((sizeof(UCHAR *)) + (sizeof(ALIGN_TY… in _tx_byte_pool_search()
290 this_block_link_ptr = TX_UCHAR_TO_INDIRECT_UCHAR_POINTER_CONVERT(current_ptr); in _tx_byte_pool_search()
316 work_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
325 if (current_ptr == pool_ptr -> tx_byte_pool_search) in _tx_byte_pool_search()
329 this_block_link_ptr = TX_UCHAR_TO_INDIRECT_UCHAR_POINTER_CONVERT(current_ptr); in _tx_byte_pool_search()
337current_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (((sizeof(UCHAR *)) + (sizeof(ALIGN_TYPE))))); in _tx_byte_pool_search() local
346 current_ptr = TX_NULL; in _tx_byte_pool_search() local
351 return(current_ptr); in _tx_byte_pool_search()