Searched refs:ux_byte_pool_search (Results 1 – 5 of 5) sorted by relevance
96 if ((pool_ptr -> ux_byte_pool_search < pool_ptr -> ux_byte_pool_start) || in _ux_utility_memory_byte_pool_search()97 …(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()105 current_ptr = pool_ptr -> ux_byte_pool_search; in _ux_utility_memory_byte_pool_search()120 pool_ptr->ux_byte_pool_search = current_ptr; in _ux_utility_memory_byte_pool_search()169 if (pool_ptr -> ux_byte_pool_search == next_ptr) in _ux_utility_memory_byte_pool_search()172 pool_ptr -> ux_byte_pool_search = current_ptr; in _ux_utility_memory_byte_pool_search()
206 if (work_ptr < (pool_ptr -> ux_byte_pool_search)) in _ux_utility_memory_free()210 pool_ptr -> ux_byte_pool_search = work_ptr; in _ux_utility_memory_free()
89 pool_ptr -> ux_byte_pool_search = UX_VOID_TO_UCHAR_POINTER_CONVERT(pool_start); in _ux_utility_memory_byte_pool_create()
311 if (current_ptr == pool_ptr -> ux_byte_pool_search) in _ux_utility_memory_allocate()316 pool_ptr -> ux_byte_pool_search = *this_block_link_ptr; in _ux_utility_memory_allocate()
2508 UCHAR *ux_byte_pool_search; member