Searched refs:mbind (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/Documentation/vm/ |
D | numa_memory_policy.txt | 64 below, for an overview of the mbind() system call used to set a VMA 99 the mbind() system call, so that page contents can be moved to match 105 the mbind() system call specifying a range of virtual addresses that map 332 mbind() APIs [see below] always acquire the mmap_sem for write when 405 long mbind(void *start, unsigned long len, int mode, 409 mbind() installs the policy specified by (mode, nmask, maxnodes) as 414 See the mbind(2) man page for more details. 424 + set the shared policy for a shared memory segment via mbind(2)
|
D | page_migration | 15 a new memory policy via mbind(). The pages of process can also be relocated
|
/linux-4.4.14/Documentation/cgroups/ |
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-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 358 ENTRY_COMP(mbind) /* 260 */
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 266 COMPAT_SYS(mbind)
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 246 237 common mbind sys_mbind
|
D | syscall_32.tbl | 283 274 i386 mbind sys_mbind
|
/linux-4.4.14/mm/ |
D | mempolicy.c | 1298 SYSCALL_DEFINE6(mbind, unsigned long, start, unsigned long, len, in SYSCALL_DEFINE6() argument 1515 COMPAT_SYSCALL_DEFINE6(mbind, compat_ulong_t, start, compat_ulong_t, len, in COMPAT_SYSCALL_DEFINE6() argument
|