Searched refs:mmap_cache_size (Results 1 – 2 of 2) sorted by relevance
179 if (tcp->mmap_cache_size > 0) { in build_mmap_cache()180 entry = &cache_head[tcp->mmap_cache_size - 1]; in build_mmap_cache()194 if (tcp->mmap_cache_size >= cur_array_size) { in build_mmap_cache()200 entry = &cache_head[tcp->mmap_cache_size]; in build_mmap_cache()205 tcp->mmap_cache_size++; in build_mmap_cache()230 for (i = 0; i < tcp->mmap_cache_size; i++) { in delete_mmap_cache()236 tcp->mmap_cache_size = 0; in delete_mmap_cache()249 if (!tcp->mmap_cache || !tcp->mmap_cache_size) in rebuild_cache_if_invalid()301 int upper = (int) tcp->mmap_cache_size - 1; in print_stack_frame()362 if (tcp->mmap_cache_size == 0) in stacktrace_walk()
313 unsigned int mmap_cache_size; member