Searched refs:same_uid (Results 1 – 1 of 1) sorted by relevance
179 static inline bool same_uid(struct task_struct *dude, struct task_struct *bro) in same_uid() function194 if (p != current && !same_uid(current, p) && !super_user(current)) { in can_change_qos()