Home
last modified time | relevance | path

Searched refs:vmacache (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/mm/
Dvmacache.c63 current->vmacache[VMACACHE_HASH(addr)] = newvma; in vmacache_update()
96 struct vm_area_struct *vma = current->vmacache[i]; in vmacache_find()
124 struct vm_area_struct *vma = current->vmacache[i]; in vmacache_find_exact()
DMakefile22 compaction.o vmacache.o \
Dnommu.c795 if (curr->vmacache[i] == vma) { in delete_vma_from_mm()
/linux-4.4.14/include/linux/
Dvmacache.h15 memset(tsk->vmacache, 0, sizeof(tsk->vmacache)); in vmacache_flush()
Dsched.h1447 struct vm_area_struct *vmacache[VMACACHE_SIZE]; member
/linux-4.4.14/kernel/debug/
Ddebug_core.c235 if (!current->vmacache[i]) in kgdb_flush_swbreak_addr()
237 flush_cache_range(current->vmacache[i], in kgdb_flush_swbreak_addr()