Home
last modified time | relevance | path

Searched refs:gnttab_expand (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/xen/
Dgrant-table.c167 static int gnttab_expand(unsigned int req_entries);
188 ((rc = gnttab_expand(count - gnttab_free_count)) < 0)) { in get_free_entries()
278 ret = gnttab_expand(count - gnttab_free_count); in get_free_entries_seq()
287 ret = gnttab_expand(count - get_seq_entry_count()); in get_free_entries_seq()
1598 static int gnttab_expand(unsigned int req_entries) in gnttab_expand() function