Searched defs:policy (Results 1 – 4 of 4) sorted by relevance
/kernel/ |
D | watchdog.c | 413 static void watchdog_set_prio(unsigned int policy, unsigned int prio) in watchdog_set_prio()
|
/kernel/sched/ |
D | core.c | 3818 __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
|
D | sched.h | 75 static inline int rt_policy(int policy) in rt_policy()
|
/kernel/trace/ |
D | trace.h | 155 unsigned long policy; member
|