Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dsys_ni.c273 COND_SYSCALL(mbind);
274 COND_SYSCALL_COMPAT(mbind);
/Linux-v4.19/Documentation/admin-guide/mm/
Dnuma_memory_policy.rst81 below, for an overview of the mbind() system call used to set a VMA
120 2.6.16, Linux supports page migration via the mbind() system
128 policies--using the mbind() system call specifying a range of
368 mbind() APIs [see below] always acquire the mmap_sem for write when
445 long mbind(void *start, unsigned long len, int mode,
449 mbind() installs the policy specified by (mode, nmask, maxnodes) as a
454 See the mbind(2) man page for more details.
465 + set the shared policy for a shared memory segment via mbind(2)
/Linux-v4.19/Documentation/cgroup-v1/
Dcpusets.txt54 include CPUs in its CPU affinity mask, and using the mbind(2) and
115 Nodes it may obtain memory (mbind, set_mempolicy).
125 - Calls to mbind and set_mempolicy are filtered to just
147 - in the mbind and set_mempolicy system calls, to mask the requested
203 using the sched_setaffinity, mbind and set_mempolicy system calls.
334 instead. Tasks using mbind() or set_mempolicy() calls to set NUMA
705 SGI's runon or Robert Love's taskset. The mbind and set_mempolicy
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h267 COMPAT_SYS(mbind)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S358 ENTRY_COMP(mbind) /* 260 */
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl248 237 common mbind __x64_sys_mbind
Dsyscall_32.tbl288 274 i386 mbind sys_mbind __ia32_sys_mbind
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl248 237 common mbind __x64_sys_mbind
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl336 319 common mbind sys_mbind
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl277 268 common mbind sys_mbind compat_sys_mbind
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl277 268 common mbind sys_mbind compat_sys_mbind
/Linux-v4.19/mm/
Dmempolicy.c1336 SYSCALL_DEFINE6(mbind, unsigned long, start, unsigned long, len, in SYSCALL_DEFINE6() argument
1557 COMPAT_SYSCALL_DEFINE6(mbind, compat_ulong_t, start, compat_ulong_t, len, in COMPAT_SYSCALL_DEFINE6() argument
/Linux-v4.19/Documentation/vm/
Dpage_migration.rst18 a new memory policy via mbind(). The pages of process can also be relocated