Lines Matching refs:who
69 SYSCALL_DEFINE3(ioprio_set, int, which, int, who, int, ioprio)
85 if (!who)
88 p = find_task_by_vpid(who);
93 if (!who)
96 pgrp = find_vpid(who);
110 uid = make_kuid(current_user_ns(), who);
113 if (!who)
130 if (who)
210 SYSCALL_DEFINE2(ioprio_get, int, which, int, who)
222 if (!who)
225 p = find_task_by_vpid(who);
230 if (!who)
233 pgrp = find_vpid(who);
248 uid = make_kuid(current_user_ns(), who);
249 if (!who)
270 if (who)