Searched refs:new_handle (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/misc/vmw_vmci/ |
| H A D | vmci_doorbell.c | 398 struct vmci_handle new_handle; in vmci_doorbell_create() local 421 new_handle = vmci_make_handle(context_id, VMCI_INVALID_ID); in vmci_doorbell_create() 445 new_handle = *handle; in vmci_doorbell_create() 459 new_handle); in vmci_doorbell_create() 462 new_handle.context, new_handle.resource, result); in vmci_doorbell_create() 466 new_handle = vmci_resource_handle(&entry->resource); in vmci_doorbell_create() 469 result = dbell_link(new_handle, entry->idx); in vmci_doorbell_create() 476 *handle = new_handle; in vmci_doorbell_create()
|
| H A D | vmci_queue_pair.c | 1781 struct vmci_handle new_handle; in qp_alloc_host_work() local 1788 new_handle = vmci_make_handle( in qp_alloc_host_work() 1791 new_handle = *handle; in qp_alloc_host_work() 1796 qp_broker_alloc(new_handle, peer, flags, priv_flags, in qp_alloc_host_work()
|
| /linux/drivers/dma/idxd/ |
| H A D | irq.c | 137 int i, new_handle, rc; in idxd_int_handle_revoke() local 161 rc = idxd_device_request_int_handle(idxd, i, &new_handle, IDXD_IRQ_MSIX); in idxd_int_handle_revoke() 176 if (ie->int_handle == new_handle) in idxd_int_handle_revoke() 185 ie->int_handle = new_handle; in idxd_int_handle_revoke() 198 ie->int_handle = new_handle; in idxd_int_handle_revoke()
|
| /linux/include/uapi/drm/ |
| H A D | drm.h | 656 __u32 new_handle; member
|
| /linux/tools/include/uapi/drm/ |
| H A D | drm.h | |