Home
last modified time | relevance | path

Searched refs:sched_setparam (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S243 ENTRY_SAME(sched_setparam)
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h161 SYSCALL_SPU(sched_setparam)
/linux-4.1.27/arch/s390/kernel/
Dcompat_wrapper.c121 COMPAT_SYSCALL_WRAP2(sched_setparam, pid_t, pid, struct sched_param __user *, param);
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl151 142 common sched_setparam sys_sched_setparam
Dsyscall_32.tbl163 154 i386 sched_setparam sys_sched_setparam
/linux-4.1.27/kernel/sched/
Dcore.c3822 SYSCALL_DEFINE2(sched_setparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2() argument