Searched refs:start_free (Results 1 – 2 of 2) sorted by relevance
2851 struct tagged_addr *start_free = alloc->pages + alloc->nents; in kbase_alloc_phy_pages_helper_locked() local2855 if (is_huge_head(*start_free)) { in kbase_alloc_phy_pages_helper_locked()2858 start_free, in kbase_alloc_phy_pages_helper_locked()2862 start_free += 512; in kbase_alloc_phy_pages_helper_locked()2863 } else if (is_partial(*start_free)) { in kbase_alloc_phy_pages_helper_locked()2865 *start_free); in kbase_alloc_phy_pages_helper_locked()2867 start_free++; in kbase_alloc_phy_pages_helper_locked()2873 start_free, in kbase_alloc_phy_pages_helper_locked()2921 struct tagged_addr *start_free; in kbase_free_phy_pages_helper() local2936 start_free = alloc->pages + alloc->nents - nr_pages_to_free; in kbase_free_phy_pages_helper()[all …]
1458 phys_addr_t *start_free; in kbase_free_phy_pages_helper() local1469 start_free = alloc->pages + alloc->nents - nr_pages_to_free; in kbase_free_phy_pages_helper()1475 start_free, in kbase_free_phy_pages_helper()