Lines Matching refs:qp_entry
184 struct qp_entry { struct
196 struct qp_entry qp; argument
214 struct qp_entry qp;
804 static struct qp_entry *qp_list_find(struct qp_list *qp_list, in qp_list_find()
807 struct qp_entry *entry; in qp_list_find()
827 struct qp_entry *qp = qp_list_find(&qp_guest_endpoints, handle); in qp_guest_handle_to_entry()
841 struct qp_entry *qp = qp_list_find(&qp_broker_list, handle); in qp_broker_handle_to_entry()
1003 static void qp_list_add_entry(struct qp_list *qp_list, struct qp_entry *entry) in qp_list_add_entry()
1013 struct qp_entry *entry) in qp_list_remove_entry()
1894 static struct qp_entry *qp_list_get_head(struct qp_list *qp_list) in qp_list_get_head()
1897 struct qp_entry *entry = in qp_list_get_head()
1898 list_first_entry(&qp_list->head, struct qp_entry, in qp_list_get_head()
1908 struct qp_entry *entry; in vmci_qp_broker_exit()
2399 struct qp_entry *entry; in vmci_qp_guest_endpoints_exit()