Searched refs:pohThis (Results 1 – 1 of 1) sorted by relevance
3225 struct SIS_OH *pohThis; in sisfb_poh_allocate() local3235 pohThis = memheap->oh_free.poh_next; in sisfb_poh_allocate()3237 while(pohThis != &memheap->oh_free) { in sisfb_poh_allocate()3238 if(size <= pohThis->size) { in sisfb_poh_allocate()3242 pohThis = pohThis->poh_next; in sisfb_poh_allocate()3251 if(size == pohThis->size) { in sisfb_poh_allocate()3252 pohRoot = pohThis; in sisfb_poh_allocate()3253 sisfb_delete_node(pohThis); in sisfb_poh_allocate()3259 pohRoot->offset = pohThis->offset; in sisfb_poh_allocate()3262 pohThis->offset += size; in sisfb_poh_allocate()[all …]