Lines Matching refs:populate
184 bool populate = false; in SYSCALL_DEFINE1() local
264 populate = true; in SYSCALL_DEFINE1()
270 if (populate) in SYSCALL_DEFINE1()
1206 unsigned long pgoff, unsigned long *populate, in do_mmap() argument
1212 *populate = 0; in do_mmap()
1378 *populate = len; in do_mmap()
2958 unsigned long populate = 0; in SYSCALL_DEFINE5() local
3021 prot, flags, 0, pgoff, &populate, NULL); in SYSCALL_DEFINE5()
3025 if (populate) in SYSCALL_DEFINE5()
3026 mm_populate(ret, populate); in SYSCALL_DEFINE5()
3156 bool populate; in vm_brk_flags() local
3183 populate = ((mm->def_flags & VM_LOCKED) != 0); in vm_brk_flags()
3186 if (populate && !ret) in vm_brk_flags()