/linux-6.6.21/tools/testing/selftests/mm/ |
D | charge_reserved_hugetlb.sh | 153 local populate="$3" 184 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \ 205 if [[ "$populate" == "-o" ]] || [[ "$write" == "-w" ]]; then 217 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \ 269 local populate="$2" 293 write_hugetlbfs_and_get_usage "hugetlb_cgroup_test" "$size" "$populate" \ 399 for populate in "" "-o"; do 410 if [[ "$method" == 2"" ]] && [[ "$populate" == "-o" ]]; then 423 echo private=$private, populate=$populate, method=$method, reserve=$reserve 424 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-6.6.21/arch/xtensa/mm/ |
D | kasan_init.c | 35 static void __init populate(void *start, void *end) in populate() function 85 populate(kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init()
|
/linux-6.6.21/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-6.6.21/mm/ |
D | util.c | 549 unsigned long populate; in vm_mmap_pgoff() local 556 ret = do_mmap(file, addr, len, prot, flag, 0, pgoff, &populate, in vm_mmap_pgoff() 560 if (populate) in vm_mmap_pgoff() 561 mm_populate(ret, populate); in vm_mmap_pgoff()
|
D | mmap.c | 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() [all …]
|
/linux-6.6.21/drivers/net/ethernet/mscc/ |
D | ocelot.h | 106 void (*populate)(struct ocelot_vcap_filter *f));
|
/linux-6.6.21/Documentation/mm/ |
D | mmu_notifier.rst | 43 DEV-thread-0 {read addrA and populate device TLB} 44 DEV-thread-2 {read addrB and populate device TLB}
|
D | free_page_reporting.rst | 12 field within the structure it will populate is the "report" function
|
/linux-6.6.21/Documentation/networking/ |
D | xdp-rx-metadata.rst | 56 of kfuncs to populate it. The userspace ``XSK`` consumer computes 77 the descriptors and populate ``skb`` metadata when doing this ``xdp_buff->skb``
|
/linux-6.6.21/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
|
D | sysfs-secvar | 62 implementation provides variables to populate it, which at
|
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
D | mac-phy-support.rst | 88 - .validate() will populate the supported linkmodes with the MAC capabilities 192 Before connection to a MAC, the caller must allocate and populate the
|
/linux-6.6.21/drivers/memory/tegra/ |
D | tegra186.c | 39 goto populate; in tegra186_mc_probe() 58 populate: in tegra186_mc_probe()
|
/linux-6.6.21/drivers/staging/fieldbus/Documentation/ |
D | fieldbus_dev.txt | 46 populate a 'struct fieldbus_dev' (from include/linux/fieldbus_dev.h).
|
/linux-6.6.21/drivers/infiniband/hw/mlx5/ |
D | mr.c | 57 unsigned int page_size, bool populate); 1207 unsigned int page_size, bool populate) in reg_create() argument 1229 if (populate) in reg_create() 1238 if (populate) { in reg_create() 1254 populate ? pd : dev->umrc.pd); in reg_create() 1255 MLX5_SET(mkc, mkc, free, !populate); in reg_create() 1266 if (populate) { in reg_create()
|
/linux-6.6.21/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-6.6.21/ipc/ |
D | shm.c | 1536 unsigned long populate = 0; in do_shmat() local 1665 addr = do_mmap(file, addr, size, prot, flags, 0, 0, &populate, NULL); in do_shmat() 1672 if (populate) in do_shmat() 1673 mm_populate(addr, populate); in do_shmat()
|
/linux-6.6.21/net/sunrpc/ |
D | rpc_pipe.c | 738 int (*populate)(struct dentry *, void *), void *args_populate) in rpc_mkdir_populate() 751 if (populate != NULL) { in rpc_mkdir_populate() 752 error = populate(dentry, args_populate); in rpc_mkdir_populate()
|
/linux-6.6.21/Documentation/arch/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-6.6.21/Documentation/admin-guide/media/ |
D | visl.rst | 130 If the **VISL_DEBUGFS** Kconfig is enabled, visl will populate
|
/linux-6.6.21/Documentation/translations/zh_CN/admin-guide/mm/damon/ |
D | usage.rst | 312 # # populate directories
|
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/google/ |
D | gve.rst | 155 populate received descriptors with the "next generation" which is inverted
|