Searched refs:VMACACHE_SIZE (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/mm/
H A Dvmacache.c95 for (i = 0; i < VMACACHE_SIZE; i++) { vmacache_find()
123 for (i = 0; i < VMACACHE_SIZE; i++) { vmacache_find_exact()
H A Dnommu.c821 for (i = 0; i < VMACACHE_SIZE; i++) { delete_vma_from_mm()
/linux-4.1.27/kernel/debug/
H A Ddebug_core.c234 for (i = 0; i < VMACACHE_SIZE; i++) { kgdb_flush_swbreak_addr()
/linux-4.1.27/include/linux/
H A Dsched.h137 #define VMACACHE_SIZE (1U << VMACACHE_BITS) macro
138 #define VMACACHE_MASK (VMACACHE_SIZE - 1)
1365 struct vm_area_struct *vmacache[VMACACHE_SIZE];

Completed in 284 milliseconds