Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 25 of 66) sorted by relevance

123

/xen/xen/common/lz4/
A Ddecompress.c53 const BYTE *ref; in lz4_uncompress() local
117 op[0] = ref[0]; in lz4_uncompress()
118 op[1] = ref[1]; in lz4_uncompress()
119 op[2] = ref[2]; in lz4_uncompress()
122 ref += 4; in lz4_uncompress()
123 ref -= dec32table[op-ref]; in lz4_uncompress()
124 PUT4(ref, op); in lz4_uncompress()
126 ref -= dec64; in lz4_uncompress()
176 const BYTE *ref; in lz4_uncompress_unknownoutputsize() local
257 ref += 4; in lz4_uncompress_unknownoutputsize()
[all …]
/xen/tools/ocaml/xenstored/
A Ddefine.ml24 let maxwatch = ref (100)
25 let maxtransaction = ref (10)
26 let maxrequests = ref (1024) (* maximum requests per transaction *)
27 let maxoutstanding = ref (1024) (* maximum outstanding requests, i.e. in-flight requests / domain *)
28 let maxwatchevents = ref (1024)
35 let gc_max_overhead = ref 120 (* 120% see comment in xenstored.ml *)
36 let conflict_burst_limit = ref 5.0
37 let conflict_max_history_seconds = ref 0.05
38 let conflict_rate_limit_is_aggregate = ref true
42 let path_max = ref Xenbus.Partial.xenstore_rel_path_max
A Dparse_arg.ml38 let pidfile = ref "" and tracefile = ref "" (* old xenstored compatibility *)
39 and domain_init = ref true
40 and activate_access_log = ref true
41 and daemonize = ref true
42 and reraise_top_level = ref false
43 and config_file = ref ""
44 and restart = ref false
45 and live_reload = ref false
46 and disable_socket = ref false
47 and config_test = ref false
[all …]
A Dconfig.ml18 | Set_bool of bool ref
19 | Set_int of int ref
20 | Set_string of string ref
21 | Set_float of float ref
31 let len = String.length s and i = ref 0 in
39 let i = ref (String.length s - 1) in
83 let err = ref [] in
A Dlogging.ml90 let counter = ref 0 in
158 let xenstored_log_level = ref Warn
159 let xenstored_log_nb_files = ref 10
160 let xenstored_log_nb_lines = ref 13215
161 let xenstored_log_nb_chars = ref (-1)
265 let activate_access_log = ref true
267 let access_log_nb_files = ref 20
268 let access_log_nb_lines = ref 13215
269 let access_log_nb_chars = ref 180
270 let access_log_read_ops = ref false
[all …]
A Ddomains.ml32 doms_conflict_paused: (Domain.t option ref) Queue.t;
33 doms_with_conflict_penalty: (Domain.t option ref) Queue.t;
80 Queue.push (ref (Some dom)) queue
93 let notify = ref false in
94 let dead_dom = ref [] in
132 let xenstored_kva = ref ""
133 let xenstored_port = ref ""
A Dtransaction.ml22 let test_eagain = ref false
23 let do_coalesce = ref true
94 let counter = ref 0L
95 let failed_commits = ref 0L
96 let failed_commits_no_culprit = ref 0L
102 let short_running_txns = ref []
207 let has_coalesced = ref false in
A Dquota.ml22 let activate = ref true
23 let maxent = ref (1000)
24 let maxsize = ref (2048)
/xen/tools/libs/ctrl/
A Dxc_gnttab_compat.c24 uint32_t ref, in xc_gnttab_map_grant_ref() argument
27 return xengnttab_map_grant_ref(xcg, domid, ref, prot); in xc_gnttab_map_grant_ref()
50 uint32_t ref, in xc_gnttab_map_grant_ref_notify() argument
55 return xengnttab_map_grant_ref_notify(xcg, domid, ref, prot, in xc_gnttab_map_grant_ref_notify()
90 uint32_t *ref, int writable, in xc_gntshr_share_page_notify() argument
94 return xengntshr_share_page_notify(xcg, domid, ref, writable, in xc_gntshr_share_page_notify()
/xen/tools/libs/vchan/
A Dinit.c249 char ref[16]; in init_xs_srv() local
278 snprintf(ref, sizeof ref, "%d", ring_ref); in init_xs_srv()
280 if (!xs_write(xs, xs_trans, buf, ref, strlen(ref))) in init_xs_srv()
285 snprintf(ref, sizeof ref, "%d", ctrl->event_port); in init_xs_srv()
287 if (!xs_write(xs, xs_trans, buf, ref, strlen(ref))) in init_xs_srv()
419 char *ref; in libxenvchan_client_init() local
438 if (!ref) in libxenvchan_client_init()
440 ring_ref = atoi(ref); in libxenvchan_client_init()
441 free(ref); in libxenvchan_client_init()
446 if (!ref) in libxenvchan_client_init()
[all …]
/xen/automation/eclair_analysis/ECLAIR/
A Daction.settings44 ref="${GITHUB_REF#refs/heads/}"
80 ref="${CI_COMMIT_BRANCH}"
83 ref="${CI_COMMIT_TAG}"
108 ref="${GIT_BRANCH}"
120 if ! [ "${ref}" = "${autoPRBranch}" ] ||
132 subDir="${ref}"
133 …jobHeadline="ECLAIR ${ANALYSIS_KIND} on repository ${repository}: ${ref_kind} ${ref} (${headCommit…
134 badgeLabel="ECLAIR ${ANALYSIS_KIND} ${ref}${variantHeadline} #${jobId}"
140 subDir="${ref}"
144 …D} on repository ${repository}: ${pushUser} wants to merge ${repository}:${ref} (${headCommitId}) …
/xen/xen/common/
A Dgrant_table.c960 for ( ref = *cur_ref; ref < max_iter; ref++ ) in grant_map_exists()
1066 ref = op->ref; in map_grant_ref()
1318 mt->ref = op->ref; in map_grant_ref()
1444 op->ref = map->ref; in unmap_common()
1445 ref = map->ref; in unmap_common()
1480 unlikely(map->ref != ref) ) in unmap_common()
2969 buf->ptr.u.ref = ptr->u.ref; in gnttab_copy_claim_buf()
3016 return b->have_grant && p->u.ref == b->ptr.u.ref; in gnttab_copy_buf_valid()
3862 ref = map->ref; in gnttab_release_mappings()
3970 for ( ref = 0; ref != nr_ents; ref++ ) in grant_table_warn_active_grants()
[all …]
/xen/tools/include/
A Dxengnttab.h173 uint32_t ref,
241 uint32_t ref,
275 uint32_t ref; member
447 uint32_t *ref, int writable,
A Dxenctrl_compat.h84 uint32_t ref,
98 uint32_t ref,
116 uint32_t *ref, int writable,
/xen/docs/
A Dgen-html-index87 my ($ref,$base) = @_;
89 my $txt = make_linktext($ref);
90 $ref =~ s,^$base/,, if $base; #/
92 return "<li><a href=\"$ref\">$txt</a></li>\n";
/xen/tools/libs/gnttab/
A Dgnttab_core.c91 uint32_t ref, in xengnttab_map_grant_ref() argument
94 return osdep_gnttab_grant_map(xgt, 1, 0, prot, &domid, &ref, -1, -1); in xengnttab_map_grant_ref()
118 uint32_t ref, in xengnttab_map_grant_ref_notify() argument
123 return osdep_gnttab_grant_map(xgt, 1, 0, prot, &domid, &ref, in xengnttab_map_grant_ref_notify()
A Dgntshr_core.c80 uint32_t *ref, int writable, in xengntshr_share_page_notify() argument
84 return osdep_gntshr_share_pages(xcg, domid, 1, ref, writable, in xengntshr_share_page_notify()
A Dgnttab_unimp.c43 uint32_t ref, in xengnttab_map_grant_ref() argument
69 uint32_t ref, in xengnttab_map_grant_ref_notify() argument
/xen/xen/include/public/io/
A Dpvcalls.h33 grant_ref_t ref[XEN_FLEX_ARRAY_DIM]; member
61 grant_ref_t ref; member
83 grant_ref_t ref; member
/xen/xen/include/public/
A Dgrant_table.h330 grant_ref_t ref; member
412 grant_ref_t ref; member
447 grant_ref_t ref; member
573 grant_ref_t ref; member
/xen/xen/include/xen/
A Dgrant_table.h56 int mem_sharing_gref_to_gfn(struct grant_table *gt, grant_ref_t ref,
93 grant_ref_t ref, in mem_sharing_gref_to_gfn() argument
/xen/tools/include/xen-sys/Linux/
A Dgntdev.h41 uint32_t ref; member
155 uint32_t ref; member
/xen/docs/misc/
A Dgrant-tables.txt13 1. domA creates a grant access reference, and transmits the ref id to domB.
26 2. domB uses the ref to hand over a frame it owns.
78 map->ref : grant reference
110 Active entries are obtained by calling active_entry_acquire(gt, ref).
122 act = active_entry_acquire(gt, ref);
171 aop[i].u.map_grant_ref.ref = gref[i];
271 ref = gnttab_grant_foreign_transfer( (domid_t) args.arg[0], pfn );
272 printk("Accepting dom %lu frame at ref (%d)\n", args.arg[0], ref);
371 ref = gnttab_claim_grant_reference( &gref_head, gref_terminal );
A Dpvcalls.pandoc119 ring-ref
256 grant_ref_t ref;
278 grant_ref_t ref;
442 - maps the grant reference **ref**, the indexes page, see struct
462 - **ref**: grant reference of the indexes page
471 | len | flags | ref |evtchn |
671 - **ref**: grant reference of the indexes page
678 | id | id_new | ref |evtchn |
898 grant_ref_t ref[];
912 - **ref[]**
[all …]
/xen/scripts/
A Dget_maintainer.pl1533 foreach my $ref (@{$commit_author}) {
1534 print STDERR " Author: @{$ref}[1]\n";
1539 foreach my $ref (@{$commit_signer}) {
1540 print STDERR " @{$ref}[2]: @{$ref}[1]\n";
1821 foreach my $ref(@{$commit_author_hash{$authors[$i]}}) {
1822 if (@{$ref}[0] eq $commits[$i] &&
1823 @{$ref}[1] eq $subjects[$i]) {
1856 foreach my $ref(@{$commit_signer_hash{$signer}}) {
1857 if (@{$ref}[0] eq $commit &&
1858 @{$ref}[1] eq $subject &&
[all …]

Completed in 63 milliseconds

123