Searched refs:vmacache_seqnum (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/include/linux/
H A Dvmacache.h31 mm->vmacache_seqnum++; vmacache_invalidate()
34 if (unlikely(mm->vmacache_seqnum == 0)) vmacache_invalidate()
H A Dmm_types.h344 u32 vmacache_seqnum; /* per-thread vmacache */ member in struct:mm_struct
H A Dsched.h1364 u32 vmacache_seqnum; member in struct:task_struct
/linux-4.1.27/mm/
H A Dvmacache.c74 if (mm->vmacache_seqnum != curr->vmacache_seqnum) { vmacache_valid()
79 curr->vmacache_seqnum = mm->vmacache_seqnum; vmacache_valid()
H A Ddebug.c201 mm, mm->mmap, mm->vmacache_seqnum, mm->task_size, dump_mm()
/linux-4.1.27/fs/
H A Dexec.c866 tsk->mm->vmacache_seqnum = 0; exec_mmap()
/linux-4.1.27/kernel/
H A Dfork.c583 mm->vmacache_seqnum = 0; mm_init()

Completed in 211 milliseconds