Searched refs:memheap (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c97 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);
3210 sisfb_poh_new_node(struct SIS_HEAP *memheap) argument
3217 if(memheap->poh_freelist == NULL) {
3222 poha->poha_next = memheap->poha_chain;
3223 memheap->poha_chain = poha;
3234 memheap->poh_freelist = &poha->aoh[0];
3237 poh = memheap
3244 sisfb_poh_allocate(struct SIS_HEAP *memheap, u32 size) argument
3315 sisfb_poh_free(struct SIS_HEAP *memheap, u32 base) argument
3385 sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh) argument
[all...]

Completed in 110 milliseconds