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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dsis_main.h731 static struct SIS_OH * sisfb_poh_new_node(struct SIS_HEAP *memheap);
732 static struct SIS_OH * sisfb_poh_allocate(struct SIS_HEAP *memheap, u32 size);
735 static struct SIS_OH * sisfb_poh_free(struct SIS_HEAP *memheap, u32 base);
736 static void sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh);
H A Dsis_main.c3221 sisfb_poh_new_node(struct SIS_HEAP *memheap) argument
3228 if(memheap->poh_freelist == NULL) {
3233 poha->poha_next = memheap->poha_chain;
3234 memheap->poha_chain = poha;
3245 memheap->poh_freelist = &poha->aoh[0];
3248 poh = memheap->poh_freelist;
3249 memheap->poh_freelist = poh->poh_next;
3255 sisfb_poh_allocate(struct SIS_HEAP *memheap, u32 size) argument
3261 if(size > memheap->max_freesize) {
3267 pohThis = memheap
3326 sisfb_poh_free(struct SIS_HEAP *memheap, u32 base) argument
3396 sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh) argument
[all...]

Completed in 91 milliseconds