Searched refs:mmaps (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_stats.h | 36 uptr mmaps; member
|
H A D | memprof_stats.cpp | 50 (mmaped - munmaped) >> 20, mmaped >> 20, munmaped >> 20, mmaps, in Print()
|
H A D | memprof_allocator.cpp | 202 thread_stats.mmaps++; in OnMap()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_stats.h | 36 uptr mmaps; member
|
H A D | asan_allocator.cpp | 286 thread_stats.mmaps++; in OnMap() 301 thread_stats.mmaps++; in OnMapSecondary()
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | iw_cxgbe.h | 510 struct list_head mmaps; member 532 list_for_each_safe(pos, nxt, &ucontext->mmaps) { in remove_mmap() 554 list_add_tail(&mm->entry, &ucontext->mmaps); in insert_mmap()
|
H A D | provider.c | 104 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) in c4iw_dealloc_ucontext() 122 INIT_LIST_HEAD(&context->mmaps); in c4iw_alloc_ucontext()
|