/linux-4.4.14/mm/ |
D | util.c | 292 unsigned long populate; in vm_mmap_pgoff() local 298 &populate); in vm_mmap_pgoff() 300 if (populate) in vm_mmap_pgoff() 301 mm_populate(ret, populate); in vm_mmap_pgoff()
|
D | mmap.c | 292 bool populate; in SYSCALL_DEFINE1() local 344 populate = newbrk > oldbrk && (mm->def_flags & VM_LOCKED) != 0; in SYSCALL_DEFINE1() 346 if (populate) in SYSCALL_DEFINE1() 1270 unsigned long pgoff, unsigned long *populate) in do_mmap() argument 1274 *populate = 0; in do_mmap() 1410 *populate = len; in do_mmap() 2645 unsigned long populate = 0; in SYSCALL_DEFINE5() local 2717 prot, flags, pgoff, &populate); in SYSCALL_DEFINE5() 2721 if (populate) in SYSCALL_DEFINE5() 2722 mm_populate(ret, populate); in SYSCALL_DEFINE5() [all …]
|
D | nommu.c | 1243 unsigned long *populate) in do_mmap() argument 1251 *populate = 0; in do_mmap()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | skeleton.dtsi | 3 * add a compatible value. The bootloader will typically populate the memory
|
D | skeleton64.dtsi | 4 * bootloader will typically populate the memory node.
|
/linux-4.4.14/arch/metag/boot/dts/ |
D | skeleton.dtsi | 3 * add a compatible value. The bootloader will typically populate the memory
|
/linux-4.4.14/arch/x86/mm/ |
D | mpx.c | 46 unsigned long addr, populate; in mpx_mmap() local 54 MAP_ANONYMOUS | MAP_PRIVATE, VM_MPX, 0, &populate); in mpx_mmap() 56 if (populate) in mpx_mmap() 57 mm_populate(addr, populate); in mpx_mmap()
|
/linux-4.4.14/fs/jffs2/ |
D | TODO | 12 - make the scan code populate real inodes so read_inode just after
|
/linux-4.4.14/ipc/ |
D | shm.c | 1101 unsigned long populate = 0; in do_shmat() local 1213 addr = do_mmap_pgoff(file, addr, size, prot, flags, 0, &populate); in do_shmat() 1220 if (populate) in do_shmat() 1221 mm_populate(addr, populate); in do_shmat()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-fcoe | 9 <ifname> to this file will allocate and populate sysfs with a
|
/linux-4.4.14/net/sunrpc/ |
D | rpc_pipe.c | 754 int (*populate)(struct dentry *, void *), void *args_populate) in rpc_mkdir_populate() 767 if (populate != NULL) { in rpc_mkdir_populate() 768 error = populate(dentry, args_populate); in rpc_mkdir_populate()
|
/linux-4.4.14/Documentation/DocBook/ |
D | scsi.xml.db | 146 API-spi-populate-tag-msg
|
/linux-4.4.14/Documentation/ |
D | intel_txt.txt | 131 o Tboot will populate a shared page with some data about itself and 149 populate the shared page with the ACPI data needed to put the
|
D | sysrq.txt | 200 Next, you must create a sysrq_key_op struct, and populate it with A) the key
|
/linux-4.4.14/Documentation/networking/ |
D | ieee802154.txt | 64 To hook the MLME interface you have to populate the ml_priv field of your
|
D | scaling.txt | 347 to populate the map. For each CPU, the corresponding queue in the map is
|
/linux-4.4.14/include/linux/ |
D | mm.h | 1919 vm_flags_t vm_flags, unsigned long pgoff, unsigned long *populate); 1925 unsigned long pgoff, unsigned long *populate) in do_mmap_pgoff() argument 1927 return do_mmap(file, addr, len, prot, flags, 0, pgoff, populate); in do_mmap_pgoff()
|
/linux-4.4.14/Documentation/vm/ |
D | unevictable-lru.txt | 188 might be), the lock action (eg: SHM_LOCK) can be lazy, and need not populate 369 allocate the huge pages and populate the ptes. 375 make_pages_present() to populate the ptes. 480 populate the page table.
|
/linux-4.4.14/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 153 Now we need to create a 'struct watchdog_device' and populate it with the
|
/linux-4.4.14/arch/arm/crypto/ |
D | aesbs-core.S_shipped | 1087 @ populate the key schedule 1101 @ populate the key schedule 1343 @ populate the key schedule 1359 @ populate the key schedule 1577 @ populate the key schedule 2067 @ populate the key schedule
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpc5200.txt | 81 Recommended soc5200 child nodes; populate as needed for your board
|
/linux-4.4.14/Documentation/filesystems/ |
D | fiemap.txt | 222 fiemap_fill_next_extent() will use the passed values to populate the
|
/linux-4.4.14/Documentation/powerpc/ |
D | firmware-assisted-dump.txt | 253 kernel which will help second kernel to populate ELF core header with
|
/linux-4.4.14/Documentation/sh/ |
D | new-machine.txt | 96 and then populate that with sub-directories for each member of the family.
|
/linux-4.4.14/drivers/iommu/ |
D | amd_iommu.c | 1441 bool populate, gfp_t gfp) in alloc_new_range() argument 1448 populate = false; in alloc_new_range() 1464 if (populate) { in alloc_new_range()
|
/linux-4.4.14/Documentation/power/ |
D | opp.txt | 295 /* populate the table in increasing order */
|
/linux-4.4.14/Documentation/video4linux/ |
D | videobuf | 284 populate it with pointers to the pieces of the allocated buffer; sglen
|
/linux-4.4.14/Documentation/filesystems/configfs/ |
D | configfs.txt | 244 and returns it to configfs. Configfs will then populate the filesystem
|
/linux-4.4.14/Documentation/cgroups/ |
D | cgroups.txt | 355 if cpusets are enabled the user will have to populate the cpus and mems files
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1176 can populate the micro-TLB with a stale entry which may be hit with
|