Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dmempolicy.c429 [MPOL_BIND] = {
913 case MPOL_BIND: in get_policy_nodemask()
1886 if (unlikely(policy->mode == MPOL_BIND) && in policy_nodemask()
1905 WARN_ON_ONCE(policy->mode == MPOL_BIND && (gfp & __GFP_THISNODE)); in policy_node()
1949 case MPOL_BIND: { in mempolicy_slab_node()
2041 if ((*mpol)->mode == MPOL_BIND) in huge_node()
2082 case MPOL_BIND: in init_nodemask_of_mempolicy()
2128 case MPOL_BIND: in mempolicy_nodemask_intersects()
2348 case MPOL_BIND: in __mpol_equal()
2502 case MPOL_BIND: in mpol_misplaced()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dmempolicy.h22 MPOL_BIND, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dmempolicy.h22 MPOL_BIND, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmempolicy.h22 MPOL_BIND, enumerator
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dtmpfs.rst128 allocation policy of MPOL_BIND | MPOL_F_STATIC_NODES.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst195 MPOL_BIND
355 path". Note that for MPOL_BIND, the "usage" extends across the entire
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dnuma.c356 ret = set_mempolicy(MPOL_BIND, &nodemask, sizeof(nodemask)*8); in bind_to_memnode()