Searched refs:merge (Results 1 – 21 of 21) sorted by relevance
/xen/xen/common/ |
A D | list_sort.c | 28 static struct list_head *merge(void *priv, in merge() function 137 cur = merge(priv, cmp, part[lev], cur); in list_sort() 153 list = merge(priv, cmp, part[lev], list); in list_sort()
|
A D | rangeset.c | 387 static int merge(unsigned long s, unsigned long e, void *data) in merge() function 396 return rangeset_report_ranges(r2, 0, ~0ul, merge, r1); in rangeset_merge()
|
A D | page_alloc.c | 1111 goto merge; in reserve_offlined_page() 1125 merge: in reserve_offlined_page()
|
/xen/xen/common/coverage/ |
A D | gcc_4_7.c | 92 void (*merge[GCOV_COUNTERS])(gcov_type *, unsigned int); member 99 return info->merge[type] ? 1 : 0; in counter_active()
|
A D | gcc_3_4.c | 62 void (*merge)(gcov_type *, unsigned int); member
|
/xen/automation/gitlab-ci/ |
A D | build-each-commit.sh | 9 git merge-base --is-ancestor ${BASE} ${TIP}
|
/xen/tools/ocaml/xenstored/ |
A D | oxenstored.conf.in | 9 # Activate transaction merge support 10 merge-activate = true
|
A D | quota.ml | 85 let merge orig_quota mod_quota dest_quota = function
|
A D | store.ml | 402 Quota.merge orig_quota mod_quota store.quota
|
A D | xenstored.ml | 93 ("merge-activate", Config.Set_bool Transaction.do_coalesce);
|
/xen/stubdom/vtpm/ |
A D | COPYING | 14 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
/xen/xen/include/public/ |
A D | COPYING | 25 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
/xen/docs/hypervisor-guide/ |
A D | code-coverage.rst | 98 xen.git/xen$ llvm-profdata merge xen.profraw -o xen.profdata
|
/xen/docs/process/ |
A D | release-technician-checklist.txt | 96 merge tag into staging and push to staging
|
/xen/ |
A D | CONTRIBUTING | 215 * including without limitation the rights to use, copy, modify, merge,
|
A D | MAINTAINERS | 16 'diff -u' to make the patch easy to merge. Be prepared to get your
|
/xen/tools/libxl/ |
A D | libxl_domain.c | 2419 if (dt->merge) in retrieve_domain_configuration_end() 2420 dt->merge(CTX, p + dt->dev_elem_size * j, q); in retrieve_domain_configuration_end()
|
A D | libxl_disk.c | 1376 .merge = libxl_device_disk_merge,
|
A D | libxl_internal.h | 3927 device_merge_fn_t merge; member
|
/xen/docs/misc/ |
A D | netif-staging-grants.pandoc | 328 choose to merge as much as data from different pages into this single gref,
|
/xen/tools/firmware/vgabios/ |
A D | ChangeLog | 1237 updated changelog with merge of vbebios 0.2
|
Completed in 38 milliseconds