Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H A Dsis_main.c3263 struct SIS_OH *pohThis; in sisfb_poh_allocate() local
3273 pohThis = memheap->oh_free.poh_next; in sisfb_poh_allocate()
3275 while(pohThis != &memheap->oh_free) { in sisfb_poh_allocate()
3276 if(size <= pohThis->size) { in sisfb_poh_allocate()
3280 pohThis = pohThis->poh_next; in sisfb_poh_allocate()
3289 if(size == pohThis->size) { in sisfb_poh_allocate()
3290 pohRoot = pohThis; in sisfb_poh_allocate()
3291 sisfb_delete_node(pohThis); in sisfb_poh_allocate()
3297 pohRoot->offset = pohThis in sisfb_poh_allocate()
3334 struct SIS_OH *pohThis; sisfb_poh_free() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H A Dsis_main.c3275 struct SIS_OH *pohThis; in sisfb_poh_allocate() local
3285 pohThis = memheap->oh_free.poh_next; in sisfb_poh_allocate()
3287 while(pohThis != &memheap->oh_free) { in sisfb_poh_allocate()
3288 if(size <= pohThis->size) { in sisfb_poh_allocate()
3292 pohThis = pohThis->poh_next; in sisfb_poh_allocate()
3301 if(size == pohThis->size) { in sisfb_poh_allocate()
3302 pohRoot = pohThis; in sisfb_poh_allocate()
3303 sisfb_delete_node(pohThis); in sisfb_poh_allocate()
3309 pohRoot->offset = pohThis in sisfb_poh_allocate()
3346 struct SIS_OH *pohThis; sisfb_poh_free() local
[all...]

Completed in 9 milliseconds