Searched refs:new_handle (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/rmgr/src/ |
H A D | rmgr_vbuf.c | 263 struct ia_css_rmgr_vbuf_handle *new_handle; in ia_css_rmgr_acq_vbuf() local 276 new_handle = &h; in ia_css_rmgr_acq_vbuf() 278 new_handle = *handle; in ia_css_rmgr_acq_vbuf() 281 if (new_handle->vptr == 0x0) { in ia_css_rmgr_acq_vbuf() 284 rmgr_pop_handle(pool, &new_handle); in ia_css_rmgr_acq_vbuf() 286 if (new_handle->vptr == 0x0) { in ia_css_rmgr_acq_vbuf() 288 new_handle->vptr = hmm_alloc(new_handle->size); in ia_css_rmgr_acq_vbuf() 291 *handle = new_handle; in ia_css_rmgr_acq_vbuf() 296 ia_css_rmgr_refcount_retain_vbuf(&new_handle); in ia_css_rmgr_acq_vbuf() 297 *handle = new_handle; in ia_css_rmgr_acq_vbuf()
|
/openbmc/linux/drivers/misc/vmw_vmci/ |
H A D | vmci_doorbell.c | 415 struct vmci_handle new_handle; in vmci_doorbell_create() local 438 new_handle = vmci_make_handle(context_id, VMCI_INVALID_ID); in vmci_doorbell_create() 462 new_handle = *handle; in vmci_doorbell_create() 476 new_handle); in vmci_doorbell_create() 479 new_handle.context, new_handle.resource, result); in vmci_doorbell_create() 483 new_handle = vmci_resource_handle(&entry->resource); in vmci_doorbell_create() 486 result = dbell_link(new_handle, entry->idx); in vmci_doorbell_create() 493 *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()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_file.c | 222 struct efi_file_handle **new_handle, in efi_file_open() argument 228 EFI_ENTRY("%p, %p, \"%ls\", %llx, %llu", file, new_handle, in efi_file_open() 232 if (!file || !new_handle || !file_name) { in efi_file_open() 259 *new_handle = file_open(fh->fs, fh, file_name, open_mode, attributes); in efi_file_open() 260 if (*new_handle) in efi_file_open()
|
/openbmc/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()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_loadimage.c | 151 struct efi_file_handle **new_handle, 241 struct efi_file_handle **new_handle, in open() argument 247 *new_handle = &file; in open()
|
/openbmc/linux/fs/jbd2/ |
H A D | transaction.c | 459 static handle_t *new_handle(int nblocks) in new_handle() function 488 handle = new_handle(nblocks); in jbd2__journal_start() 494 rsv_handle = new_handle(rsv_blocks); in jbd2__journal_start()
|
/openbmc/linux/drivers/media/usb/uvc/ |
H A D | uvc_ctrl.c | 1536 struct uvc_fh *new_handle) in uvc_ctrl_set_handle() argument 1540 if (new_handle) { in uvc_ctrl_set_handle() 1545 if (new_handle == ctrl->handle) in uvc_ctrl_set_handle() 1554 ctrl->handle = new_handle; in uvc_ctrl_set_handle()
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 1332 struct efi_file_handle **new_handle,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/ |
H A D | 0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch | 587 new_handle->pid_maps = NULL;
|