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

/freebsd-13-stable/sys/dev/xen/grant_table/
H A Dgrant_table.c472 unsigned int max_nr_grant_frames(void) function
531 area = kva_alloc(PAGE_SIZE * max_nr_grant_frames());
550 max_nr_gframes = max_nr_grant_frames();
576 if (cur + extra > max_nr_grant_frames())

Completed in 56 milliseconds