Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/rmgr/src/
H A Drmgr_vbuf.c263 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 Dvmci_doorbell.c415 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 Dvmci_queue_pair.c1781 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 Defi_file.c222 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 Dirq.c137 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 Defi_selftest_loadimage.c151 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 Dtransaction.c474 static handle_t *new_handle(int nblocks) in new_handle() function
503 handle = new_handle(nblocks); in jbd2__journal_start()
509 rsv_handle = new_handle(rsv_blocks); in jbd2__journal_start()
/openbmc/u-boot/include/
H A Defi_api.h1332 struct efi_file_handle **new_handle,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/
H A D0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch587 new_handle->pid_maps = NULL;