Home
last modified time | relevance | path

Searched refs:credit (Results 1 – 10 of 10) sorted by relevance

/tools/ocaml/xenstored/
A Ddomains.ml56 (* Domains queue up to regain conflict-credit; we have a queue for
58 maximum credit, and another queue for domains that have run out of
59 credit and so have had their access paused. *)
64 This will be to reset the countdown until the next unit of credit is issued. *)
69 mutable n_paused: int; (* Number of domains with zero or negative credit *)
70 mutable n_penalised: int; (* Number of domains with less than maximum credit *)
101 * from max-credit to paused without getting into the penalty queue. *)
208 (* Give one point of credit to one domain, and update the queues appropriately. *)
216 push d q (* Make it queue up again for its next point of credit. *)
231 (* Give a point of credit to every domain, subject only to the cap. *)
A Doxenstored.conf.in17 # the maximum value of each domain's conflict-credit, which falls by
22 # The conflict-credit is replenished over time:
28 # tick one point of conflict-credit is given to just one domain: the
30 # domain gets a point of conflict-credit.
A Ddomain.ml50 … also set to n to give "lazy" clients extra credit *)
53 … domain's transaction costs credit. *)
A Dxenstored.ml522 likely to be a "lazy" client, bump its credit. It could be false
524 domain extra credit. *)
526 info "found lazy domain %d, credit %d" (Domain.get_id dom) n;
/tools/examples/
A Dcpupool12 # the scheduler to use: valid are e.g. credit, credit2 and rtds
13 sched = "credit"
/tools/libs/ctrl/
A Dxc_csched.c38 domctl.u.scheduler_op.u.credit = *sdom; in xc_sched_credit_domain_set()
62 *sdom = domctl.u.scheduler_op.u.credit; in xc_sched_credit_domain_get()
/tools/xl/
A Dxl_vmcontrol.c363 double credit = 30; in freemem() local
383 if (credit <= 0) in freemem()
397 credit -= difftime(time(NULL), start); in freemem()
/tools/xenstored/
A Ddomain.c205 wrl_creditt *credit, wrl_creditt credit_ceil) in wrl_xfer_credit() argument
220 credit_ceil - *credit ); in wrl_xfer_credit()
223 *credit += xfer; in wrl_xfer_credit()
/tools/xentrace/
A Dxenalyze.c7779 int credit, budget, delta; in sched_process() member
7783 ri->dump_header, r->domid, r->vcpuid, r->credit); in sched_process()
7793 int credit, score; in sched_process() member
7798 r->credit, r->score); in sched_process()
7882 int credit; in sched_process() member
7888 r->processor, r->credit); in sched_process()
7954 int credit; in sched_process() member
7958 ri->dump_header, r->domid, r->vcpuid, r->credit); in sched_process()
/tools/libs/light/
A Dlibxl_types.idl217 (5, "credit"),

Completed in 42 milliseconds