Home
last modified time | relevance | path

Searched refs:VMACACHE_HASH (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dvmacache.h11 #define VMACACHE_HASH(addr) ((addr >> PAGE_SHIFT) & VMACACHE_MASK) macro
/linux-4.4.14/mm/
Dvmacache.c63 current->vmacache[VMACACHE_HASH(addr)] = newvma; in vmacache_update()