Searched refs:SIS_HEAP (Results 1 – 3 of 3) sorted by relevance
471 struct SIS_HEAP { struct556 struct SIS_HEAP sisfb_heap; /* This card's vram heap */
132 static struct SIS_HEAP *sisfb_heap;
97 static struct SIS_OH * sisfb_poh_new_node(struct SIS_HEAP *memheap);98 static struct SIS_OH * sisfb_poh_allocate(struct SIS_HEAP *memheap, u32 size);101 static struct SIS_OH * sisfb_poh_free(struct SIS_HEAP *memheap, u32 base);102 static void sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh);3227 sisfb_poh_new_node(struct SIS_HEAP *memheap) in sisfb_poh_new_node()3261 sisfb_poh_allocate(struct SIS_HEAP *memheap, u32 size) in sisfb_poh_allocate()3332 sisfb_poh_free(struct SIS_HEAP *memheap, u32 base) in sisfb_poh_free()3402 sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh) in sisfb_free_node()