Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/fbdev/sis/
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);
3227 sisfb_poh_new_node(struct SIS_HEAP *memheap) in sisfb_poh_new_node() argument
3234 if(memheap->poh_freelist == NULL) { in sisfb_poh_new_node()
3239 poha->poha_next = memheap->poha_chain; in sisfb_poh_new_node()
3240 memheap->poha_chain = poha; in sisfb_poh_new_node()
3251 memheap->poh_freelist = &poha->aoh[0]; in sisfb_poh_new_node()
3254 poh = memheap->poh_freelist; in sisfb_poh_new_node()
[all …]