Home
last modified time | relevance | path

Searched defs:policy (Results 1 – 4 of 4) sorted by relevance

/kernel/
Dwatchdog.c413 static void watchdog_set_prio(unsigned int policy, unsigned int prio) in watchdog_set_prio()
/kernel/sched/
Dcore.c3818 __setscheduler(struct rq *rq, struct task_struct *p, int policy, int prio) in __setscheduler()
3848 static int __sched_setscheduler(struct task_struct *p, int policy, in __sched_setscheduler()
4009 int sched_setscheduler(struct task_struct *p, int policy, in sched_setscheduler()
4027 int sched_setscheduler_nocheck(struct task_struct *p, int policy, in sched_setscheduler_nocheck()
4034 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) in do_sched_setscheduler()
4061 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, in SYSCALL_DEFINE3() argument
4550 SYSCALL_DEFINE1(sched_get_priority_max, int, policy) in SYSCALL_DEFINE1() argument
4575 SYSCALL_DEFINE1(sched_get_priority_min, int, policy) in SYSCALL_DEFINE1() argument
Dsched.h75 static inline int rt_policy(int policy) in rt_policy()
/kernel/trace/
Dtrace.h155 unsigned long policy; member