Home
last modified time | relevance | path

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

/tools/xenstored/
A Dtransaction.c385 while ((i = list_top(&trans->accessed, struct accessed_node, list))) { in finalize_transaction()
439 while ((i = list_top(&trans->accessed, struct accessed_node, list))) { in destroy_transaction()
574 while ((trans = list_top(&conn->transaction_list, in conn_delete_all_transactions()
A Dlist.h43 #define list_top(head, type, member) \ macro
A Dwatch.c275 while ((watch = list_top(&conn->watches, struct watch, list))) { in conn_delete_all_watches()
A Ddomain.c1664 while ((cd = list_top(&conn->acc_list, struct changed_domain, list))) { in acc_drop()
1682 while ((cd = list_top(&conn->acc_list, struct changed_domain, list))) { in acc_commit()
A Dcore.c292 while ((out = list_top(&conn->out_list, struct buffered_data, list))) in conn_free_buffered_data()
304 out = list_top(&conn->out_list, struct buffered_data, list); in write_messages()

Completed in 21 milliseconds