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

/linux-master/tools/virtio/
H A Dvringh_test.c153 /* Extra room at the end for some data, and indirects */
296 struct vring_desc *indirects; local
301 indirects = (void *)data + (RINGSIZE + 1) * 2 * sizeof(int);
325 /* Don't kfree indirects. */
326 __kfree_ignore_start = indirects;
327 __kfree_ignore_end = indirects + RINGSIZE * 6;
380 __kmalloc_fake = indirects + (xfers % RINGSIZE) * 4;

Completed in 80 milliseconds