Searched refs:grefs_per_grant_frame (Results 1 – 1 of 1) sorted by relevance
150 static int grefs_per_grant_frame; variable688 BUG_ON(grefs_per_grant_frame == 0); in grow_gnttab_list()691 extra_entries = more_frames * grefs_per_grant_frame; in grow_gnttab_list()693 nr_glist_frames = (nr_grant_frames * grefs_per_grant_frame + RPP - 1) / RPP; in grow_gnttab_list()695 (new_nr_grant_frames * grefs_per_grant_frame + RPP - 1) / RPP; in grow_gnttab_list()703 for (i = grefs_per_grant_frame * nr_grant_frames; in grow_gnttab_list()704 i < grefs_per_grant_frame * new_nr_grant_frames - 1; i++) in grow_gnttab_list()708 gnttab_free_head = grefs_per_grant_frame * nr_grant_frames; in grow_gnttab_list()810 BUG_ON(grefs_per_grant_frame == 0); in nr_status_frames()811 return (nr_grant_frames * grefs_per_grant_frame + SPP - 1) / SPP; in nr_status_frames()[all …]