Home
last modified time | relevance | path

Searched refs:dq_entry (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_context.c317 dq_entry = kmalloc(sizeof(*dq_entry), GFP_KERNEL); in vmci_ctx_enqueue_datagram()
318 if (dq_entry == NULL) { in vmci_ctx_enqueue_datagram()
323 dq_entry->dg = dg; in vmci_ctx_enqueue_datagram()
349 kfree(dq_entry); in vmci_ctx_enqueue_datagram()
465 WARN_ON(dq_entry->dg_size != VMCI_DG_SIZE(dq_entry->dg)); in ctx_free_ctx()
467 kfree(dq_entry->dg); in ctx_free_ctx()
468 kfree(dq_entry); in ctx_free_ctx()
527 dq_entry = in vmci_ctx_dequeue_datagram()
565 *dg = dq_entry->dg; in vmci_ctx_dequeue_datagram()
566 dq_entry->dg = NULL; in vmci_ctx_dequeue_datagram()
[all …]