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

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

Completed in 38 milliseconds