Searched refs:sched_getaffinity (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.h | 77 if (sched_getaffinity(getpid(), sizeof(set), &set) == 0) { in bind_cpu()
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ |
D | lib.c | 25 if (sched_getaffinity(0, sizeof(mask), &mask)) { in pick_online_cpu()
|
/linux-4.1.27/tools/perf/tests/ |
D | perf-record.c | 14 if (sched_getaffinity(pid, sizeof(*maskp), maskp) == -1) { in sched__get_first_possible_cpu()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 310 ENTRY_COMP(sched_getaffinity)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 230 COMPAT_SYS_SPU(sched_getaffinity)
|
/linux-4.1.27/kernel/ |
D | compat.c | 636 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.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 213 204 common sched_getaffinity sys_sched_getaffinity
|
D | syscall_32.tbl | 251 242 i386 sched_getaffinity sys_sched_getaffinity compat_sys_sched_getaffinity
|
/linux-4.1.27/tools/perf/bench/ |
D | numa.c | 211 ret = sched_getaffinity(0, sizeof(orig_mask), &orig_mask); in bind_to_cpu() 242 ret = sched_getaffinity(0, sizeof(orig_mask), &orig_mask); in bind_to_node()
|
/linux-4.1.27/Documentation/networking/ |
D | cxgb.txt | 315 sched_setaffinity & sched_getaffinity to bind your application.
|
/linux-4.1.27/kernel/sched/ |
D | core.c | 4141 long sched_getaffinity(pid_t pid, struct cpumask *mask) in sched_getaffinity() function 4176 SYSCALL_DEFINE3(sched_getaffinity, pid_t, pid, unsigned int, len, in SYSCALL_DEFINE3() argument 4190 ret = sched_getaffinity(pid, mask); in SYSCALL_DEFINE3()
|
/linux-4.1.27/include/linux/ |
D | sched.h | 3016 extern long sched_getaffinity(pid_t pid, struct cpumask *mask);
|