Searched refs:list_top (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_transaction.c | 350 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 D | xenstored_watch.c | 241 while ((watch = list_top(&conn->watches, struct watch, list))) { in conn_delete_all_watches()
|
A D | list.h | 45 #define list_top(head, type, member) \ macro
|
A D | xs.c | 466 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 D | xenstored_domain.c | 360 while ((out = list_top(&conn->out_list, struct buffered_data, list))) { in domain_conn_reset()
|
A D | xenstored_core.c | 212 out = list_top(&conn->out_list, struct buffered_data, list); in write_messages()
|
Completed in 14 milliseconds