Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dmincore.c187 static long do_mincore(unsigned long addr, unsigned long pages, unsigned char *vec) in do_mincore() function
267 retval = do_mincore(start, min(pages, PAGE_SIZE), tmp); in SYSCALL_DEFINE3()