Lines Matching refs:qp_entry
192 struct qp_entry { struct
204 struct qp_entry qp; argument
222 struct qp_entry qp;
810 static struct qp_entry *qp_list_find(struct qp_list *qp_list, in qp_list_find()
813 struct qp_entry *entry; in qp_list_find()
833 struct qp_entry *qp = qp_list_find(&qp_guest_endpoints, handle); in qp_guest_handle_to_entry()
847 struct qp_entry *qp = qp_list_find(&qp_broker_list, handle); in qp_broker_handle_to_entry()
1006 static void qp_list_add_entry(struct qp_list *qp_list, struct qp_entry *entry) in qp_list_add_entry()
1016 struct qp_entry *entry) in qp_list_remove_entry()
1896 static struct qp_entry *qp_list_get_head(struct qp_list *qp_list) in qp_list_get_head()
1899 struct qp_entry *entry = in qp_list_get_head()
1900 list_first_entry(&qp_list->head, struct qp_entry, in qp_list_get_head()
1910 struct qp_entry *entry; in vmci_qp_broker_exit()
2396 struct qp_entry *entry; in vmci_qp_guest_endpoints_exit()