Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/
Dgstfdmemory.c52 gint mmap_count; member
99 mem->mmap_count++; in gst_fd_mem_map()
101 && mem->mmap_count == 0 in gst_fd_mem_map()
105 mem->mmap_count++; in gst_fd_mem_map()
142 mem->mmap_count++; in gst_fd_mem_map()
165 mem->mmap_count--; in gst_fd_mem_unmap()
171 if (mem->data && !(--mem->mmap_count)) { in gst_fd_mem_unmap()
/third_party/mesa3d/src/asahi/lib/
Ddecode.c52 unsigned mmap_count = 0; variable
60 for (unsigned i = 0; i < mmap_count; ++i) { in agxdecode_find_mapped_gpu_mem_containing_rw()
90 for (unsigned i = 0; i < mmap_count; ++i) { in agxdecode_find_handle()
123 for (unsigned i = 0; i < mmap_count; ++i) in agxdecode_validate_map()
508 for (unsigned i = 0; i < mmap_count; ++i) { in agxdecode_dump_mappings()
526 assert((mmap_count + 1) < MAX_MAPPINGS); in agxdecode_track_alloc()
528 for (unsigned i = 0; i < mmap_count; ++i) { in agxdecode_track_alloc()
534 mmap_array[mmap_count++] = *alloc; in agxdecode_track_alloc()
542 for (unsigned i = 0; i < mmap_count; ++i) { in agxdecode_track_free()