Searched refs:SIS_OH (Results 1 – 2 of 2) sorted by relevance
459 struct SIS_OH { struct460 struct SIS_OH *poh_next; argument461 struct SIS_OH *poh_prev; argument468 struct SIS_OH aoh[1]; argument472 struct SIS_OH oh_free;473 struct SIS_OH oh_used;474 struct SIS_OH *poh_freelist;
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);3174 struct SIS_OH *poh; in sisfb_heap_init()3226 static struct SIS_OH *3230 struct SIS_OH *poh; in sisfb_poh_new_node()3242 cOhs = (SIS_OH_ALLOC_SIZE - sizeof(struct SIS_OHALLOC)) / sizeof(struct SIS_OH) + 1; in sisfb_poh_new_node()[all …]