Searched refs:prealloc_throttle (Results 1 – 2 of 2) sorted by relevance
708 atomic_sub(job->prealloc.count, &vm->prealloc_throttle.in_flight); in msm_vma_job_free()726 wake_up(&vm->prealloc_throttle.wait); in msm_vma_job_free()791 init_waitqueue_head(&vm->prealloc_throttle.wait); in msm_gem_vm_create()1139 vm->prealloc_throttle.wait, in vm_bind_prealloc_count()1140 atomic_read(&vm->prealloc_throttle.in_flight) <= 1024); in vm_bind_prealloc_count()1144 atomic_add(job->prealloc.count, &vm->prealloc_throttle.in_flight); in vm_bind_prealloc_count()
96 } prealloc_throttle; member
Completed in 12 milliseconds