Searched refs:set_mempolicy (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/kernel/ |
D | sys_ni.c | 277 COND_SYSCALL(set_mempolicy); 278 COND_SYSCALL_COMPAT(set_mempolicy);
|
/Linux-v4.19/Documentation/cgroup-v1/ |
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-v4.19/Documentation/admin-guide/mm/ |
D | numa_memory_policy.rst | 367 task's mm's mmap_sem for read during the query. The set_mempolicy() and 417 long set_mempolicy(int mode, const unsigned long *nmask, 427 See the set_mempolicy(2) man page for more details 462 + set the task policy for a specified program via set_mempolicy(2), fork(2) and
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | systbl.h | 269 COMPAT_SYS(set_mempolicy)
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 360 ENTRY_COMP(set_mempolicy)
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 249 238 common set_mempolicy __x64_sys_set_mempolicy
|
D | syscall_32.tbl | 290 276 i386 set_mempolicy sys_set_mempolicy __ia32_sys_set_mempolicy
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 249 238 common set_mempolicy __x64_sys_set_mempolicy
|
/Linux-v4.19/Documentation/filesystems/ |
D | tmpfs.txt | 86 (see set_mempolicy(2))
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 338 321 common set_mempolicy sys_set_mempolicy
|
/Linux-v4.19/tools/perf/bench/ |
D | numa.c | 332 ret = set_mempolicy(MPOL_DEFAULT, NULL, g->p.nr_nodes-1); in mempol_restore() 348 ret = set_mempolicy(MPOL_BIND, &nodemask, sizeof(nodemask)*8); in bind_to_memnode()
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 279 270 common set_mempolicy sys_set_mempolicy compat_sys_set_mempolicy
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 279 270 common set_mempolicy sys_set_mempolicy compat_sys_set_mempolicy
|
/Linux-v4.19/mm/ |
D | mempolicy.c | 1363 SYSCALL_DEFINE3(set_mempolicy, int, mode, const unsigned long __user *, nmask, in SYSCALL_DEFINE3() argument 1536 COMPAT_SYSCALL_DEFINE3(set_mempolicy, int, mode, compat_ulong_t __user *, nmask, in COMPAT_SYSCALL_DEFINE3() argument
|