Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.h36 uptr mmaps; member
H A Dmemprof_stats.cpp50 (mmaped - munmaped) >> 20, mmaped >> 20, munmaped >> 20, mmaps, in Print()
H A Dmemprof_allocator.cpp190 thread_stats.mmaps++; in OnMap()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.h36 uptr mmaps; member
H A Dasan_stats.cpp51 mmaps, munmaps); in Print()
H A Dasan_allocator.cpp286 thread_stats.mmaps++; in OnMap()
301 thread_stats.mmaps++; in OnMapSecondary()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h510 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 Dprovider.c104 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) in c4iw_dealloc_ucontext()
122 INIT_LIST_HEAD(&context->mmaps); in c4iw_alloc_ucontext()