Lines Matching full:populate
121 bool populate = false; in SYSCALL_DEFINE1() local
202 populate = true; in SYSCALL_DEFINE1()
208 if (populate) in SYSCALL_DEFINE1()
292 * @populate, which must be non-NULL, expecting the caller to actually perform
303 * populate behaviour, and who handle the mmap write lock themselves, should
326 * @populate: A pointer to a value which will be set to 0 if no population of
327 * the range is required, or the number of bytes to populate if it is. Must be
340 unsigned long pgoff, unsigned long *populate, in do_mmap() argument
346 *populate = 0; in do_mmap()
565 *populate = len; in do_mmap()
1097 unsigned long populate = 0; in SYSCALL_DEFINE5() local
1199 prot, flags, 0, pgoff, &populate, NULL); in SYSCALL_DEFINE5()
1203 if (populate) in SYSCALL_DEFINE5()
1204 mm_populate(ret, populate); in SYSCALL_DEFINE5()
1216 bool populate; in vm_brk_flags() local
1243 populate = ((mm->def_flags & VM_LOCKED) != 0); in vm_brk_flags()
1246 if (populate && !ret) in vm_brk_flags()