Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 3 of 3) sorted by relevance

/xen/tools/firmware/rombios/32bit/
A Dpmm.c136 typedef struct heap { struct
137 memblk_t *head; // start address of heap argument
138 memblk_t *end; // end address of heap argument
159 heap_t heap; // conventional memory member
245 collect_avail_memblks(heap_t *heap, memblk_t *mb) in collect_avail_memblks()
256 pmm_init_heap(heap_t *heap, uint32_t from_addr, uint32_t to_addr) in pmm_init_heap()
291 pmm_max_avail_length(heap_t *heap) in pmm_max_avail_length()
310 first_fit(heap_t *heap, uint32_t size, uint32_t handle, uint32_t flags) in first_fit()
358 pmm_find_handle(heap_t *heap, uint32_t handle) in pmm_find_handle()
400 heap_t *heap; in pmmAllocate() local
/xen/xen/common/
A Dtimer.c34 struct timer **heap; member
58 static struct heap_metadata *heap_metadata(struct timer **heap) in heap_metadata()
67 static void down_heap(struct timer **heap, unsigned int pos) in down_heap()
88 static void up_heap(struct timer **heap, unsigned int pos) in up_heap()
105 static int remove_from_heap(struct timer **heap, struct timer *t) in remove_from_heap()
132 static int add_to_heap(struct timer **heap, struct timer *t) in add_to_heap()
455 struct timer *t, **heap, *next; in timer_softirq_action() local
A Dpage_alloc.c450 #define heap(node, zone, order) ((*_heap[node])[zone][order]) macro

Completed in 8 milliseconds