Lines Matching refs:qp_entry
184 struct qp_entry { struct
196 struct qp_entry qp; argument
214 struct qp_entry qp;
797 static struct qp_entry *qp_list_find(struct qp_list *qp_list, in qp_list_find()
800 struct qp_entry *entry; in qp_list_find()
820 struct qp_entry *qp = qp_list_find(&qp_guest_endpoints, handle); in qp_guest_handle_to_entry()
834 struct qp_entry *qp = qp_list_find(&qp_broker_list, handle); in qp_broker_handle_to_entry()
995 static void qp_list_add_entry(struct qp_list *qp_list, struct qp_entry *entry) in qp_list_add_entry()
1005 struct qp_entry *entry) in qp_list_remove_entry()
1885 static struct qp_entry *qp_list_get_head(struct qp_list *qp_list) in qp_list_get_head()
1888 struct qp_entry *entry = in qp_list_get_head()
1889 list_first_entry(&qp_list->head, struct qp_entry, in qp_list_get_head()
1899 struct qp_entry *entry; in vmci_qp_broker_exit()
2385 struct qp_entry *entry; in vmci_qp_guest_endpoints_exit()