Lines Matching refs:pool_ptr
86 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size) in _tx_byte_pool_search() argument
113 …total_theoretical_available = pool_ptr -> tx_byte_pool_available + ((pool_ptr -> tx_byte_pool_frag… in _tx_byte_pool_search()
130 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_pool_search()
133 current_ptr = pool_ptr -> tx_byte_pool_search; in _tx_byte_pool_search()
134 examine_blocks = pool_ptr -> tx_byte_pool_fragments + ((UINT) 1); in _tx_byte_pool_search()
146 pool_ptr -> tx_byte_pool_performance_search_count++; in _tx_byte_pool_search()
159 pool_ptr->tx_byte_pool_search = current_ptr; in _tx_byte_pool_search()
204 pool_ptr -> tx_byte_pool_fragments--; in _tx_byte_pool_search()
212 pool_ptr -> tx_byte_pool_performance_merge_count++; in _tx_byte_pool_search()
216 if (pool_ptr -> tx_byte_pool_search == next_ptr) in _tx_byte_pool_search()
219 pool_ptr -> tx_byte_pool_search = current_ptr; in _tx_byte_pool_search()
239 pool_ptr -> tx_byte_pool_performance_search_count++; in _tx_byte_pool_search()
290 if (pool_ptr -> tx_byte_pool_owner != thread_ptr) in _tx_byte_pool_search()
307 current_ptr = pool_ptr -> tx_byte_pool_search; in _tx_byte_pool_search()
308 examine_blocks = pool_ptr -> tx_byte_pool_fragments + ((UINT) 1); in _tx_byte_pool_search()
311 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_pool_search()
336 pool_ptr -> tx_byte_pool_fragments++; in _tx_byte_pool_search()
350 pool_ptr -> tx_byte_pool_performance_split_count++; in _tx_byte_pool_search()
357 *this_block_link_ptr = TX_BYTE_POOL_TO_UCHAR_POINTER_CONVERT(pool_ptr); in _tx_byte_pool_search()
360 …pool_ptr -> tx_byte_pool_available = (pool_ptr -> tx_byte_pool_available - available_bytes) - ((s… in _tx_byte_pool_search()
364 if (current_ptr == pool_ptr -> tx_byte_pool_search) in _tx_byte_pool_search()
369 pool_ptr -> tx_byte_pool_search = *this_block_link_ptr; in _tx_byte_pool_search()