Home
last modified time | relevance | path

Searched refs:doms (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Ddomains.ml52 let del doms id = Hashtbl.remove doms.table id
53 let exist doms id = Hashtbl.mem doms.table id
54 let find doms id = Hashtbl.find doms.table id
55 let number doms = Hashtbl.length doms.table
56 let iter doms fct = Hashtbl.iter (fun _ b -> fct b) doms.table
107 ) doms.table;
177 doms.n_paused <- doms.n_paused + 1;
178 if doms.n_paused = 1 then doms.on_first_conflict_pause ()
213 then doms.n_paused <- doms.n_paused - 1;
217 then doms.n_penalised <- doms.n_penalised - 1
[all …]
A Dprocess.ml202 let reply_ack fct con t doms cons data =
203 fct con t doms cons data;
209 let reply_data fct con t doms cons data =
210 let ret = fct con t doms cons data in
214 match fct con t doms cons data with
218 let reply_none fct con t doms cons data =
220 fct con t doms cons data
252 fct con t doms cons req.Packet.data
291 let transaction_replay c t doms cons =
540 let do_input store cons doms con =
[all …]
A Dxenstored.ml177 let from_channel store cons doms chan =
185 Domains.create xc doms domid mfn port
187 Domains.create0 doms
202 let from_file store cons doms file =
204 finally (fun () -> from_channel store doms cons channel)
A Dconnection.ml297 let decr_conflict_credit doms con =
300 | Some dom -> Domains.decr_conflict_credit doms dom
/xen-4.10.0-shim-comet/tools/xenmon/
A Dxenmon.py297 doms = []
311 doms.append(dom)
587 doms = []
/xen-4.10.0-shim-comet/tools/xl/
A Dxl_info.c826 static void print_uptime(int short_mode, uint32_t doms[], int nb_doms) in print_uptime() argument
851 if (doms[i] == 0) in print_uptime()
854 print_domU_uptime(doms[i], short_mode, now); in print_uptime()

Completed in 15 milliseconds