Searched refs:ux_byte_pool_search (Results 1 – 5 of 5) sorted by relevance
97 if ((pool_ptr -> ux_byte_pool_search < pool_ptr -> ux_byte_pool_start) || in _ux_utility_memory_byte_pool_search()98 …(pool_ptr -> ux_byte_pool_search > pool_ptr -> ux_byte_pool_start + pool_ptr -> ux_byte_pool_size)) in _ux_utility_memory_byte_pool_search()106 current_ptr = pool_ptr -> ux_byte_pool_search; in _ux_utility_memory_byte_pool_search()121 pool_ptr->ux_byte_pool_search = current_ptr; in _ux_utility_memory_byte_pool_search()170 if (pool_ptr -> ux_byte_pool_search == next_ptr) in _ux_utility_memory_byte_pool_search()173 pool_ptr -> ux_byte_pool_search = current_ptr; in _ux_utility_memory_byte_pool_search()
207 if (work_ptr < (pool_ptr -> ux_byte_pool_search)) in _ux_utility_memory_free()211 pool_ptr -> ux_byte_pool_search = work_ptr; in _ux_utility_memory_free()
90 pool_ptr -> ux_byte_pool_search = UX_VOID_TO_UCHAR_POINTER_CONVERT(pool_start); in _ux_utility_memory_byte_pool_create()
312 if (current_ptr == pool_ptr -> ux_byte_pool_search) in _ux_utility_memory_allocate()317 pool_ptr -> ux_byte_pool_search = *this_block_link_ptr; in _ux_utility_memory_allocate()
2504 UCHAR *ux_byte_pool_search; member