Home
last modified time | relevance | path

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

1234

/linux-6.12.1/tools/testing/selftests/mm/
Dcharge_reserved_hugetlb.sh155 local populate="$3"
186 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \
207 if [[ "$populate" == "-o" ]] || [[ "$write" == "-w" ]]; then
219 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \
271 local populate="$2"
295 write_hugetlbfs_and_get_usage "hugetlb_cgroup_test" "$size" "$populate" \
401 for populate in "" "-o"; do
412 if [[ "$method" == 2"" ]] && [[ "$populate" == "-o" ]]; then
425 echo private=$private, populate=$populate, method=$method, reserve=$reserve
426 run_test 5 "$populate" "" 10 10 10 "$method" "$private" "0" "$reserve"
[all …]
Dwrite_to_hugetlbfs.c75 int populate = 0; in main() local
103 populate = 1; in main()
141 if (!populate) in main()
175 (populate ? MAP_POPULATE : 0) | in main()
189 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-6.12.1/arch/xtensa/mm/
Dkasan_init.c35 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.12.1/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-6.12.1/mm/
Dmmap.c121 bool populate = false; in SYSCALL_DEFINE1() local
202 populate = true; in SYSCALL_DEFINE1()
208 if (populate) in SYSCALL_DEFINE1()
286 unsigned long pgoff, unsigned long *populate, in do_mmap() argument
292 *populate = 0; in do_mmap()
500 *populate = len; in do_mmap()
1664 unsigned long populate = 0; in SYSCALL_DEFINE5() local
1766 prot, flags, 0, pgoff, &populate, NULL); in SYSCALL_DEFINE5()
1770 if (populate) in SYSCALL_DEFINE5()
1771 mm_populate(ret, populate); in SYSCALL_DEFINE5()
[all …]
Dutil.c581 unsigned long populate; in vm_mmap_pgoff() local
588 ret = do_mmap(file, addr, len, prot, flag, 0, pgoff, &populate, in vm_mmap_pgoff()
592 if (populate) in vm_mmap_pgoff()
593 mm_populate(ret, populate); in vm_mmap_pgoff()
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dadf_mstate_mgr.c193 adf_mstate_populate populate, in adf_mstate_sect_add() argument
204 if (!populate) in adf_mstate_sect_add()
210 size = (*populate)(&sub_sects_mgr, sect->state, avail_room, opaque); in adf_mstate_sect_add()
Dadf_mstate_mgr.h83 adf_mstate_populate populate,
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_migrate.h46 void (*populate)(struct xe_migrate_pt_update *pt_update, member
/linux-6.12.1/Documentation/mm/
Dmmu_notifier.rst43 DEV-thread-0 {read addrA and populate device TLB}
44 DEV-thread-2 {read addrB and populate device TLB}
Dfree_page_reporting.rst12 field within the structure it will populate is the "report" function
/linux-6.12.1/drivers/net/ethernet/mscc/
Docelot.h106 void (*populate)(struct ocelot_vcap_filter *f));
/linux-6.12.1/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-6.12.1/Documentation/networking/
Dxdp-rx-metadata.rst64 of kfuncs to populate it. The userspace ``XSK`` consumer computes
85 the descriptors and populate ``skb`` metadata when doing this ``xdp_buff->skb``
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
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.12.1/drivers/memory/tegra/
Dtegra186.c39 goto populate; in tegra186_mc_probe()
58 populate: in tegra186_mc_probe()
/linux-6.12.1/drivers/staging/fieldbus/Documentation/
Dfieldbus_dev.txt46 populate a 'struct fieldbus_dev' (from include/linux/fieldbus_dev.h).
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dmetafmt-rkisp1.rst53 populate the data buffer with only the configuration data for the ISP blocks it
/linux-6.12.1/drivers/vfio/
DKconfig90 during initialization, and then populate a subdirectory with
/linux-6.12.1/drivers/infiniband/hw/mlx5/
Dmr.c59 unsigned int page_size, bool populate,
1222 unsigned int page_size, bool populate, in reg_create() argument
1247 if (populate) in reg_create()
1256 if (populate) { in reg_create()
1272 populate ? pd : dev->umrc.pd); in reg_create()
1277 MLX5_SET(mkc, mkc, free, !populate); in reg_create()
1292 if (populate) { in reg_create()
/linux-6.12.1/ipc/
Dshm.c1528 unsigned long populate = 0; in do_shmat() local
1657 addr = do_mmap(file, addr, size, prot, flags, 0, 0, &populate, NULL); in do_shmat()
1664 if (populate) in do_shmat()
1665 mm_populate(addr, populate); in do_shmat()
/linux-6.12.1/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-6.12.1/net/sunrpc/
Drpc_pipe.c737 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()

1234