Home
last modified time | relevance | path

Searched refs:populate (Results 1 – 25 of 56) sorted by relevance

123

/Linux-v5.15/tools/testing/selftests/vm/
Dcharge_reserved_hugetlb.sh149 local populate="$3"
180 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \
201 if [[ "$populate" == "-o" ]] || [[ "$write" == "-w" ]]; then
213 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \
265 local populate="$2"
289 write_hugetlbfs_and_get_usage "hugetlb_cgroup_test" "$size" "$populate" \
395 for populate in "" "-o"; do
406 if [[ "$method" == 2"" ]] && [[ "$populate" == "-o" ]]; then
419 echo private=$private, populate=$populate, method=$method, reserve=$reserve
420 run_test 5 "$populate" "" 10 10 10 "$method" "$private" "0" "$reserve"
[all …]
Dwrite_to_hugetlbfs.c73 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()
Dwrite_hugetlb_memory.sh7 populate=$2
22 ./write_to_hugetlbfs -p "$path" -s "$size" "$write" "$populate" -m "$method" \
/Linux-v5.15/arch/xtensa/mm/
Dkasan_init.c37 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.15/tools/testing/selftests/bpf/prog_tests/
Dmap_init.c39 int *map_fd, int populate) in setup() argument
64 err = map_populate(*map_fd, populate); in setup()
/Linux-v5.15/mm/
Dutil.c512 unsigned long populate; in vm_mmap_pgoff() local
519 ret = do_mmap(file, addr, len, prot, flag, pgoff, &populate, in vm_mmap_pgoff()
523 if (populate) in vm_mmap_pgoff()
524 mm_populate(ret, populate); in vm_mmap_pgoff()
Dmmap.c200 bool populate; in SYSCALL_DEFINE1() local
276 populate = newbrk > oldbrk && (mm->def_flags & VM_LOCKED) != 0; in SYSCALL_DEFINE1()
282 if (populate) in SYSCALL_DEFINE1()
1407 unsigned long *populate, struct list_head *uf) in do_mmap() argument
1413 *populate = 0; in do_mmap()
1579 *populate = len; in do_mmap()
2946 unsigned long populate = 0; in SYSCALL_DEFINE5() local
3006 prot, flags, pgoff, &populate, NULL); in SYSCALL_DEFINE5()
3010 if (populate) in SYSCALL_DEFINE5()
3011 mm_populate(ret, populate); in SYSCALL_DEFINE5()
[all …]
Dnommu.c1062 unsigned long *populate, in do_mmap() argument
1072 *populate = 0; in do_mmap()
/Linux-v5.15/Documentation/vm/
Dmmu_notifier.rst45 DEV-thread-0 {read addrA and populate device TLB}
46 DEV-thread-2 {read addrB and populate device TLB}
Dfree_page_reporting.rst14 field within the structure it will populate is the "report" function
Dunevictable-lru.rst165 might be), the lock action (eg: SHM_LOCK) can be lazy, and need not populate
345 allocate the huge pages and populate the ptes.
351 make_pages_present() to populate the ptes.
478 populate the page table.
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-firmware-efi38 populate BIOS setup page.
Dsysfs-bus-fcoe11 <ifname> to this file will allocate and populate sysfs with a
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
Dmac-phy-support.rst88 - .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.15/drivers/staging/fieldbus/Documentation/
Dfieldbus_dev.txt46 populate a 'struct fieldbus_dev' (from include/linux/fieldbus_dev.h).
/Linux-v5.15/Documentation/driver-api/media/drivers/
Dvidtv.rst196 #. 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.15/ipc/
Dshm.c1430 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.15/drivers/infiniband/hw/mlx5/
Dmr.c65 unsigned int page_size, bool populate);
1275 unsigned int page_size, bool populate) in reg_create() argument
1297 if (populate) in reg_create()
1306 if (populate) { in reg_create()
1321 populate ? pd : dev->umrc.pd); in reg_create()
1322 MLX5_SET(mkc, mkc, free, !populate); in reg_create()
1331 if (populate) { in reg_create()
/Linux-v5.15/Documentation/devicetree/bindings/
Dchosen.txt28 the Linux EFI stub (which will populate the property itself, using
/Linux-v5.15/net/sunrpc/
Drpc_pipe.c738 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-v5.15/Documentation/PCI/endpoint/
Dpci-ntb-howto.rst96 The NTB function driver will populate this directory with various attributes
/Linux-v5.15/Documentation/x86/
Dintel_txt.rst144 - 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.15/Documentation/networking/device_drivers/ethernet/google/
Dgve.rst146 populate received descriptors with the "next generation" which is inverted
/Linux-v5.15/Documentation/networking/
Dieee802154.rst89 To hook the MLME interface you have to populate the ml_priv field of your
/Linux-v5.15/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.rst155 Now we need to create a 'struct watchdog_device' and populate it with the

123