Searched refs:_max_count (Results 1 – 4 of 4) sorted by relevance
25 , _max_count(max_count) in SharedItemPool()27 if (_max_count > 0) in SharedItemPool()28 reserve (_max_count); in SharedItemPool()39 if (_max_count > 0) in init()44 _max_count = get_free_buffer_size (); in init()
161 uint32_t _max_count; variable
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