Home
last modified time | relevance | path

Searched refs:sched_getaffinity (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.h77 if (sched_getaffinity(getpid(), sizeof(set), &set) == 0) { in bind_cpu()
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
Dlib.c25 if (sched_getaffinity(0, sizeof(mask), &mask)) { in pick_online_cpu()
/linux-4.4.14/tools/perf/tests/
Dperf-record.c14 if (sched_getaffinity(pid, sizeof(*maskp), maskp) == -1) { in sched__get_first_possible_cpu()
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S310 ENTRY_COMP(sched_getaffinity)
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h230 COMPAT_SYS_SPU(sched_getaffinity)
/linux-4.4.14/kernel/
Dcompat.c636 COMPAT_SYSCALL_DEFINE3(sched_getaffinity, compat_pid_t, pid, unsigned int, len, in COMPAT_SYSCALL_DEFINE3() argument
650 ret = sched_getaffinity(pid, mask); in COMPAT_SYSCALL_DEFINE3()
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl213 204 common sched_getaffinity sys_sched_getaffinity
Dsyscall_32.tbl251 242 i386 sched_getaffinity sys_sched_getaffinity compat_sys_sched_getaffinity
/linux-4.4.14/tools/perf/bench/
Dnuma.c216 ret = sched_getaffinity(0, sizeof(orig_mask), &orig_mask); in bind_to_cpu()
247 ret = sched_getaffinity(0, sizeof(orig_mask), &orig_mask); in bind_to_node()
/linux-4.4.14/Documentation/networking/
Dcxgb.txt315 sched_setaffinity & sched_getaffinity to bind your application.
/linux-4.4.14/kernel/sched/
Dcore.c4524 long sched_getaffinity(pid_t pid, struct cpumask *mask) in sched_getaffinity() function
4559 SYSCALL_DEFINE3(sched_getaffinity, pid_t, pid, unsigned int, len, in SYSCALL_DEFINE3() argument
4573 ret = sched_getaffinity(pid, mask); in SYSCALL_DEFINE3()
/linux-4.4.14/include/linux/
Dsched.h3114 extern long sched_getaffinity(pid_t pid, struct cpumask *mask);