search results

  1. +static int do_mlock_pages(unsigned long start, size_t len) +{ + struct mm_struct *mm = current->mm; + unsigned long end, nstart, nend;
    help.lockergnome.com/linux/PATCH-mlock-​hold-mmap_sem... - Cached
  2. -static int do_mlock_pages(unsigned long start, size_t len, int ignore_errors) +/* + * __mm_populate - populate and/or mlock pages within a range of address space. + *
    lkml.indiana.edu/hypermail/linux/kernel/​1212.2/02293.html - Cached
  3. > > @@ -157,14 +157,9 @@ static inline void mlock_migrate_page(struct page *newpage, struct ... > > @@ -556,6 +555,7 @@ static void __free_pages_ok(struct page ...
    lkml.indiana.edu/hypermail/linux/kernel/​0904.2/02845.html - Cached
  4. static inline int free_pages_check(struct ... a/mm/page_alloc.c > +++ b/mm/page_alloc.c > @@ -497,6 +497,15 @@ static void free_page_mlock(struct page ...
    osdir.com/ml/linux-kernel/2009-06/​msg11092.html - Cached
  5. ... [PATCH] mlock: revert ... mlock: revert the optimization for dirtying pages and ... +++ b/testcases/kernel/mem/mlock/mlock01.c @@ -62,7 +62,7 @@ static void setup ...
    old.nabble.com/-LTP---PATCH--basic-​mlock()-testcase-from... - Cached
  6. > @@ -581,6 +582,11 @@ static int load_elf_binary(struct linux_binprm *bprm) ... behavior. According to the mlock(2) man pages, \"Memory locks are not
    lkml.org/lkml/2013/3/19/289 - Cached
  7. > @@ -169,7 +166,8 @@ static int __mlock_vma_pages_range(struc > > /* > * get_user_pages makes pages present if we are > - * setting mlock.
    fixunix.com/kernel/491699-2-6-26-rc5-​mm3-4.html - Cached
  8. Use a single code path for faulting in pages during mlock. ... 100644 --- a/mm/mlock.c +++ b/mm/mlock.c @@ -169,7 +169,7 @@ static long __mlock_vma_pages_range ...
    www.chineselinuxuniversity.net/patches/​131347.shtml - Cached
  9. Adobe PDF
    can roughly be categorized in two classes static and dynamic. Static means that ... To improve the behaviour of mlock() when pages are not present, a seperate
    htor.inf.ethz.ch/publications/img/​mietke-memreg.pdf
  10. ... (&vma->vm_mm->page_table_lock); unlock_vma_mappings(vma); return 0; } static int mlock ... locked_vm -= pages; } return retval; } static int do_mlock ...
    svn.exactcode.de/linux24-psionw/trunk/​mm/mlock.c