Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/mm/
A Dunevictable-lru.rst303 __mm_populate() to fault in the remaining pages via get_user_pages() and to
347 neither need nor want to mlock() these pages. But __mm_populate() includes
352 unevictable and are not managed on the LRU lists. __mm_populate() includes
355 4) VMAs with VM_MIXEDMAP set are not marked VM_LOCKED, but __mm_populate()
/linux-6.3-rc2/mm/
A Dmlock.c607 error = __mm_populate(start, len, 0); in do_mlock()
A Dgup.c1614 int __mm_populate(unsigned long start, unsigned long len, int ignore_errors) in __mm_populate() function
/linux-6.3-rc2/include/linux/
A Dmm.h3021 extern int __mm_populate(unsigned long addr, unsigned long len,
3026 (void) __mm_populate(addr, len, 1); in mm_populate()

Completed in 20 milliseconds