Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/cgroups/
Dcpusets.txt55 set_mempolicy(2) system calls to include Memory Nodes in its memory
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/
Dsyscall_table.S360 ENTRY_COMP(set_mempolicy)
/linux-4.4.14/Documentation/vm/
Dnuma_memory_policy.txt331 task's mm's mmap_sem for read during the query. The set_mempolicy() and
377 long set_mempolicy(int mode, const unsigned long *nmask,
387 See the set_mempolicy(2) man page for more details
421 + set the task policy for a specified program via set_mempolicy(2), fork(2) and
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h268 COMPAT_SYS(set_mempolicy)
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl247 238 common set_mempolicy sys_set_mempolicy
Dsyscall_32.tbl285 276 i386 set_mempolicy sys_set_mempolicy
/linux-4.4.14/Documentation/filesystems/
Dtmpfs.txt86 (see set_mempolicy(2))
/linux-4.4.14/tools/perf/bench/
Dnuma.c283 ret = set_mempolicy(MPOL_DEFAULT, NULL, g->p.nr_nodes-1); in mempol_restore()
299 ret = set_mempolicy(MPOL_BIND, &nodemask, sizeof(nodemask)*8); in bind_to_memnode()
/linux-4.4.14/mm/
Dmempolicy.c1320 SYSCALL_DEFINE3(set_mempolicy, int, mode, const unsigned long __user *, nmask, in SYSCALL_DEFINE3() argument
1492 COMPAT_SYSCALL_DEFINE3(set_mempolicy, int, mode, compat_ulong_t __user *, nmask, in COMPAT_SYSCALL_DEFINE3() argument