Home
last modified time | relevance | path

Searched refs:MPOL_BIND (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/mm/
H A Dmempolicy.c411 [MPOL_BIND] = {
897 case MPOL_BIND: in get_policy_nodemask()
1464 if (*mode != MPOL_BIND) in sanitize_mpol_flags()
1538 if (old->mode != MPOL_BIND && old->mode != MPOL_PREFERRED_MANY) { in SYSCALL_DEFINE4()
1852 if (unlikely(mode == MPOL_BIND) && in policy_nodemask()
1880 WARN_ON_ONCE(policy->mode == MPOL_BIND && (gfp & __GFP_THISNODE)); in policy_node()
1883 if ((policy->mode == MPOL_BIND || in policy_node()
1926 case MPOL_BIND: in mempolicy_slab_node()
2033 if (mode == MPOL_BIND || mode == MPOL_PREFERRED_MANY) in huge_node()
2067 case MPOL_BIND: in init_nodemask_of_mempolicy()
[all …]
H A Dhugetlb.c2531 if (mpol->mode == MPOL_BIND && in policy_mbind_nodemask()
/openbmc/linux/include/uapi/linux/
H A Dmempolicy.h22 MPOL_BIND, enumerator
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dnumaif.h37 #define MPOL_BIND 2 macro
/openbmc/linux/Documentation/translations/zh_TW/filesystems/
H A Dtmpfs.rst105 例如,mpol=bind=staticNodeList相當於MPOL_BIND|MPOL_F_STATIC_NODES的分配策略
/openbmc/linux/Documentation/translations/zh_CN/filesystems/
H A Dtmpfs.rst104 例如,mpol=bind=staticNodeList相当于MPOL_BIND|MPOL_F_STATIC_NODES的分配策略
/openbmc/linux/tools/perf/util/
H A Dmmap.c115 if (mbind(data, mmap_len, MPOL_BIND, node_mask, node_index + 1 + 1, 0)) { in perf_mmap__aio_bind()
/openbmc/qemu/backends/
H A Dhostmem.c35 QEMU_BUILD_BUG_ON(HOST_MEM_POLICY_BIND != MPOL_BIND);
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dcpusets.rst626 mempolicy MPOL_BIND, and the nodes to which it was bound overlap with
628 of MPOL_BIND nodes are still allowed in the new cpuset. If the task
629 was using MPOL_BIND and now none of its MPOL_BIND nodes are allowed
631 was MPOL_BIND bound to the new cpuset (even though its NUMA placement,
/openbmc/linux/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst193 MPOL_BIND
360 path". Note that for MPOL_BIND, the "usage" extends across the entire
/openbmc/linux/Documentation/filesystems/
H A Dtmpfs.rst199 allocation policy of MPOL_BIND | MPOL_F_STATIC_NODES.
/openbmc/linux/tools/perf/bench/
H A Dnuma.c406 ret = set_mempolicy(MPOL_BIND, node_mask->maskp, node_mask->size + 1); in bind_to_memnode()