Searched refs:_max_count (Results 1 – 2 of 2) sorted by relevance
69 , _max_count (0) in BufferPool()124 _max_count = i; in reserve()125 _allocated_num = _max_count; in reserve()140 XCAM_ASSERT (_allocated_num <= _max_count || !_max_count); in add_data_unsafe()
125 uint32_t _max_count; variable