Searched refs:pohThis (Results 1 – 1 of 1) sorted by relevance
3246 struct SIS_OH *pohThis; in sisfb_poh_allocate() local3263 pohThis = pohThis->poh_next; in sisfb_poh_allocate()3272 if(size == pohThis->size) { in sisfb_poh_allocate()3273 pohRoot = pohThis; in sisfb_poh_allocate()3283 pohThis->offset += size; in sisfb_poh_allocate()3284 pohThis->size -= size; in sisfb_poh_allocate()3317 struct SIS_OH *pohThis; in sisfb_poh_free() local3349 poh_next = pohThis; in sisfb_poh_free()3350 } else if((pohThis->offset + pohThis->size) == ulLower) { in sisfb_poh_free()3351 poh_prev = pohThis; in sisfb_poh_free()[all …]