Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/sis/
H A Dsis_main.c3246 struct SIS_OH *pohThis; in sisfb_poh_allocate() local
3256 pohThis = memheap->oh_free.poh_next; in sisfb_poh_allocate()
3258 while(pohThis != &memheap->oh_free) { in sisfb_poh_allocate()
3259 if(size <= pohThis->size) { in sisfb_poh_allocate()
3263 pohThis = pohThis->poh_next; in sisfb_poh_allocate()
3272 if(size == pohThis->size) { in sisfb_poh_allocate()
3273 pohRoot = pohThis; in sisfb_poh_allocate()
3274 sisfb_delete_node(pohThis); in sisfb_poh_allocate()
3280 pohRoot->offset = pohThis->offset; in sisfb_poh_allocate()
3283 pohThis->offset += size; in sisfb_poh_allocate()
[all …]