Searched refs:heap (Results 1 – 12 of 12) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | timer.c | 33 struct timer **heap; member 68 heap[pos] = heap[nxt]; in down_heap() 73 heap[pos] = t; in down_heap() 84 heap[pos] = heap[pos>>1]; in up_heap() 89 heap[pos] = t; in up_heap() 106 heap[pos] = heap[sz]; in remove_from_heap() 111 if ( (pos > 1) && (heap[pos]->expires < heap[pos>>1]->expires) ) in remove_from_heap() 131 heap[sz] = t; in add_to_heap() 133 up_heap(heap, sz); in add_to_heap() 451 heap = ts->heap; in timer_softirq_action() [all …]
|
A D | page_alloc.c | 404 #define heap(node, zone, order) ((*_heap[node])[zone][order]) macro 594 INIT_PAGE_LIST_HEAD(&heap(node, i, j)); in init_node_heap() 715 page_list_add_tail(pg, &heap(node, zone, order)); in page_list_add_scrub() 718 page_list_add(pg, &heap(node, zone, order)); in page_list_add_scrub() 840 page_list_add_tail(pg, &heap(node, zone, j)); in get_free_buddy() 1055 page_list_del(head, &heap(node, zone, head_order)); in reserve_offlined_page() 1240 while ( !page_list_empty(&heap(node, zone, order)) ) in scrub_free_pages() 1246 pg = page_list_last(&heap(node, zone, order)); in scrub_free_pages() 1321 page_list_del(pg, &heap(node, zone, order)); in scrub_free_pages() 1448 page_list_del(successor, &heap(node, zone, order)); in free_heap_pages() [all …]
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/ |
A D | pmm.c | 136 typedef struct heap { struct 249 for_remain_memblk ( heap, nb ) in collect_avail_memblks() 263 heap->head = mb; in pmm_init_heap() 264 heap->end = mb->next; in pmm_init_heap() 285 pmm_init_heap(&pmm_data.heap, in pmm_initalize() 291 pmm_max_avail_length(heap_t *heap) in pmm_max_avail_length() argument 296 for_each_memblk ( heap, mb ) in pmm_max_avail_length() 318 for_each_memblk ( heap, mb ) in first_fit() 365 for_each_memblk ( heap, mb ) in pmm_find_handle() 400 heap_t *heap; in pmmAllocate() local [all …]
|
/xen-4.10.0-shim-comet/tools/flask/policy/modules/ |
A D | dom0.te | 13 getidle debug getcpuinfo heap pm_op mca_op lockprof cpupool_op tmem_op
|
A D | xen.te | 35 # Xen heap (DOMID_XEN pseudo-domain)
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | lwip.patch-cvs | 80 + or heap memory from interrupt context 272 + * A simple wrapper function that allows you to free heap memory from 275 + * @param m the heap memory to free 349 +/* Protect the heap only by using a semaphore */ 365 /* initialize the lowest-free pointer to the start of the heap */ 387 - /* protect the heap from concurrent access */ 406 + /* protect the heap from concurrent access */ 464 /* protect the heap from concurrent access */ 500 /* protect the heap from concurrent access */ 526 - /* Scan through the heap searching for a free block that is big enough, [all …]
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.conf.pod.5 | 160 free heap memory minus the outstanding claims value.
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | Makefile | 162 EFI_LDFLAGS += --image-base=$(1) --stack=0,0 --heap=0,0 --strip-debug
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 00cvs | 1279 - run_menu (heap, NULL, new_num_entries, new_heap, 0); 1282 + run_menu (heap, NULL, new_num_entries, new_heap, 0); 1295 if (run_script (cur_entry, heap))
|
/xen-4.10.0-shim-comet/xen/xsm/flask/policy/ |
A D | access_vectors | 60 heap
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | xenstored.ml | 421 …info " mem stat: minor(%.0f) promoted(%.0f) major(%.0f) heap(%d w, %d c) live(%d w, %d b) free(%d…
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xen-command-line.markdown | 243 Maximum RAM block size chunks to be scrubbed whilst holding the page heap lock 616 Specify the bit width of the DMA heap.
|
Completed in 19 milliseconds