Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H A Dsis_main.c3229 struct SIS_OHALLOC *poha; in sisfb_poh_new_node() local
3235 poha = kmalloc(SIS_OH_ALLOC_SIZE, GFP_KERNEL); in sisfb_poh_new_node()
3236 if(!poha) 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()
3244 poh = &poha->aoh[0]; in sisfb_poh_new_node()
3251 memheap->poh_freelist = &poha->aoh[0]; in sisfb_poh_new_node()
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H A Dsis_main.c3241 struct SIS_OHALLOC *poha; in sisfb_poh_new_node() local
3247 poha = kmalloc(SIS_OH_ALLOC_SIZE, GFP_KERNEL); in sisfb_poh_new_node()
3248 if(!poha) in sisfb_poh_new_node()
3251 poha->poha_next = memheap->poha_chain; in sisfb_poh_new_node()
3252 memheap->poha_chain = poha; in sisfb_poh_new_node()
3256 poh = &poha->aoh[0]; in sisfb_poh_new_node()
3263 memheap->poh_freelist = &poha->aoh[0]; in sisfb_poh_new_node()

Completed in 14 milliseconds