HomeSort by: relevance | last modified time | path
    Searched defs:vmalloc_to_sgt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_vq.c 276 static struct sg_table *vmalloc_to_sgt(char *data, uint32_t size, int *sg_ents) function in typeref:struct:sg_table *
374 sgt = vmalloc_to_sgt(vbuf->data_buf, vbuf->data_size,
virtgpu_vq.c 276 static struct sg_table *vmalloc_to_sgt(char *data, uint32_t size, int *sg_ents) function in typeref:struct:sg_table *
374 sgt = vmalloc_to_sgt(vbuf->data_buf, vbuf->data_size,

Completed in 25 milliseconds