/src/sys/external/bsd/drm/dist/shared-core/ |
radeon_mem.c | 83 static struct mem_block *alloc_block(struct mem_block *heap, int size, function in typeref:struct:mem_block * 241 block = alloc_block(*heap, alloc->size, alloc->alignment, file_priv);
|
radeon_mem.c | 83 static struct mem_block *alloc_block(struct mem_block *heap, int size, function in typeref:struct:mem_block * 241 block = alloc_block(*heap, alloc->size, alloc->alignment, file_priv);
|
i915_mem.c | 133 static struct mem_block *alloc_block(struct mem_block *heap, int size, function in typeref:struct:mem_block * 293 block = alloc_block(*heap, alloc->size, alloc->alignment, file_priv);
|
i915_mem.c | 133 static struct mem_block *alloc_block(struct mem_block *heap, int size, function in typeref:struct:mem_block * 293 block = alloc_block(*heap, alloc->size, alloc->alignment, file_priv);
|