Home
last modified time | relevance | path

Searched refs:current_pages (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/gpu/drm/imagination/
H A Dpvr_free_list.c90 free_list->current_pages = 0; in free_list_create_kernel_structure()
185 fw_data->current_stack_top = fw_data->current_pages - 1; in free_list_fw_init()
188 ((fw_data->max_pages - fw_data->current_pages) * in free_list_fw_init()
280 start_page = free_list->max_pages - free_list->current_pages - in pvr_free_list_insert_node_locked()
292 free_list->current_pages += free_list_node->num_pages; in pvr_free_list_insert_node_locked()
341 free_list->current_pages); in pvr_free_list_grow()
342 free_list->current_pages -= free_list->ready_pages; in pvr_free_list_grow()
377 free_list->current_pages += free_list->ready_pages; in pvr_free_list_process_grow_req()
574 free_list->current_pages = 0; in pvr_free_list_reconstruct()
583 free_list->current_pages -= free_list->ready_pages; in pvr_free_list_reconstruct()
[all …]
H A Dpvr_free_list.h73 u32 current_pages; member
H A Dpvr_hwrt.c61 if (hwrt->free_lists[ROGUE_FW_LOCAL_FREELIST]->current_pages < in hwrt_init_kernel_structure()
H A Dpvr_rogue_fwif_check.h433 OFFSET_CHECK(struct rogue_fwif_freelist, current_pages, 28);
H A Dpvr_rogue_fwif.h2064 u32 current_pages; member
/linux-6.15/drivers/xen/
H A Dballoon.c374 balloon_stats.target_pages = balloon_stats.current_pages + in reserve_additional_memory()
382 return balloon_stats.target_pages - balloon_stats.current_pages; in current_credit()
428 balloon_stats.current_pages += rc; in increase_reservation()
485 balloon_stats.current_pages -= nr_pages; in decrease_reservation()
711 if (extra_pfn_end - start_pfn >= balloon_stats.current_pages) { in balloon_add_regions()
715 balloon_stats.current_pages -= extra_pfn_end - start_pfn; in balloon_add_regions()
736 balloon_stats.current_pages = get_num_physpages() - xen_released_pages; in balloon_init()
737 balloon_stats.target_pages = balloon_stats.current_pages; in balloon_init()
740 balloon_stats.total_pages = balloon_stats.current_pages; in balloon_init()
H A Dxen-balloon.c97 static_max = balloon_stats.current_pages; in watch_target()
145 BALLOON_SHOW(current_kb, "%lu\n", PAGES2KB(balloon_stats.current_pages));
/linux-6.15/include/xen/
H A Dballoon.h12 unsigned long current_pages; member