Home
last modified time | relevance | path

Searched refs:iter (Results 1 – 25 of 31) sorted by relevance

12

/xen-4.10.0-shim-comet/xen/common/gcov/
A Dgcc_3_4.c216 return get_fn_info(iter->info, iter->function); in get_func()
221 return &iter->type_info[iter->type]; in get_type()
245 iter->count++; in gcov_iter_next()
248 if ( iter->count < get_func(iter)->n_ctrs[iter->type] ) in gcov_iter_next()
254 get_type(iter)->offset += iter->count; in gcov_iter_next()
256 iter->type++; in gcov_iter_next()
259 if ( iter->type < iter->num_types ) in gcov_iter_next()
269 if ( iter->function < iter->info->n_functions ) in gcov_iter_next()
324 get_func(iter)->n_ctrs[iter->type] * 2); in gcov_iter_write()
346 iter.type_info[iter.num_types].ctr_type = i; in gcov_info_to_gcda()
[all …]
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dconnections.ml94 Hashtbl.iter (fun k c -> fct c) cons.domains
97 Hashtbl.iter (fun _ c -> fct c) cons.anonymous
99 let iter cons fct = function
143 | Some watches -> List.iter (fun w -> Connection.fire_watch w path) watches
148 List.iter (fun w -> Connection.fire_single_watch w) watches
152 Trie.iter fire_rec (Trie.sub cons.watches key)
155 iter cons (fun con ->
156 List.iter (fun w -> Connection.fire_single_watch w) (Connection.get_watches con specpath))
167 iter cons aux;
A Dselect.ml48 List.iter (add_event (fun x -> x.read <- true)) in_fds;
49 List.iter (add_event (fun x -> x.write <- true)) out_fds;
50 List.iter (add_event (fun x -> x.except <- true)) exc_fds;
55 Hashtbl.iter (fun fd event -> incr i; Array.set a !i (fd, event)) h;
A Ddomains.ml56 let iter doms fct = Hashtbl.iter (fun _ b -> fct b) doms.table function
85 Queue.iter (fun d -> match !d with
93 Hashtbl.iter (fun id _ -> if id <> 0 then
108 List.iter (fun id ->
219 if doms.n_penalised > 0 then iter doms inc
A Dsymbol.ml54 Hashtbl.iter (fun _ v -> v.garbage <- true) int_string_tbl
70 List.iter remove records
A Dtrie.ml79 let rec iter f tree = function
82 iter f node.Node.children
84 List.iter aux tree
A Dxenstored.ml46 List.iter
66 Domains.iter domains do_io_domain
126 | Config.Error err -> List.iter (fun (k, e) ->
344 List.iter (Connections.del_domain cons) deaddom;
393 Connections.iter cons Connection.mark_symbols;
400 (last_scan_time := now; Domains.iter domains ring_scan_checker);
406 Domains.iter domains (Domain.log_and_reset_conflict_stats (info "Dom%d caused %Ld conflicts"));
444 List.iter
A Dquota.ml83 Hashtbl.iter (fun id nb -> set_entry quota id (get_entry quota id + nb)) diff.cur
86 Hashtbl.iter (fun id nb -> let diff = nb - (try get_entry orig_quota id with Not_found -> 0) in
A Dtrie.mli42 val iter : ('a -> 'b option -> unit) -> ('a, 'b) t -> unit val
43 (** [iter f t] applies the function [f] to every node of the trie [t].
A Dhistory.ml33 List.iter (fun hist_rec ->
A Dconfig.ml85 List.iter (fun (k, v) ->
A Dconnection.ml275 Hashtbl.iter (fun _ t -> Store.mark_symbols (Transaction.get_store t)) con.transactions
287 List.iter (fun (path, token) ->
/xen-4.10.0-shim-comet/xen/common/
A Dsched_rt.c394 list_for_each ( iter, runq ) in rt_dump()
396 svc = q_elem(iter); in rt_dump()
403 svc = q_elem(iter); in rt_dump()
408 list_for_each ( iter, replq ) in rt_dump()
410 svc = replq_elem(iter); in rt_dump()
513 struct list_head *iter; in deadline_queue_insert() local
523 list_add_tail(elem, iter); in deadline_queue_insert()
1052 struct list_head *iter; in runq_pick() local
1058 list_for_each ( iter, runq ) in runq_pick()
1525 svc = replq_elem(iter); in repl_timer_handler()
[all …]
A Dsched_credit.c277 struct list_head *iter; in __runq_insert() local
281 list_for_each( iter, runq ) in __runq_insert()
294 iter=iter->next; in __runq_insert()
297 BUG_ON(iter == runq); in __runq_insert()
300 list_add_tail(&svc->runq_elem, iter); in __runq_insert()
1615 struct list_head *iter; in csched_runq_steal() local
1627 list_for_each( iter, &peer_pcpu->runq ) in csched_runq_steal()
1629 speer = __runq_elem(iter); in csched_runq_steal()
2043 struct list_head *runq, *iter; in csched_dump_pcpu() local
2080 list_for_each( iter, runq ) in csched_dump_pcpu()
[all …]
A Dsched_null.c850 struct list_head *iter; in null_dump() local
862 list_for_each( iter, &prv->ndom ) in null_dump()
867 ndom = list_entry(iter, struct null_dom, ndom_elem); in null_dump()
888 list_for_each( iter, &prv->waitq ) in null_dump()
890 struct null_vcpu *nvc = list_entry(iter, struct null_vcpu, waitq_elem); in null_dump()
A Dsched_credit2.c909 struct list_head *iter; in update_max_weight() local
912 list_for_each( iter, &rqd->svc ) in update_max_weight()
1270 struct list_head *iter; in runq_insert() local
1285 list_for_each( iter, runq ) in runq_insert()
1294 list_add_tail(&svc->runq_elem, iter); in runq_insert()
1597 struct list_head *iter; in reset_credit() local
1621 list_for_each( iter, &rqd->svc ) in reset_credit()
3254 struct list_head *iter, *temp; in runq_candidate() local
3339 list_for_each_safe( iter, temp, &rqd->runq ) in runq_candidate()
3743 struct list_head *iter, *runq = &rqd->runq; in csched2_dump() local
[all …]
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dgconf.c784 GtkTreeIter iter; in renderer_edited() local
886 GtkTreeIter iter; in on_treeview2_button_press_event() local
943 GtkTreeIter iter; in on_treeview2_key_press_event() local
963 gtk_tree_model_get_iter(model2, &iter, path); in on_treeview2_key_press_event()
985 GtkTreeIter iter; in on_treeview2_cursor_changed() local
1004 GtkTreeIter iter; in on_treeview1_button_press_event() local
1016 gtk_tree_model_get_iter(model1, &iter, path); in on_treeview1_button_press_event()
1217 GtkTreeIter iter; in gtktree_iter_find_node() local
1218 GtkTreeIter *child = &iter; in gtktree_iter_find_node()
1251 GtkTreeIter iter, tmp; in update_tree() local
[all …]
A Dzconf.lex.c_shipped2408 struct file *iter;
2424 for (iter = current_file->parent; iter; iter = iter->parent ) {
2425 if (!strcmp(current_file->name,iter->name) ) {
2430 iter = current_file->parent;
2431 while (iter && \
2432 strcmp(iter->name,current_file->name)) {
2434 iter->name, iter->lineno-1);
2435 iter = iter->parent;
2437 if (iter)
2439 iter->name, iter->lineno+1);
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Ddm.c268 unsigned int iter = 0; in set_mem_type() local
300 while ( iter < data->nr ) in set_mem_type()
302 unsigned long pfn = data->first_pfn + iter; in set_mem_type()
325 iter++; in set_mem_type()
331 if ( (iter < data->nr) && ((iter & 0xff) == 0) && in set_mem_type()
334 data->first_pfn += iter; in set_mem_type()
335 data->nr -= iter; in set_mem_type()
/xen-4.10.0-shim-comet/tools/ocaml/test/
A Dlist_domains.ml23 List.iter (fun d -> print_dominfo d) domains
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dvgic.c514 struct pending_irq *iter, *n; in vgic_vcpu_inject_irq() local
550 list_for_each_entry ( iter, &v->arch.vgic.inflight_irqs, inflight ) in vgic_vcpu_inject_irq()
552 if ( iter->priority > priority ) in vgic_vcpu_inject_irq()
554 list_add_tail(&n->inflight, &iter->inflight); in vgic_vcpu_inject_irq()
A Dgic.c389 struct pending_irq *iter; in gic_add_to_lr_pending() local
396 list_for_each_entry ( iter, &v->arch.vgic.lr_pending, lr_queue ) in gic_add_to_lr_pending()
398 if ( iter->priority > n->priority ) in gic_add_to_lr_pending()
400 list_add_tail(&n->lr_queue, &iter->lr_queue); in gic_add_to_lr_pending()
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/
A Dxs.ml141 List.iter (fun (w,v) -> try xsh.unwatch w v with _ -> ()) l in
142 List.iter (fun (w,v) -> xsh.watch w v) l;
A Dxsraw.ml243 List.iter (fun (entry, value) ->
264 List.iter (fun entry ->
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m.c2104 unsigned int iter, order; in map_mmio_regions() local
2109 for ( iter = i = 0; i < nr && iter < MAP_MMIO_MAX_ITER; in map_mmio_regions()
2110 i += 1UL << order, ++iter ) in map_mmio_regions()
2137 unsigned int iter, order; in unmap_mmio_regions() local
2142 for ( iter = i = 0; i < nr && iter < MAP_MMIO_MAX_ITER; in unmap_mmio_regions()
2143 i += 1UL << order, ++iter ) in unmap_mmio_regions()

Completed in 43 milliseconds

12