Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/drm2/
HDdrm_bufs.c699 struct drm_buf **temp_buflist; in drm_addbufs_agp() local
811 temp_buflist = realloc(dma->buflist, in drm_addbufs_agp()
814 if (!temp_buflist) { in drm_addbufs_agp()
821 dma->buflist = temp_buflist; in drm_addbufs_agp()
865 struct drm_buf **temp_buflist; in drm_addbufs_pci() local
1010 temp_buflist = realloc(dma->buflist, in drm_addbufs_pci()
1013 if (!temp_buflist) { in drm_addbufs_pci()
1021 dma->buflist = temp_buflist; in drm_addbufs_pci()
1069 struct drm_buf **temp_buflist; in drm_addbufs_sg() local
1175 temp_buflist = realloc(dma->buflist, in drm_addbufs_sg()
[all …]