Lines Matching refs:current_ptr
92 UCHAR *current_ptr; in _tx_byte_pool_search() local
122 current_ptr = TX_NULL; in _tx_byte_pool_search() local
134 current_ptr = pool_ptr -> tx_byte_pool_search; in _tx_byte_pool_search()
151 work_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
160 pool_ptr->tx_byte_pool_search = current_ptr; in _tx_byte_pool_search()
170 this_block_link_ptr = TX_UCHAR_TO_INDIRECT_UCHAR_POINTER_CONVERT(current_ptr); in _tx_byte_pool_search()
174 available_bytes = TX_UCHAR_POINTER_DIF(next_ptr, current_ptr); in _tx_byte_pool_search()
220 pool_ptr -> tx_byte_pool_search = current_ptr; in _tx_byte_pool_search()
227 current_ptr = *next_block_link_ptr; in _tx_byte_pool_search()
250 this_block_link_ptr = TX_UCHAR_TO_INDIRECT_UCHAR_POINTER_CONVERT(current_ptr); in _tx_byte_pool_search()
251 current_ptr = *this_block_link_ptr; in _tx_byte_pool_search()
308 current_ptr = pool_ptr -> tx_byte_pool_search; in _tx_byte_pool_search()
326 …next_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (memory_size + ((sizeof(UCHAR *)) + (sizeof(ALIGN_TY… in _tx_byte_pool_search()
330 this_block_link_ptr = TX_UCHAR_TO_INDIRECT_UCHAR_POINTER_CONVERT(current_ptr); in _tx_byte_pool_search()
356 work_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
365 if (current_ptr == pool_ptr -> tx_byte_pool_search) in _tx_byte_pool_search()
369 this_block_link_ptr = TX_UCHAR_TO_INDIRECT_UCHAR_POINTER_CONVERT(current_ptr); in _tx_byte_pool_search()
377 … current_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (((sizeof(UCHAR *)) + (sizeof(ALIGN_TYPE))))); in _tx_byte_pool_search() local
386 current_ptr = TX_NULL; in _tx_byte_pool_search() local
391 return(current_ptr); in _tx_byte_pool_search()