Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstored_transaction.c350 while ((i = list_top(&trans->accessed, struct accessed_node, list))) { in finalize_transaction()
398 while ((i = list_top(&trans->accessed, struct accessed_node, list))) { in destroy_transaction()
567 while ((trans = list_top(&conn->transaction_list, in conn_delete_all_transactions()
A Dxenstored_watch.c241 while ((watch = list_top(&conn->watches, struct watch, list))) { in conn_delete_all_watches()
A Dlist.h45 #define list_top(head, type, member) \ macro
A Dxs.c466 msg = list_top(&h->reply_list, struct xs_stored_msg, list); in read_reply()
904 msg = list_top(&h->watch_list, struct xs_stored_msg, list); in read_watch_internal()
A Dxenstored_domain.c360 while ((out = list_top(&conn->out_list, struct buffered_data, list))) { in domain_conn_reset()
A Dxenstored_core.c212 out = list_top(&conn->out_list, struct buffered_data, list); in write_messages()

Completed in 14 milliseconds