Searched refs:pohThis (Results 1 – 1 of 1) sorted by relevance
3263 struct SIS_OH *pohThis; in sisfb_poh_allocate() local3273 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->offset; in sisfb_poh_allocate()3300 pohThis->offset += size; in sisfb_poh_allocate()[all …]