Lines Matching refs:qp_entry
184 struct qp_entry { struct
196 struct qp_entry qp; argument
214 struct qp_entry qp;
799 static struct qp_entry *qp_list_find(struct qp_list *qp_list, in qp_list_find()
802 struct qp_entry *entry; in qp_list_find()
822 struct qp_entry *qp = qp_list_find(&qp_guest_endpoints, handle); in qp_guest_handle_to_entry()
836 struct qp_entry *qp = qp_list_find(&qp_broker_list, handle); in qp_broker_handle_to_entry()
997 static void qp_list_add_entry(struct qp_list *qp_list, struct qp_entry *entry) in qp_list_add_entry()
1007 struct qp_entry *entry) in qp_list_remove_entry()
1887 static struct qp_entry *qp_list_get_head(struct qp_list *qp_list) in qp_list_get_head()
1890 struct qp_entry *entry = in qp_list_get_head()
1891 list_first_entry(&qp_list->head, struct qp_entry, in qp_list_get_head()
1901 struct qp_entry *entry; in vmci_qp_broker_exit()
2387 struct qp_entry *entry; in vmci_qp_guest_endpoints_exit()