Lines Matching refs:current_ptr
93 UCHAR *current_ptr; in _tx_byte_pool_search() local
123 current_ptr = TX_NULL; in _tx_byte_pool_search() local
135 current_ptr = pool_ptr -> tx_byte_pool_search; in _tx_byte_pool_search()
152 work_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
161 pool_ptr->tx_byte_pool_search = current_ptr; in _tx_byte_pool_search()
171 this_block_link_ptr = TX_UCHAR_TO_INDIRECT_UCHAR_POINTER_CONVERT(current_ptr); in _tx_byte_pool_search()
175 available_bytes = TX_UCHAR_POINTER_DIF(next_ptr, current_ptr); in _tx_byte_pool_search()
221 pool_ptr -> tx_byte_pool_search = current_ptr; in _tx_byte_pool_search()
228 current_ptr = *next_block_link_ptr; in _tx_byte_pool_search()
251 this_block_link_ptr = TX_UCHAR_TO_INDIRECT_UCHAR_POINTER_CONVERT(current_ptr); in _tx_byte_pool_search()
252 current_ptr = *this_block_link_ptr; in _tx_byte_pool_search()
309 current_ptr = pool_ptr -> tx_byte_pool_search; in _tx_byte_pool_search()
327 …next_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (memory_size + ((sizeof(UCHAR *)) + (sizeof(ALIGN_TY… in _tx_byte_pool_search()
331 this_block_link_ptr = TX_UCHAR_TO_INDIRECT_UCHAR_POINTER_CONVERT(current_ptr); in _tx_byte_pool_search()
357 work_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
366 if (current_ptr == pool_ptr -> tx_byte_pool_search) in _tx_byte_pool_search()
370 this_block_link_ptr = TX_UCHAR_TO_INDIRECT_UCHAR_POINTER_CONVERT(current_ptr); in _tx_byte_pool_search()
378 … current_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (((sizeof(UCHAR *)) + (sizeof(ALIGN_TYPE))))); in _tx_byte_pool_search() local
387 current_ptr = TX_NULL; in _tx_byte_pool_search() local
392 return(current_ptr); in _tx_byte_pool_search()