Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/sis/
Dsis_main.c3273 struct SIS_OH *pohThis; in sisfb_poh_allocate() local
3283 pohThis = memheap->oh_free.poh_next; in sisfb_poh_allocate()
3285 while(pohThis != &memheap->oh_free) { in sisfb_poh_allocate()
3286 if(size <= pohThis->size) { in sisfb_poh_allocate()
3290 pohThis = pohThis->poh_next; in sisfb_poh_allocate()
3299 if(size == pohThis->size) { in sisfb_poh_allocate()
3300 pohRoot = pohThis; in sisfb_poh_allocate()
3301 sisfb_delete_node(pohThis); in sisfb_poh_allocate()
3307 pohRoot->offset = pohThis->offset; in sisfb_poh_allocate()
3310 pohThis->offset += size; in sisfb_poh_allocate()
[all …]