Home | History | Annotate | Download | only in nouveau

Lines Matching refs:nouveau_heap

26 #include "nouveau_heap.h"
29 nouveau_heap_init(struct nouveau_heap **heap,
32 struct nouveau_heap *r;
34 r = calloc(1, sizeof(struct nouveau_heap));
45 nouveau_heap_destroy(struct nouveau_heap **heap)
54 nouveau_heap_alloc(struct nouveau_heap *heap, unsigned size, void *priv,
55 struct nouveau_heap **res)
57 struct nouveau_heap *r;
64 r = calloc(1, sizeof(struct nouveau_heap));
92 nouveau_heap_free(struct nouveau_heap **res)
94 struct nouveau_heap *r;
104 struct nouveau_heap *new = r->next;