Searched refs:SIS_OH (Results 1 – 2 of 2) sorted by relevance
458 struct SIS_OH { struct459 struct SIS_OH *poh_next; argument460 struct SIS_OH *poh_prev; argument467 struct SIS_OH aoh[1]; argument471 struct SIS_OH oh_free;472 struct SIS_OH oh_used;473 struct SIS_OH *poh_freelist;
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);3186 struct SIS_OH *poh; in sisfb_heap_init()3238 static struct SIS_OH *3242 struct SIS_OH *poh; in sisfb_poh_new_node()3254 cOhs = (SIS_OH_ALLOC_SIZE - sizeof(struct SIS_OHALLOC)) / sizeof(struct SIS_OH) + 1; in sisfb_poh_new_node()[all …]