Lines Matching refs:pool_ptr
87 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size) in _tx_byte_pool_search() argument
110 …total_theoretical_available = pool_ptr -> tx_byte_pool_available + ((pool_ptr -> tx_byte_pool_frag… in _tx_byte_pool_search()
127 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_pool_search()
130 current_ptr = pool_ptr -> tx_byte_pool_search; in _tx_byte_pool_search()
131 examine_blocks = pool_ptr -> tx_byte_pool_fragments + ((UINT) 1); in _tx_byte_pool_search()
143 pool_ptr -> tx_byte_pool_performance_search_count++; in _tx_byte_pool_search()
156 pool_ptr->tx_byte_pool_search = current_ptr; in _tx_byte_pool_search()
201 pool_ptr -> tx_byte_pool_fragments--; in _tx_byte_pool_search()
209 pool_ptr -> tx_byte_pool_performance_merge_count++; in _tx_byte_pool_search()
213 if (pool_ptr -> tx_byte_pool_search == next_ptr) in _tx_byte_pool_search()
216 pool_ptr -> tx_byte_pool_search = current_ptr; in _tx_byte_pool_search()
236 pool_ptr -> tx_byte_pool_performance_search_count++; in _tx_byte_pool_search()
264 if (pool_ptr -> tx_byte_pool_owner != thread_ptr) in _tx_byte_pool_search()
269 current_ptr = pool_ptr -> tx_byte_pool_search; in _tx_byte_pool_search()
270 examine_blocks = pool_ptr -> tx_byte_pool_fragments + ((UINT) 1); in _tx_byte_pool_search()
273 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_pool_search()
298 pool_ptr -> tx_byte_pool_fragments++; in _tx_byte_pool_search()
312 pool_ptr -> tx_byte_pool_performance_split_count++; in _tx_byte_pool_search()
319 *this_block_link_ptr = TX_BYTE_POOL_TO_UCHAR_POINTER_CONVERT(pool_ptr); in _tx_byte_pool_search()
322 …pool_ptr -> tx_byte_pool_available = (pool_ptr -> tx_byte_pool_available - available_bytes) - ((s… in _tx_byte_pool_search()
326 if (current_ptr == pool_ptr -> tx_byte_pool_search) in _tx_byte_pool_search()
331 pool_ptr -> tx_byte_pool_search = *this_block_link_ptr; in _tx_byte_pool_search()