Searched refs:xen_max (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/xen/grant_table/
H A Dgrant_table.c476 unsigned int xen_max = __max_nr_grant_frames(); local
478 if (xen_max > boot_max_nr_grant_frames)
480 return (xen_max);

Completed in 112 milliseconds