Searched refs:list_top (Results 1 – 5 of 5) sorted by relevance
| /tools/xenstored/ |
| A D | transaction.c | 385 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 D | list.h | 43 #define list_top(head, type, member) \ macro
|
| A D | watch.c | 275 while ((watch = list_top(&conn->watches, struct watch, list))) { in conn_delete_all_watches()
|
| A D | domain.c | 1664 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 D | core.c | 292 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