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

/freebsd-12-stable/sys/dev/xen/grant_table/
H A Dgrant_table.c48 static unsigned int boot_max_nr_grant_frames; variable
478 if (xen_max > boot_max_nr_grant_frames)
479 return (boot_max_nr_grant_frames);
642 boot_max_nr_grant_frames = __max_nr_grant_frames();
647 max_nr_glist_frames = (boot_max_nr_grant_frames *

Completed in 105 milliseconds