Searched refs:found_node (Results 1 – 3 of 3) sorted by relevance
809 struct mali_page_node *m_page, *found_node = NULL; in mali_mem_swap_allocate_page_on_demand() local820 found_node = m_page; in mali_mem_swap_allocate_page_on_demand()832 found_node = m_page; in mali_mem_swap_allocate_page_on_demand()839 if (NULL == found_node) { in mali_mem_swap_allocate_page_on_demand()843 found_page = shmem_read_mapping_page(global_swap_space, found_node->swap_it->idx); in mali_mem_swap_allocate_page_on_demand()862 struct mali_page_node *m_page, *found_node = NULL, *new_node = NULL; in mali_mem_swap_cow_page_on_demand() local874 found_node = m_page; in mali_mem_swap_cow_page_on_demand()880 if (NULL == found_node) { in mali_mem_swap_cow_page_on_demand()905 if (MALI_FALSE == mali_mem_swap_in_page_node(found_node)) { in mali_mem_swap_cow_page_on_demand()911 _mali_mem_cow_copy_page(found_node, new_node); in mali_mem_swap_cow_page_on_demand()[all …]
709 struct mali_page_node *m_page, *found_node = NULL; in mali_mem_cow_allocate_on_demand() local730 found_node = m_page; in mali_mem_cow_allocate_on_demand()735 MALI_DEBUG_ASSERT(found_node); in mali_mem_cow_allocate_on_demand()736 if (NULL == found_node) { in mali_mem_cow_allocate_on_demand()745 _mali_mem_cow_copy_page(found_node, new_node); in mali_mem_cow_allocate_on_demand()750 if (1 != _mali_page_node_get_ref_count(found_node)) { in mali_mem_cow_allocate_on_demand()759 if (_mali_mem_put_page_node(found_node)) { in mali_mem_cow_allocate_on_demand()767 list_replace(&found_node->list, &new_node->list); in mali_mem_cow_allocate_on_demand()769 kfree(found_node); in mali_mem_cow_allocate_on_demand()
2343 struct tipc_node *found_node = NULL; in tipc_node_find_by_name() local2354 found_node = n; in tipc_node_find_by_name()2359 if (found_node) in tipc_node_find_by_name()2364 return found_node; in tipc_node_find_by_name()