Home
last modified time | relevance | path

Searched refs:heap (Results 1 – 12 of 12) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dtimer.c33 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 Dpage_alloc.c404 #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 Dpmm.c136 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 Ddom0.te13 getidle debug getcpuinfo heap pm_op mca_op lockprof cpupool_op tmem_op
A Dxen.te35 # Xen heap (DOMID_XEN pseudo-domain)
/xen-4.10.0-shim-comet/stubdom/
A Dlwip.patch-cvs80 + 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 Dxl.conf.pod.5160 free heap memory minus the outstanding claims value.
/xen-4.10.0-shim-comet/xen/arch/x86/
A DMakefile162 EFI_LDFLAGS += --image-base=$(1) --stack=0,0 --heap=0,0 --strip-debug
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D00cvs1279 - 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 Daccess_vectors60 heap
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dxenstored.ml421 …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 Dxen-command-line.markdown243 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