Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/sis/
Dsis_main.c3277 struct SIS_OH *pohThis; in sisfb_poh_allocate() local
3287 pohThis = memheap->oh_free.poh_next; in sisfb_poh_allocate()
3289 while(pohThis != &memheap->oh_free) { in sisfb_poh_allocate()
3290 if(size <= pohThis->size) { in sisfb_poh_allocate()
3294 pohThis = pohThis->poh_next; in sisfb_poh_allocate()
3303 if(size == pohThis->size) { in sisfb_poh_allocate()
3304 pohRoot = pohThis; in sisfb_poh_allocate()
3305 sisfb_delete_node(pohThis); in sisfb_poh_allocate()
3311 pohRoot->offset = pohThis->offset; in sisfb_poh_allocate()
3314 pohThis->offset += size; in sisfb_poh_allocate()
[all …]