Home
last modified time | relevance | path

Searched refs:check_same_owner (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/mips/kernel/
Dmips-mt-fpaff.c49 static bool check_same_owner(struct task_struct *p) in check_same_owner() function
105 if (!check_same_owner(p) && !capable(CAP_SYS_NICE)) { in mipsmt_sys_sched_setaffinity()
/Linux-v4.19/kernel/sched/
Dcore.c4102 static bool check_same_owner(struct task_struct *p) in check_same_owner() function
4201 if (!check_same_owner(p)) in __sched_setscheduler()
4765 if (!check_same_owner(p)) { in sched_setaffinity()