Lines Matching refs:qp_entry
209 struct qp_entry { struct
221 struct qp_entry qp; argument
239 struct qp_entry qp;
891 static struct qp_entry *qp_list_find(struct qp_list *qp_list, in qp_list_find()
894 struct qp_entry *entry; in qp_list_find()
914 struct qp_entry *qp = qp_list_find(&qp_guest_endpoints, handle); in qp_guest_handle_to_entry()
928 struct qp_entry *qp = qp_list_find(&qp_broker_list, handle); in qp_broker_handle_to_entry()
1087 static void qp_list_add_entry(struct qp_list *qp_list, struct qp_entry *entry) in qp_list_add_entry()
1097 struct qp_entry *entry) in qp_list_remove_entry()
1977 static struct qp_entry *qp_list_get_head(struct qp_list *qp_list) in qp_list_get_head()
1980 struct qp_entry *entry = in qp_list_get_head()
1981 list_first_entry(&qp_list->head, struct qp_entry, in qp_list_get_head()
1991 struct qp_entry *entry; in vmci_qp_broker_exit()
2488 struct qp_entry *entry; in vmci_qp_guest_endpoints_exit()