Searched refs:new_handle (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/staging/media/atomisp/pci/runtime/rmgr/src/
H A Drmgr_vbuf.c263 struct ia_css_rmgr_vbuf_handle *new_handle; local
276 new_handle = &h;
278 new_handle = *handle;
281 if (new_handle->vptr == 0x0) {
284 rmgr_pop_handle(pool, &new_handle);
286 if (new_handle->vptr == 0x0) {
288 new_handle->vptr = hmm_alloc(new_handle->size);
291 *handle = new_handle;
295 /* Note that new_handle wil
[all...]
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c415 struct vmci_handle new_handle; local
438 new_handle = vmci_make_handle(context_id, VMCI_INVALID_ID);
462 new_handle = *handle;
476 new_handle);
479 new_handle.context, new_handle.resource, result);
483 new_handle = vmci_resource_handle(&entry->resource);
486 result = dbell_link(new_handle, entry->idx);
493 *handle = new_handle;
H A Dvmci_queue_pair.c1781 struct vmci_handle new_handle; local
1788 new_handle = vmci_make_handle(
1791 new_handle = *handle;
1796 qp_broker_alloc(new_handle, peer, flags, priv_flags,
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_gem.c128 u32 new_handle; local
131 err = drm_gem_handle_create(file, gem_obj, &new_handle);
145 *handle = new_handle;
/linux-master/drivers/dma/idxd/
H A Dirq.c137 int i, new_handle, rc; local
161 rc = idxd_device_request_int_handle(idxd, i, &new_handle, IDXD_IRQ_MSIX);
176 if (ie->int_handle == new_handle)
185 ie->int_handle = new_handle;
198 ie->int_handle = new_handle;
/linux-master/fs/jbd2/
H A Dtransaction.c474 static handle_t *new_handle(int nblocks) function
503 handle = new_handle(nblocks);
509 rsv_handle = new_handle(rsv_blocks);

Completed in 244 milliseconds