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

/freebsd-13-stable/sys/dev/xen/grant_table/
H A Dgrant_table.c48 static unsigned int boot_max_nr_grant_frames; variable
476 if (xen_max > boot_max_nr_grant_frames)
477 return (boot_max_nr_grant_frames);
640 boot_max_nr_grant_frames = __max_nr_grant_frames();
645 max_nr_glist_frames = (boot_max_nr_grant_frames *

Completed in 10 milliseconds