Lines Matching refs:who
101 SYSCALL_DEFINE3(ioprio_set, int, which, int, who, int, ioprio)
117 if (!who)
120 p = find_task_by_vpid(who);
125 if (!who)
128 pgrp = find_vpid(who);
136 uid = make_kuid(current_user_ns(), who);
139 if (!who)
156 if (who)
193 SYSCALL_DEFINE2(ioprio_get, int, which, int, who)
205 if (!who)
208 p = find_task_by_vpid(who);
213 if (!who)
216 pgrp = find_vpid(who);
231 uid = make_kuid(current_user_ns(), who);
232 if (!who)
253 if (who)