Home
last modified time | relevance | path

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

/NextBSD/sys/dev/xen/grant_table/
HDgrant_table.c48 static unsigned int boot_max_nr_grant_frames; variable
477 if (xen_max > boot_max_nr_grant_frames) in max_nr_grant_frames()
478 return (boot_max_nr_grant_frames); in max_nr_grant_frames()
642 boot_max_nr_grant_frames = __max_nr_grant_frames(); in granttable_attach()
647 max_nr_glist_frames = (boot_max_nr_grant_frames * in granttable_attach()