Searched refs:populate (Results 1 - 19 of 19) sorted by relevance

/linux-master/tools/testing/selftests/mm/
H A Dwrite_hugetlb_memory.sh7 populate=$2
22 ./write_to_hugetlbfs -p "$path" -s "$size" "$write" "$populate" -m "$method" \
H A 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, metho
[all...]
H A Dwrite_to_hugetlbfs.c73 int populate = 0; local
101 populate = 1;
139 if (!populate)
173 (populate ? MAP_POPULATE : 0) |
187 MAP_HUGETLB | (populate ? MAP_POPULATE : 0) |
/linux-master/arch/xtensa/mm/
H A Dkasan_init.c35 static void __init populate(void *start, void *end) function
85 populate(kasan_mem_to_shadow((void *)VMALLOC_START),
/linux-master/drivers/gpu/drm/xe/
H A Dxe_migrate.h33 * @populate: Populate a command buffer or page-table with ptes.
43 * page-table system to populate command buffers or shared
46 void (*populate)(struct xe_migrate_pt_update *pt_update, member in struct:xe_migrate_pt_update_ops
H A Dxe_pt.c138 * @vm: The vm we populate for.
142 * scratch page-table tree if any. Otherwise populate with zeros.
1065 .populate = xe_vm_populate_pgtable,
1070 .populate = xe_vm_populate_pgtable,
1540 .populate = xe_migrate_clear_pgtable_callback,
1545 .populate = xe_migrate_clear_pgtable_callback,
H A Dxe_migrate.c1117 * If we have 512 entries (max), we would populate it ourselves,
1143 ops->populate(pt_update, tile, NULL, bb->cs + bb->len, ofs, chunk,
1202 ops->populate(pt_update, m->tile, &update->pt_bo->vmap, NULL,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dmap_init.c39 int *map_fd, int populate)
64 err = map_populate(*map_fd, populate);
38 setup(enum bpf_map_type map_type, int map_sz, int *map_fd, int populate) argument
/linux-master/drivers/net/ethernet/mscc/
H A Docelot.h106 void (*populate)(struct ocelot_vcap_filter *f));
H A Docelot.c1408 void (*populate)(struct ocelot_vcap_filter *f))
1424 populate(trap);
/linux-master/mm/
H A Dutil.c566 unsigned long populate; local
573 ret = do_mmap(file, addr, len, prot, flag, 0, pgoff, &populate,
577 if (populate)
578 mm_populate(ret, populate);
H A Dmmap.c184 bool populate = false; local
264 populate = true;
270 if (populate)
1217 unsigned long pgoff, unsigned long *populate,
1223 *populate = 0;
1389 *populate = len;
3002 unsigned long populate = 0; local
3065 prot, flags, 0, pgoff, &populate, NULL);
3069 if (populate)
3070 mm_populate(ret, populate);
1214 do_mmap(struct file *file, unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, vm_flags_t vm_flags, unsigned long pgoff, unsigned long *populate, struct list_head *uf) argument
3198 bool populate; local
[all...]
H A Dnommu.c1019 unsigned long *populate,
1029 *populate = 0;
1012 do_mmap(struct file *file, unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, vm_flags_t vm_flags, unsigned long pgoff, unsigned long *populate, struct list_head *uf) argument
/linux-master/drivers/memory/tegra/
H A Dtegra186.c39 goto populate;
58 populate:
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmr.c57 unsigned int page_size, bool populate);
1182 unsigned int page_size, bool populate)
1204 if (populate)
1213 if (populate) {
1229 populate ? pd : dev->umrc.pd);
1230 MLX5_SET(mkc, mkc, free, !populate);
1241 if (populate) {
1180 reg_create(struct ib_pd *pd, struct ib_umem *umem, u64 iova, int access_flags, unsigned int page_size, bool populate) argument
/linux-master/net/sunrpc/
H A Drpc_pipe.c731 printk(KERN_WARNING "%s: %s failed to populate directory %pd\n",
738 int (*populate)(struct dentry *, void *), void *args_populate)
751 if (populate != NULL) {
752 error = populate(dentry, args_populate);
1123 * populate the filesystem
/linux-master/ipc/
H A Dshm.c1532 unsigned long populate = 0; local
1661 addr = do_mmap(file, addr, size, prot, flags, 0, 0, &populate, NULL);
1668 if (populate)
1669 mm_populate(addr, populate);
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c91 .populate = sanity_populate_cb,
/linux-master/include/linux/
H A Dmm.h3393 vm_flags_t vm_flags, unsigned long pgoff, unsigned long *populate,

Completed in 830 milliseconds