Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/
A Dmsm_gem_vma.c118 struct msm_mmu_prealloc prealloc; member
654 vm->mmu->prealloc = &job->prealloc; in msm_vma_job_run()
679 vm->mmu->prealloc = NULL; in msm_vma_job_run()
706 vm->mmu->funcs->prealloc_cleanup(vm->mmu, &job->prealloc); in msm_vma_job_free()
708 atomic_sub(job->prealloc.count, &vm->prealloc_throttle.in_flight); in msm_vma_job_free()
1076 mmu->funcs->prealloc_count(mmu, &job->prealloc, start_iova, end_iova - start_iova); in prealloc_count()
1144 atomic_add(job->prealloc.count, &vm->prealloc_throttle.in_flight); in vm_bind_prealloc_count()
1266 ret = mmu->funcs->prealloc_allocate(mmu, &job->prealloc); in vm_bind_job_prepare()
A Dmsm_mmu.h66 struct msm_mmu_prealloc *prealloc; member
A Dmsm_iommu.c375 struct msm_mmu_prealloc *p = pagetable->base.prealloc; in msm_iommu_pagetable_alloc_pt()
/drivers/media/platform/renesas/vsp1/
A Dvsp1_dl.c1114 unsigned int prealloc) in vsp1_dlm_create() argument
1149 dlm->pool = vsp1_dl_body_pool_create(vsp1, prealloc + 1, in vsp1_dlm_create()
1154 for (i = 0; i < prealloc; ++i) { in vsp1_dlm_create()
1171 dlm->list_count = prealloc; in vsp1_dlm_create()
1175 VSP1_EXTCMD_AUTOFLD, prealloc); in vsp1_dlm_create()
A Dvsp1_dl.h56 unsigned int prealloc);
/drivers/gpu/drm/i915/display/
A Dintel_fbdev.c220 bool prealloc = false; in intel_fbdev_driver_fbdev_probe() local
245 prealloc = true; in intel_fbdev_driver_fbdev_probe()
290 if (!intel_bo_is_shmem(obj) && !prealloc) in intel_fbdev_driver_fbdev_probe()
/drivers/md/
A Ddm-cache-target.c1403 struct dm_bio_prison_cell_v2 *prealloc; in mg_lock_writes() local
1405 prealloc = alloc_prison_cell(cache); in mg_lock_writes()
1415 prealloc, &mg->cell); in mg_lock_writes()
1417 free_prison_cell(cache, prealloc); in mg_lock_writes()
1422 if (mg->cell != prealloc) in mg_lock_writes()
1423 free_prison_cell(cache, prealloc); in mg_lock_writes()
1533 struct dm_bio_prison_cell_v2 *prealloc; in invalidate_lock() local
1535 prealloc = alloc_prison_cell(cache); in invalidate_lock()
1541 free_prison_cell(cache, prealloc); in invalidate_lock()
1546 if (mg->cell != prealloc) in invalidate_lock()
[all …]
/drivers/usb/gadget/function/
A Du_ether.c313 static int prealloc(struct list_head *list, struct usb_ep *ep, unsigned n) in prealloc() function
357 status = prealloc(&dev->tx_reqs, link->in_ep, n); in alloc_requests()
360 status = prealloc(&dev->rx_reqs, link->out_ep, n); in alloc_requests()

Completed in 28 milliseconds