Home
last modified time | relevance | path

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

/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S244 ENTRY_SAME(sched_getparam) /* 155 */
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h162 SYSCALL_SPU(sched_getparam)
/linux-4.1.27/arch/s390/kernel/
Dcompat_wrapper.c122 COMPAT_SYSCALL_WRAP2(sched_getparam, pid_t, pid, struct sched_param __user *, param);
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl152 143 common sched_getparam sys_sched_getparam
Dsyscall_32.tbl164 155 i386 sched_getparam sys_sched_getparam
/linux-4.1.27/kernel/sched/
Dcore.c3896 SYSCALL_DEFINE2(sched_getparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2() argument