Searched refs:set_mempolicy (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/Documentation/cgroups/ |
D | cpusets.txt | 55 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/ |
D | syscall_table.S | 360 ENTRY_COMP(set_mempolicy)
|
/linux-4.4.14/Documentation/vm/ |
D | numa_memory_policy.txt | 331 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/ |
D | systbl.h | 268 COMPAT_SYS(set_mempolicy)
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 247 238 common set_mempolicy sys_set_mempolicy
|
D | syscall_32.tbl | 285 276 i386 set_mempolicy sys_set_mempolicy
|
/linux-4.4.14/Documentation/filesystems/ |
D | tmpfs.txt | 86 (see set_mempolicy(2))
|
/linux-4.4.14/tools/perf/bench/ |
D | numa.c | 283 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/ |
D | mempolicy.c | 1320 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
|