Home
last modified time | relevance | path

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

/drivers/gpu/drm/imagination/
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()
279 start_page = free_list->max_pages - free_list->current_pages - in pvr_free_list_insert_node_locked()
291 free_list->current_pages += free_list_node->num_pages; in pvr_free_list_insert_node_locked()
340 free_list->current_pages); in pvr_free_list_grow()
341 free_list->current_pages -= free_list->ready_pages; in pvr_free_list_grow()
376 free_list->current_pages += free_list->ready_pages; in pvr_free_list_process_grow_req()
573 free_list->current_pages = 0; in pvr_free_list_reconstruct()
582 free_list->current_pages -= free_list->ready_pages; in pvr_free_list_reconstruct()
[all …]
A Dpvr_free_list.h73 u32 current_pages; member
A Dpvr_hwrt.c60 if (hwrt->free_lists[ROGUE_FW_LOCAL_FREELIST]->current_pages < in hwrt_init_kernel_structure()
A Dpvr_rogue_fwif_check.h433 OFFSET_CHECK(struct rogue_fwif_freelist, current_pages, 28);
A Dpvr_rogue_fwif.h2064 u32 current_pages; member
/drivers/xen/
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()
712 if (pages >= balloon_stats.current_pages || in balloon_add_regions()
717 balloon_stats.current_pages -= pages; in balloon_add_regions()
739 balloon_stats.current_pages = get_num_physpages() - xen_released_pages; in balloon_init()
740 balloon_stats.target_pages = balloon_stats.current_pages; in balloon_init()
743 balloon_stats.total_pages = balloon_stats.current_pages; in balloon_init()
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));

Completed in 24 milliseconds