Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 25 of 61) 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.ml25 let maxwatch = ref (50)
26 let maxtransaction = ref (20)
27 let maxrequests = ref (-1) (* maximum requests per transaction *)
29 let conflict_burst_limit = ref 5.0
30 let conflict_max_history_seconds = ref 0.05
31 let conflict_rate_limit_is_aggregate = ref true
35 let path_max = ref Xenbus.Partial.xenstore_rel_path_max
A Dparse_arg.ml32 let pidfile = ref "" and tracefile = ref "" (* old xenstored compatibility *)
33 and domain_init = ref true
34 and activate_access_log = ref true
35 and daemonize = ref true
36 and reraise_top_level = ref false
37 and config_file = ref ""
38 and restart = ref false
39 and disable_socket = ref false
40 and use_select = ref false 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 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 Dsymbol.ml23 let created_counter = ref 0
24 let used_counter = ref 0
26 let count = ref 0
A Ddomains.ml32 doms_conflict_paused: (Domain.t option ref) Queue.t;
33 doms_with_conflict_penalty: (Domain.t option ref) Queue.t;
79 Queue.push (ref (Some dom)) queue
92 let notify = ref false in
93 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
93 let counter = ref 0L
94 let failed_commits = ref 0L
95 let failed_commits_no_culprit = ref 0L
101 let short_running_txns = ref []
199 let has_coalesced = ref false in
/xen/tools/libvchan/
A Dinit.c251 char ref[16]; in init_xs_srv() local
274 snprintf(ref, sizeof ref, "%d", ring_ref); in init_xs_srv()
276 if (!xs_write(xs, xs_trans, buf, ref, strlen(ref))) in init_xs_srv()
281 snprintf(ref, sizeof ref, "%d", ctrl->event_port); in init_xs_srv()
283 if (!xs_write(xs, xs_trans, buf, ref, strlen(ref))) in init_xs_srv()
399 char *ref; in libxenvchan_client_init() local
420 if (!ref) in libxenvchan_client_init()
422 ring_ref = atoi(ref); in libxenvchan_client_init()
423 free(ref); in libxenvchan_client_init()
428 if (!ref) in libxenvchan_client_init()
[all …]
/xen/tools/libxc/
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/xen/common/
A Dgrant_table.c925 for ( ref = *cur_ref; ref < max_iter; ref++ ) in grant_map_exists()
1046 ref = op->ref; in map_grant_ref()
1248 mt->ref = op->ref; in map_grant_ref()
1391 op->ref = map->ref; in unmap_common()
1392 ref = map->ref; in unmap_common()
1427 unlikely(map->ref != ref) ) in unmap_common()
2879 buf->ptr.u.ref = ptr->u.ref; in gnttab_copy_claim_buf()
2923 return b->have_grant && p->u.ref == b->ptr.u.ref; in gnttab_copy_buf_valid()
3726 ref = map->ref; in gnttab_release_mappings()
3826 for ( ref = 0; ref != nr_ents; ref++ ) in grant_table_warn_active_grants()
[all …]
/xen/tools/libs/gnttab/include/
A Dxengnttab.h173 uint32_t ref,
241 uint32_t ref,
275 uint32_t ref; member
447 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.h50 grant_ref_t ref[]; member
78 grant_ref_t ref; member
100 grant_ref_t ref; member
/xen/xen/include/public/
A Dgrant_table.h344 grant_ref_t ref; member
426 grant_ref_t ref; member
461 grant_ref_t ref; member
587 grant_ref_t ref; member
/xen/xen/include/xen/
A Dgrant_table.h54 int mem_sharing_gref_to_gfn(struct grant_table *gt, grant_ref_t ref,
84 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/tools/libxc/include/
A Dxenctrl_compat.h84 uint32_t ref,
98 uint32_t ref,
116 uint32_t *ref, int writable,
/xen/scripts/
A Dget_maintainer.pl1526 foreach my $ref (@{$commit_author}) {
1527 print STDERR " Author: @{$ref}[1]\n";
1532 foreach my $ref (@{$commit_signer}) {
1533 print STDERR " @{$ref}[2]: @{$ref}[1]\n";
1814 foreach my $ref(@{$commit_author_hash{$authors[$i]}}) {
1815 if (@{$ref}[0] eq $commits[$i] &&
1816 @{$ref}[1] eq $subjects[$i]) {
1849 foreach my $ref(@{$commit_signer_hash{$signer}}) {
1850 if (@{$ref}[0] eq $commit &&
1851 @{$ref}[1] eq $subject &&
[all …]
/xen/xen/arch/x86/
A Dpsr.c1087 const unsigned int *ref = info->cos_ref; in find_cos() local
1103 if ( cos && !ref[cos] ) in find_cos()
1200 const unsigned int *ref = info->cos_ref; in pick_avail_cos() local
1212 if ( old_cos && ref[old_cos] == 1 && in pick_avail_cos()
1223 if ( !ref[cos] ) in pick_avail_cos()
1329 unsigned int *ref; in psr_set_val() local
1367 ref = info->cos_ref; in psr_set_val()
1433 ref[cos]++; in psr_set_val()
1434 ASSERT(!cos || ref[cos]); in psr_set_val()
1435 ASSERT(!old_cos || ref[old_cos]); in psr_set_val()
[all …]

Completed in 53 milliseconds

123