Home
last modified time | relevance | path

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

/NextBSD/sys/dev/xen/grant_table/
HDgrant_table.c548 unsigned int max_nr_gframes, nr_gframes; in gnttab_resume() local
551 max_nr_gframes = max_nr_grant_frames(); in gnttab_resume()
552 if (max_nr_gframes < nr_gframes) in gnttab_resume()
560 &gnttab_pseudo_phys_res_id, PAGE_SIZE * max_nr_gframes); in gnttab_resume()