Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_memory_helper.c195 unsigned locks_on_counter; member
478 assert(allocation->locks_on_counter > 0); in nine_flush_pending_releases()
483 region->num_locks -= allocation->locks_on_counter; in nine_flush_pending_releases()
484 allocation->locks_on_counter = 0; in nine_flush_pending_releases()
522 allocation->locks_on_counter = 0; in nine_flush_pending_frees()
697 new_allocation->locks_on_counter = 0; in nine_memfd_allocator()
950 allocation->locks_on_counter++; in nine_pointer_delayedstrongrelease()
979 new_allocation->locks_on_counter = 0; in nine_suballocate()