Home
last modified time | relevance | path

Searched refs:acc (Results 1 – 12 of 12) sorted by relevance

/tools/xenstored/
A Ddomain.c143 struct acc { struct
146 } acc[ACC_N]; member
169 int acc[ACC_CHD_N]; member
540 node->acc.memory = 0; in domain_tree_remove_sub()
754 d->acc[i].val, d->acc[i].max); in domain_get_quota()
969 cd->acc[what], val); in acc_add_changed_dom()
970 cd->acc[what] += val; in acc_add_changed_dom()
972 return cd->acc[what]; in acc_add_changed_dom()
1635 ret = cd->acc[what]; in domain_acc_add()
1685 if (cd->acc[what]) in acc_commit()
[all …]
A Dcore.c570 if (acc->memory < 0) { in get_acc_data()
574 acc->memory = 0; in get_acc_data()
576 acc->memory = size; in get_acc_data()
605 if (!acc) in db_write()
608 old_acc = *acc; in db_write()
651 if (acc) { in db_write()
654 acc->memory = size; in db_write()
666 if (!acc) { in db_delete()
667 acc = &tmp_acc; in db_delete()
668 acc->memory = -1; in db_delete()
[all …]
A Dcore.h231 struct node_account_data acc; member
429 size_t size, struct node_account_data *acc,
432 struct node_account_data *acc);
A Dtransaction.c276 node->acc.memory = -1; in access_node()
/tools/ocaml/xenstored/
A Dhistory.ml56 List.fold_left (fun acc hist_rec ->
59 && not (Hashtbl.mem acc hist_rec.con)
61 then Hashtbl.replace acc hist_rec.con ();
62 acc
A Dconnections.ml116 (fun _id con acc ->
117 if Connection.has_more_work con then con :: acc else acc)
225 let fold _ v acc = if f v then v :: acc else acc in
A Dtrie.ml92 let rec fold f tree acc =
96 StringMap.fold aux tree acc
A Dtransaction.ml27 let permdiff = List.fold_left (fun acc path ->
32 not (Perms.equiv (Store.Node.get_perms n1) (Store.Node.get_perms n2)) || acc
34 true || acc
A Dstore.ml88 let rec recurse fct node acc =
89 let acc = fct node acc in
90 SymbolMap.fold (fun _ -> recurse fct) node.children acc
A Dconnection.ml312 (fun _ watches acc -> List.map (fun watch -> watch.path, watch.token) watches :: acc)
/tools/firmware/rombios/32bit/tcgbios/
A Dtpm_drivers.c64 uint8_t acc; in tis_activate() local
68 acc = mmio_readb(&tis_addr[TPM_ACCESS]); in tis_activate()
69 if ((acc & ACCESS_ACTIVE_LOCALITY) != 0) { in tis_activate()
/tools/ocaml/libs/xc/
A Dxenctrl.ml230 let rev_append_fold acc e = List.rev_append e acc

Completed in 25 milliseconds