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

/freebsd-11-stable/sys/dev/xen/grant_table/
H A Dgrant_table.c473 unsigned int max_nr_grant_frames(void) function
532 area = kva_alloc(PAGE_SIZE * max_nr_grant_frames());
551 max_nr_gframes = max_nr_grant_frames();
577 if (cur + extra > max_nr_grant_frames())

Completed in 66 milliseconds