Lines Matching refs:SIS_OH
97 static struct SIS_OH * sisfb_poh_new_node(struct SIS_HEAP *memheap);
98 static struct SIS_OH * sisfb_poh_allocate(struct SIS_HEAP *memheap, u32 size);
99 static void sisfb_delete_node(struct SIS_OH *poh);
100 static void sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh);
101 static struct SIS_OH * sisfb_poh_free(struct SIS_HEAP *memheap, u32 base);
102 static void sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh);
3157 struct SIS_OH *poh; in sisfb_heap_init()
3209 static struct SIS_OH *
3213 struct SIS_OH *poh; in sisfb_poh_new_node()
3225 cOhs = (SIS_OH_ALLOC_SIZE - sizeof(struct SIS_OHALLOC)) / sizeof(struct SIS_OH) + 1; in sisfb_poh_new_node()
3243 static struct SIS_OH *
3246 struct SIS_OH *pohThis; in sisfb_poh_allocate()
3247 struct SIS_OH *pohRoot; in sisfb_poh_allocate()
3296 sisfb_delete_node(struct SIS_OH *poh) in sisfb_delete_node()
3303 sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh) in sisfb_insert_node()
3305 struct SIS_OH *pohTemp = pohList->poh_next; in sisfb_insert_node()
3314 static struct SIS_OH *
3317 struct SIS_OH *pohThis; in sisfb_poh_free()
3318 struct SIS_OH *poh_freed; in sisfb_poh_free()
3319 struct SIS_OH *poh_prev; in sisfb_poh_free()
3320 struct SIS_OH *poh_next; in sisfb_poh_free()
3385 sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh) in sisfb_free_node()
3397 struct SIS_OH *poh = NULL; in sis_int_malloc()
3437 struct SIS_OH *poh; in sis_int_free()