Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/tools/testing/selftests/mm/
A Dcharge_reserved_hugetlb.sh153 local populate="$3"
269 local populate="$2"
399 for populate in "" "-o"; do
423 echo private=$private, populate=$populate, method=$method, reserve=$reserve
429 if [[ "$populate" == "-o" ]]; then
452 echo private=$private, populate=$populate, method=$method, reserve=$reserve
472 echo private=$private, populate=$populate, method=$method, reserve=$reserve
489 echo private=$private, populate=$populate, method=$method, reserve=$reserve
505 echo private=$private, populate=$populate, method=$method, reserve=$reserve
507 "$populate" "" "10" "10" "10" \
[all …]
A 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()
A Dwrite_hugetlb_memory.sh7 populate=$2
22 ./write_to_hugetlbfs -p "$path" -s "$size" "$write" "$populate" -m "$method" \
/linux-6.3-rc2/arch/xtensa/mm/
A 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-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dmap_init.c39 int *map_fd, int populate) in setup() argument
64 err = map_populate(*map_fd, populate); in setup()
/linux-6.3-rc2/mm/
A Dutil.c535 unsigned long populate; in vm_mmap_pgoff() local
542 ret = do_mmap(file, addr, len, prot, flag, pgoff, &populate, in vm_mmap_pgoff()
546 if (populate) in vm_mmap_pgoff()
547 mm_populate(ret, populate); in vm_mmap_pgoff()
A Dmmap.c191 bool populate; in SYSCALL_DEFINE1() local
289 if (populate) in SYSCALL_DEFINE1()
1202 *populate = 0; in do_mmap()
1368 *populate = len; in do_mmap()
2769 unsigned long populate = 0; in SYSCALL_DEFINE5() local
2832 prot, flags, pgoff, &populate, NULL); in SYSCALL_DEFINE5()
2836 if (populate) in SYSCALL_DEFINE5()
2837 mm_populate(ret, populate); in SYSCALL_DEFINE5()
2962 bool populate; in vm_brk_flags() local
2989 populate = ((mm->def_flags & VM_LOCKED) != 0); in vm_brk_flags()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mscc/
A Docelot.h102 void (*populate)(struct ocelot_vcap_filter *f));
/linux-6.3-rc2/Documentation/mm/
A Dmmu_notifier.rst43 DEV-thread-0 {read addrA and populate device TLB}
44 DEV-thread-2 {read addrB and populate device TLB}
A Dfree_page_reporting.rst12 field within the structure it will populate is the "report" function
/linux-6.3-rc2/Documentation/networking/
A Dxdp-rx-metadata.rst53 of kfuncs to populate it. The userspace ``XSK`` consumer computes
74 the descriptors and populate ``skb`` metadata when doing this ``xdp_buff->skb``
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-firmware-efi38 populate BIOS setup page.
A Dsysfs-bus-fcoe11 <ifname> to this file will allocate and populate sysfs with a
A Dsysfs-secvar62 implementation provides variables to populate it, which at
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
A Dmac-phy-support.rst88 - .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.3-rc2/drivers/memory/tegra/
A Dtegra186.c38 goto populate; in tegra186_mc_probe()
57 populate: in tegra186_mc_probe()
/linux-6.3-rc2/drivers/staging/fieldbus/Documentation/
A Dfieldbus_dev.txt46 populate a 'struct fieldbus_dev' (from include/linux/fieldbus_dev.h).
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Dmr.c57 unsigned int page_size, bool populate);
1193 unsigned int page_size, bool populate) in reg_create() argument
1215 if (populate) in reg_create()
1224 if (populate) { in reg_create()
1239 populate ? pd : dev->umrc.pd); in reg_create()
1240 MLX5_SET(mkc, mkc, free, !populate); in reg_create()
1251 if (populate) { in reg_create()
/linux-6.3-rc2/Documentation/driver-api/media/drivers/
A 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-6.3-rc2/ipc/
A Dshm.c1536 unsigned long populate = 0; in do_shmat() local
1665 addr = do_mmap(file, addr, size, prot, flags, 0, &populate, NULL); in do_shmat()
1672 if (populate) in do_shmat()
1673 mm_populate(addr, populate); in do_shmat()
/linux-6.3-rc2/net/sunrpc/
A 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-6.3-rc2/Documentation/PCI/endpoint/
A Dpci-ntb-howto.rst96 The NTB function driver will populate this directory with various attributes
A Dpci-vntb-howto.rst92 The NTB function driver will populate this directory with various attributes
/linux-6.3-rc2/Documentation/x86/
A 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-6.3-rc2/Documentation/admin-guide/media/
A Dvisl.rst130 If the **VISL_DEBUGFS** Kconfig is enabled, visl will populate

Completed in 52 milliseconds

123