Searched refs:num_weak_unlocks (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_memory_helper.c | 124 int num_weak_unlocks; /* Number of users which weakly block the munmap */ member 235 region->num_locks, region->num_weak_unlocks, (int)region->zero_filled); in debug_dump_memfd_state() 240 region->num_locks, region->num_weak_unlocks, (int)region->zero_filled); in debug_dump_memfd_state() 245 region->num_locks, region->num_weak_unlocks, (int)region->zero_filled); in debug_dump_memfd_state() 250 region->num_locks, region->num_weak_unlocks, (int)region->zero_filled); in debug_dump_memfd_state() 255 region->num_locks, region->num_weak_unlocks, (int)region->zero_filled); in debug_dump_memfd_state() 413 region->num_weak_unlocks = 0; in allocate_region() 488 if (region->num_weak_unlocks) in nine_flush_pending_releases() 520 region->num_weak_unlocks = 0; in nine_flush_pending_frees() 540 region->num_locks, region->num_weak_unlocks); in nine_memfd_unmap_region() [all …]
|