Lines Matching refs:SIS_OH
98 static struct SIS_OH * sisfb_poh_new_node(struct SIS_HEAP *memheap);
99 static struct SIS_OH * sisfb_poh_allocate(struct SIS_HEAP *memheap, u32 size);
100 static void sisfb_delete_node(struct SIS_OH *poh);
101 static void sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh);
102 static struct SIS_OH * sisfb_poh_free(struct SIS_HEAP *memheap, u32 base);
103 static void sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh);
3184 struct SIS_OH *poh; in sisfb_heap_init()
3236 static struct SIS_OH *
3240 struct SIS_OH *poh; in sisfb_poh_new_node()
3252 cOhs = (SIS_OH_ALLOC_SIZE - sizeof(struct SIS_OHALLOC)) / sizeof(struct SIS_OH) + 1; in sisfb_poh_new_node()
3270 static struct SIS_OH *
3273 struct SIS_OH *pohThis; in sisfb_poh_allocate()
3274 struct SIS_OH *pohRoot; in sisfb_poh_allocate()
3323 sisfb_delete_node(struct SIS_OH *poh) in sisfb_delete_node()
3330 sisfb_insert_node(struct SIS_OH *pohList, struct SIS_OH *poh) in sisfb_insert_node()
3332 struct SIS_OH *pohTemp = pohList->poh_next; in sisfb_insert_node()
3341 static struct SIS_OH *
3344 struct SIS_OH *pohThis; in sisfb_poh_free()
3345 struct SIS_OH *poh_freed; in sisfb_poh_free()
3346 struct SIS_OH *poh_prev; in sisfb_poh_free()
3347 struct SIS_OH *poh_next; in sisfb_poh_free()
3412 sisfb_free_node(struct SIS_HEAP *memheap, struct SIS_OH *poh) in sisfb_free_node()
3424 struct SIS_OH *poh = NULL; in sis_int_malloc()
3464 struct SIS_OH *poh; in sis_int_free()