Searched refs:mbind (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/kernel/ |
D | sys_ni.c | 273 COND_SYSCALL(mbind); 274 COND_SYSCALL_COMPAT(mbind);
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | numa_memory_policy.rst | 81 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/ |
D | cpusets.txt | 54 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/ |
D | systbl.h | 267 COMPAT_SYS(mbind)
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 358 ENTRY_COMP(mbind) /* 260 */
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 248 237 common mbind __x64_sys_mbind
|
D | syscall_32.tbl | 288 274 i386 mbind sys_mbind __ia32_sys_mbind
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 248 237 common mbind __x64_sys_mbind
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 336 319 common mbind sys_mbind
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 277 268 common mbind sys_mbind compat_sys_mbind
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 277 268 common mbind sys_mbind compat_sys_mbind
|
/Linux-v4.19/mm/ |
D | mempolicy.c | 1336 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/ |
D | page_migration.rst | 18 a new memory policy via mbind(). The pages of process can also be relocated
|