Lines Matching refs:pid
53 pid_t pid; member
133 rc = genlmsg_unicast(&init_net, skb_cur, s->pid); in send_cpu_listeners()
183 static int fill_stats_for_pid(pid_t pid, struct taskstats *stats) in fill_stats_for_pid() argument
187 tsk = find_get_task_by_vpid(pid); in fill_stats_for_pid()
278 static int add_del_listener(pid_t pid, const struct cpumask *mask, int isadd) in add_del_listener() argument
302 s->pid = pid; in add_del_listener()
308 if (s2->pid == pid && s2->valid) in add_del_listener()
326 if (s->pid == pid) { in add_del_listener()
359 static struct taskstats *mk_reply(struct sk_buff *skb, int type, u32 pid) in mk_reply() argument
372 if (nla_put(skb, type, sizeof(pid), &pid) < 0) { in mk_reply()
487 u32 pid; in cmd_attr_pid() local
497 pid = nla_get_u32(info->attrs[TASKSTATS_CMD_ATTR_PID]); in cmd_attr_pid()
498 stats = mk_reply(rep_skb, TASKSTATS_TYPE_PID, pid); in cmd_attr_pid()
502 rc = fill_stats_for_pid(pid, stats); in cmd_attr_pid()