Searched refs:poh_next (Results 1 – 2 of 2) sorted by relevance
3212 poh->poh_next = &ivideo->sisfb_heap.oh_free; in sisfb_heap_init()3217 ivideo->sisfb_heap.oh_free.poh_next = poh; in sisfb_heap_init()3222 ivideo->sisfb_heap.oh_used.poh_next = &ivideo->sisfb_heap.oh_used; in sisfb_heap_init()3256 poh->poh_next = poh + 1; in sisfb_poh_new_node()3260 poh->poh_next = NULL; in sisfb_poh_new_node()3265 memheap->poh_freelist = poh->poh_next; in sisfb_poh_new_node()3283 pohThis = memheap->oh_free.poh_next; in sisfb_poh_allocate()3290 pohThis = pohThis->poh_next; in sisfb_poh_allocate()3325 poh->poh_prev->poh_next = poh->poh_next; in sisfb_delete_node()3326 poh->poh_next->poh_prev = poh->poh_prev; in sisfb_delete_node()[all …]
459 struct SIS_OH *poh_next; member