Home
last modified time | relevance | path

Searched refs:sched_get_priority_min (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/tools/power/cpupower/bench/
Dconfig.h28 #define PRIORITY_LOW sched_get_priority_min(SCHEDULER)
/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S249 ENTRY_SAME(sched_get_priority_min) /* 160 */
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h167 SYSCALL_SPU(sched_get_priority_min)
/linux-4.1.27/arch/s390/kernel/
Dcompat_wrapper.c126 COMPAT_SYSCALL_WRAP1(sched_get_priority_min, int, policy);
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl156 147 common sched_get_priority_min sys_sched_get_priority_min
Dsyscall_32.tbl169 160 i386 sched_get_priority_min sys_sched_get_priority_min
/linux-4.1.27/kernel/sched/
Dcore.c4448 SYSCALL_DEFINE1(sched_get_priority_min, int, policy) in SYSCALL_DEFINE1() argument