vmacache 731 include/linux/sched.h struct vmacache vmacache; vmacache 10 include/linux/vmacache.h memset(tsk->vmacache.vmas, 0, sizeof(tsk->vmacache.vmas)); vmacache 293 kernel/debug/debug_core.c if (!current->vmacache.vmas[i]) vmacache 295 kernel/debug/debug_core.c flush_cache_range(current->vmacache.vmas[i], vmacache 660 mm/nommu.c if (curr->vmacache.vmas[i] == vma) { vmacache 39 mm/vmacache.c current->vmacache.vmas[VMACACHE_HASH(addr)] = newvma; vmacache 50 mm/vmacache.c if (mm->vmacache_seqnum != curr->vmacache.seqnum) { vmacache 55 mm/vmacache.c curr->vmacache.seqnum = mm->vmacache_seqnum; vmacache 73 mm/vmacache.c struct vm_area_struct *vma = current->vmacache.vmas[idx]; vmacache 106 mm/vmacache.c struct vm_area_struct *vma = current->vmacache.vmas[idx];