Home
last modified time | relevance | path

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

/linux/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()
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 …]
A Dpvr_free_list.h73 u32 current_pages; member
A Dpvr_hwrt.c61 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
/linux/drivers/xen/
A Dballoon.c370 balloon_stats.target_pages = balloon_stats.current_pages + in reserve_additional_memory()
378 return balloon_stats.target_pages - balloon_stats.current_pages; in current_credit()
424 balloon_stats.current_pages += rc; in increase_reservation()
481 balloon_stats.current_pages -= nr_pages; in decrease_reservation()
715 balloon_stats.current_pages = xen_pv_domain() in balloon_init()
719 balloon_stats.current_pages = get_num_physpages(); in balloon_init()
721 balloon_stats.target_pages = balloon_stats.current_pages; in balloon_init()
724 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));
/linux/include/xen/
A Dballoon.h12 unsigned long current_pages; member

Completed in 26 milliseconds