/Linux-v5.10/tools/testing/selftests/vm/ |
D | charge_reserved_hugetlb.sh | 146 local populate="$3" 177 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \ 198 if [[ "$populate" == "-o" ]] || [[ "$write" == "-w" ]]; then 210 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \ 262 local populate="$2" 286 write_hugetlbfs_and_get_usage "hugetlb_cgroup_test" "$size" "$populate" \ 392 for populate in "" "-o"; do 403 if [[ "$method" == 2"" ]] && [[ "$populate" == "-o" ]]; then 416 echo private=$private, populate=$populate, method=$method, reserve=$reserve 417 run_test 5 "$populate" "" 10 10 10 "$method" "$private" "0" "$reserve" [all …]
|
D | write_to_hugetlbfs.c | 73 int populate = 0; in main() local 101 populate = 1; in main() 139 if (!populate) in main() 173 (populate ? MAP_POPULATE : 0) | in main() 187 MAP_HUGETLB | (populate ? MAP_POPULATE : 0) | in main()
|
D | write_hugetlb_memory.sh | 7 populate=$2 22 ./write_to_hugetlbfs -p "$path" -s "$size" "$write" "$populate" -m "$method" \
|
/Linux-v5.10/arch/xtensa/mm/ |
D | kasan_init.c | 37 static void __init populate(void *start, void *end) in populate() function 87 populate(kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init()
|
/Linux-v5.10/arch/riscv/mm/ |
D | kasan_init.c | 50 static void __init populate(void *start, void *end) in populate() function 102 populate(kasan_mem_to_shadow(start), kasan_mem_to_shadow(end)); in kasan_init()
|
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | map_init.c | 39 int *map_fd, int populate) in setup() argument 64 err = map_populate(*map_fd, populate); in setup()
|
/Linux-v5.10/mm/ |
D | util.c | 500 unsigned long populate; in vm_mmap_pgoff() local 507 ret = do_mmap(file, addr, len, prot, flag, pgoff, &populate, in vm_mmap_pgoff() 511 if (populate) in vm_mmap_pgoff() 512 mm_populate(ret, populate); in vm_mmap_pgoff()
|
D | mmap.c | 197 bool populate; in SYSCALL_DEFINE1() local 273 populate = newbrk > oldbrk && (mm->def_flags & VM_LOCKED) != 0; in SYSCALL_DEFINE1() 279 if (populate) in SYSCALL_DEFINE1() 1407 unsigned long *populate, struct list_head *uf) in do_mmap() argument 1413 *populate = 0; in do_mmap() 1587 *populate = len; in do_mmap() 2970 unsigned long populate = 0; in SYSCALL_DEFINE5() local 3049 prot, flags, pgoff, &populate, NULL); in SYSCALL_DEFINE5() 3053 if (populate) in SYSCALL_DEFINE5() 3054 mm_populate(ret, populate); in SYSCALL_DEFINE5() [all …]
|
/Linux-v5.10/Documentation/vm/ |
D | mmu_notifier.rst | 45 DEV-thread-0 {read addrA and populate device TLB} 46 DEV-thread-2 {read addrB and populate device TLB}
|
D | free_page_reporting.rst | 14 field within the structure it will populate is the "report" function
|
D | unevictable-lru.rst | 171 might be), the lock action (eg: SHM_LOCK) can be lazy, and need not populate 351 allocate the huge pages and populate the ptes. 357 make_pages_present() to populate the ptes. 484 populate the page table.
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-firmware-efi | 38 populate BIOS setup page.
|
D | sysfs-bus-fcoe | 11 <ifname> to this file will allocate and populate sysfs with a
|
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
D | mac-phy-support.rst | 88 - .validate() will populate the supported linkmodes with the MAC capabilities 189 Before connection to a MAC, the caller must allocate and populate the
|
/Linux-v5.10/fs/jffs2/ |
D | TODO | 12 - make the scan code populate real inodes so read_inode just after
|
/Linux-v5.10/drivers/staging/fieldbus/Documentation/ |
D | fieldbus_dev.txt | 46 populate a 'struct fieldbus_dev' (from include/linux/fieldbus_dev.h).
|
/Linux-v5.10/Documentation/driver-api/media/drivers/ |
D | vidtv.rst | 196 #. Their services will be concatenated to populate the SDT. 198 #. Their programs will be concatenated to populate the PAT 200 #. Their events will be concatenated to populate the EIT
|
/Linux-v5.10/ipc/ |
D | shm.c | 1430 unsigned long populate = 0; in do_shmat() local 1559 addr = do_mmap(file, addr, size, prot, flags, 0, &populate, NULL); in do_shmat() 1566 if (populate) in do_shmat() 1567 mm_populate(addr, populate); in do_shmat()
|
/Linux-v5.10/drivers/infiniband/hw/mlx5/ |
D | mr.c | 1168 bool populate) in reg_create() argument 1187 if (populate) in reg_create() 1195 if (populate) { in reg_create() 1210 populate ? pd : dev->umrc.pd); in reg_create() 1211 MLX5_SET(mkc, mkc, free, !populate); in reg_create() 1220 if (populate) { in reg_create()
|
/Linux-v5.10/Documentation/devicetree/bindings/ |
D | chosen.txt | 28 the Linux EFI stub (which will populate the property itself, using
|
/Linux-v5.10/net/sunrpc/ |
D | rpc_pipe.c | 737 int (*populate)(struct dentry *, void *), void *args_populate) in rpc_mkdir_populate() 750 if (populate != NULL) { in rpc_mkdir_populate() 751 error = populate(dentry, args_populate); in rpc_mkdir_populate()
|
/Linux-v5.10/Documentation/x86/ |
D | intel_txt.rst | 144 - Tboot will populate a shared page with some data about itself and 165 populate the shared page with the ACPI data needed to put the
|
/Linux-v5.10/Documentation/networking/ |
D | ieee802154.rst | 89 To hook the MLME interface you have to populate the ml_priv field of your
|
/Linux-v5.10/Documentation/PCI/endpoint/ |
D | pci-endpoint.rst | 48 * write_header: ops to populate configuration space header
|
/Linux-v5.10/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.rst | 155 Now we need to create a 'struct watchdog_device' and populate it with the
|