Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/sis/
Dsis_main.c3191 struct SIS_OHALLOC *poha; in sisfb_poh_new_node() local
3197 poha = kmalloc(SIS_OH_ALLOC_SIZE, GFP_KERNEL); in sisfb_poh_new_node()
3198 if(!poha) in sisfb_poh_new_node()
3201 poha->poha_next = memheap->poha_chain; in sisfb_poh_new_node()
3202 memheap->poha_chain = poha; in sisfb_poh_new_node()
3206 poh = &poha->aoh[0]; in sisfb_poh_new_node()
3213 memheap->poh_freelist = &poha->aoh[0]; in sisfb_poh_new_node()