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

/freebsd-12-stable/sys/dev/xen/grant_table/
H A Dgrant_table.c474 unsigned int max_nr_grant_frames(void) function
533 area = kva_alloc(PAGE_SIZE * max_nr_grant_frames());
552 max_nr_gframes = max_nr_grant_frames();
578 if (cur + extra > max_nr_grant_frames())

Completed in 104 milliseconds