Lines Matching refs:extra
197 static void hgcm_call_add_pagelist_size(void *buf, u32 len, size_t *extra)
202 *extra += offsetof(struct vmmdev_hgcm_pagelist, pages[page_count]);
207 void **bounce_buf_ret, size_t *extra)
235 hgcm_call_add_pagelist_size(bounce_buf, len, extra);
241 * figure out how much extra storage we need for page lists.
246 * @extra: Where to return the extra request space needed for
251 u32 parm_count, void ***bounce_bufs_ret, size_t *extra)
278 extra);
292 hgcm_call_add_pagelist_size(buf, len, extra);
622 * call_size with the amount of extra space needed for page lists.