Home
last modified time | relevance | path

Searched refs:mems (Results 1 – 18 of 18) sorted by relevance

/linux-6.3-rc2/drivers/remoteproc/
A Dti_k3_dsp_remoteproc.c58 const struct k3_dsp_mem_data *mems; member
518 data->mems[i].name); in k3_dsp_rproc_of_get_memories()
521 data->mems[i].name); in k3_dsp_rproc_of_get_memories()
528 data->mems[i].name); in k3_dsp_rproc_of_get_memories()
536 data->mems[i].name); in k3_dsp_rproc_of_get_memories()
540 kproc->mem[i].dev_addr = data->mems[i].dev_addr; in k3_dsp_rproc_of_get_memories()
544 data->mems[i].name, &kproc->mem[i].bus_addr, in k3_dsp_rproc_of_get_memories()
878 .mems = c66_mems,
885 .mems = c71_mems,
892 .mems = c7xv_mems,
A Domap_remoteproc.c137 const struct omap_rproc_mem_data *mems; member
1063 .mems = ipu_mems,
1072 .mems = ipu_mems,
1077 .mems = dra7_dsp_mems,
1082 .mems = ipu_mems,
1182 if (!data->mems) in omap_rproc_of_get_internal_memories()
1193 for (i = 0; data->mems[i].name; i++) { in omap_rproc_of_get_internal_memories()
1195 data->mems[i].name); in omap_rproc_of_get_internal_memories()
1198 data->mems[i].name); in omap_rproc_of_get_internal_memories()
1204 data->mems[i].name); in omap_rproc_of_get_internal_memories()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvif/
A Dmmu.c40 static const struct nvif_mclass mems[] = { in nvif_mmu_ctor() local
64 ret = nvif_mclass(&mmu->object, mems); in nvif_mmu_ctor()
67 mmu->mem = mems[ret].oclass; in nvif_mmu_ctor()
/linux-6.3-rc2/tools/testing/selftests/mm/
A Dhugetlb_reparenting_test.sh134 echo 0 >$CGROUP_ROOT/a/cpuset.mems
141 echo 0 >$CGROUP_ROOT/a/b/cpuset.mems
157 echo 0 >$CGROUP_ROOT/$cgroup/cpuset.mems
A Dcharge_reserved_hugetlb.sh109 echo 0 >$cgroup_path/$name/cpuset.mems
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/accel/
A Dadi,adxl345.yaml15 https://www.analog.com/en/products/mems/accelerometers/adxl345.html
16 https://www.analog.com/en/products/sensors-mems/accelerometers/adxl375.html
/linux-6.3-rc2/Documentation/x86/x86_64/
A Dfake-numa-for-cpusets.rst51 [root@xroads /exampleset/ddset]# echo 0-1 > mems
57 available to them according to the fake nodes assigned as mems::
/linux-6.3-rc2/Documentation/translations/zh_CN/scheduler/
A Dsched-capacity.rst274 echo 0 > /sys/fs/cgroup/cpuset/cs0/cpuset.mems
278 echo 0 > /sys/fs/cgroup/cpuset/cs1/cpuset.mems
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/
A Dcpusets.rst175 - cpuset.mems: list of Memory Nodes in that cpuset
222 The cpus and mems files in the root (top_cpuset) cpuset are
224 cpu_online_mask using a CPU hotplug notifier, and the mems file
229 normally read-only copies of cpuset.cpus and cpuset.mems files
662 'cpuset.mems' file is modified, pages allocated to tasks in that
664 will be moved to nodes in the new setting of 'mems.'
666 prior 'cpuset.mems' setting, will not be moved.
709 /bin/echo 1 > cpuset.mems
762 cpuset.cpu_exclusive cpuset.mems
781 Add some mems::
[all …]
A Dmemcg_test.rst172 echo 0 > /opt/cpuset/01/cpuset.mems
176 echo 1 > /opt/cpuset/02/cpuset.mems
A Dcgroups.rst338 /bin/echo 1 > cpuset.mems
362 if cpusets are enabled the user will have to populate the cpus and mems files
/linux-6.3-rc2/drivers/gpu/drm/nouveau/
A Dnouveau_drm.c207 mems[] = { in nouveau_cli_init() local
291 ret = nvif_mclass(&cli->mmu.object, mems); in nouveau_cli_init()
297 cli->mem = &mems[ret]; in nouveau_cli_init()
/linux-6.3-rc2/Documentation/admin-guide/mm/
A Dnuma_memory_policy.rst272 mems 1-3 that sets an Interleave policy over the same set. If
273 the cpuset's mems change to 3-5, the Interleave will now occur
315 mems 2-5 that sets an Interleave policy over the same set with
316 MPOL_F_RELATIVE_NODES. If the cpuset's mems change to 3-7, the
317 interleave now occurs over nodes 3,5-7. If the cpuset's mems
/linux-6.3-rc2/Documentation/scheduler/
A Dsched-capacity.rst309 echo 0 > /sys/fs/cgroup/cpuset/cs0/cpuset.mems
313 echo 0 > /sys/fs/cgroup/cpuset/cs1/cpuset.mems
A Dsched-deadline.rst685 echo 0 > cpu0/cpuset.mems
/linux-6.3-rc2/Documentation/admin-guide/
A Dcgroup-v2.rst2168 cpuset.mems
2180 # cat cpuset.mems
2185 "cpuset.mems" or all the available memory nodes if none
2188 The value of "cpuset.mems" stays constant until the next update
2191 Setting a non-empty value to "cpuset.mems" causes memory of
2197 So it is recommended that "cpuset.mems" should be set properly
2199 a need to change "cpuset.mems" with active tasks, it shouldn't
2202 cpuset.mems.effective
2210 If "cpuset.mems" is empty, it shows all the memory nodes from the
2212 Otherwise, it should be a subset of "cpuset.mems" unless none of
[all …]
/linux-6.3-rc2/mm/
A Dmempolicy.c2421 nodemask_t mems = cpuset_mems_allowed(current); in __mpol_dup() local
2422 mpol_rebind_policy(new, &mems); in __mpol_dup()
/linux-6.3-rc2/Documentation/filesystems/
A Dproc.rst1639 being exhausted, the allowed memory represents the set of mems assigned to that

Completed in 31 milliseconds