Home
last modified time | relevance | path

Searched refs:mbind (Results 1 – 20 of 20) sorted by relevance

/linux/tools/testing/selftests/kvm/include/
H A Dnumaif.h29 KVM_SYSCALL_DEFINE(mbind, 6, void *, addr, unsigned long, size, int, mode,
/linux/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst79 below, for an overview of the mbind() system call used to set a VMA
118 2.6.16, Linux supports page migration via the mbind() system
126 policies--using the mbind() system call specifying a range of
382 mbind() APIs [see below] always acquire the mmap_lock for write when
459 long mbind(void *start, unsigned long len, int mode,
463 mbind() installs the policy specified by (mode, nmask, maxnodes) as a
468 See the mbind(2) man page for more details.
493 + set the shared policy for a shared memory segment via mbind(2)
/linux/Documentation/translations/zh_CN/mm/
H A Dpage_migration.rst23 mbind()设置一个新的内存策略。一个进程的页面也可以通过sys_migrate_pages()函数调用从另
/linux/tools/testing/selftests/futex/functional/
H A Dfutex_numa_mpol.c187 ret = mbind(futex_ptr, mem_size, MPOL_BIND, &nodemask, in TEST()
/linux/tools/testing/selftests/kvm/
H A Dguest_memfd_test.c115 ret = mbind(mem, page_size, 999, &nodemask_0, maxnode, 0); in test_mbind()
378 gmem_test(mbind, vm, flags); in __test_guest_memfd()
/linux/kernel/
H A Dsys_ni.c190 COND_SYSCALL(mbind);
/linux/Documentation/admin-guide/cgroup-v1/
H A Dcpusets.rst57 include CPUs in its CPU affinity mask, and using the mbind(2) and
118 Nodes it may obtain memory (mbind, set_mempolicy).
128 - Calls to mbind and set_mempolicy are filtered to just
150 - in the mbind and set_mempolicy system calls, to mask the requested
207 using the sched_setaffinity, mbind and set_mempolicy system calls.
350 instead. Tasks using mbind() or set_mempolicy() calls to set NUMA
732 SGI's runon or Robert Love's taskset. The mbind and set_mempolicy
/linux/tools/perf/util/
H A Dmmap.c116 if (mbind(data, mmap_len, MPOL_BIND, node_mask, node_index + 1 + 1, 0)) { in perf_mmap__aio_bind()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl238 227 n64 mbind sys_mbind
/linux/scripts/
H A Dsyscall.tbl281 235 common mbind sys_mbind
/linux/tools/scripts/
H A Dsyscall.tbl281 235 common mbind sys_mbind
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl284 274 common mbind sys_mbind
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl285 263 common mbind sys_mbind
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl249 237 common mbind sys_mbind
H A Dsyscall_32.tbl289 274 i386 mbind sys_mbind
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl337 319 common mbind sys_mbind
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl369 303 common mbind sys_mbind
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl277 268 common mbind sys_mbind sys_mbind
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl342 259 nospu mbind sys_mbind
/linux/mm/
H A Dmempolicy.c1821 SYSCALL_DEFINE6(mbind, unsigned long, start, unsigned long, len, in SYSCALL_DEFINE6() argument