Home
last modified time | relevance | path

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

/xen/tools/xenstore/
A Dxenstored_transaction.c162 struct list_head changed_domains; member
468 INIT_LIST_HEAD(&trans->changed_domains); in do_transaction_start()
496 list_for_each_entry(d, &trans->changed_domains, list) { in transaction_fix_domains()
547 list_for_each_entry(d, &trans->changed_domains, list) in transaction_entry_inc()
561 list_add_tail(&d->list, &trans->changed_domains); in transaction_entry_inc()
568 list_for_each_entry(d, &trans->changed_domains, list) in transaction_entry_dec()
582 list_add_tail(&d->list, &trans->changed_domains); in transaction_entry_dec()

Completed in 3 milliseconds