Home
last modified time | relevance | path

Searched refs:found_node (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_swap_alloc.c809 struct mali_page_node *m_page, *found_node = NULL; in mali_mem_swap_allocate_page_on_demand() local
820 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() local
874 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 …]
H A Dmali_memory_cow.c709 struct mali_page_node *m_page, *found_node = NULL; in mali_mem_cow_allocate_on_demand() local
730 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()
/OK3568_Linux_fs/kernel/net/tipc/
H A Dnode.c2343 struct tipc_node *found_node = NULL; in tipc_node_find_by_name() local
2354 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()