Lines Matching refs:taskstats
171 struct task_struct *tsk, struct taskstats *stats) in fill_stats()
193 static int fill_stats_for_pid(pid_t pid, struct taskstats *stats) in fill_stats_for_pid()
205 static int fill_stats_for_tgid(pid_t tgid, struct taskstats *stats) in fill_stats_for_tgid()
369 static struct taskstats *mk_reply(struct sk_buff *skb, int type, u32 pid) in mk_reply()
387 sizeof(struct taskstats), TASKSTATS_TYPE_NULL); in mk_reply()
486 nla_total_size_64bit(sizeof(struct taskstats)) + in taskstats_packet_size()
494 struct taskstats *stats; in cmd_attr_pid()
523 struct taskstats *stats; in cmd_attr_tgid()
564 static struct taskstats *taskstats_tgid_alloc(struct task_struct *tsk) in taskstats_tgid_alloc()
567 struct taskstats *stats; in taskstats_tgid_alloc()
593 struct taskstats *stats; in taskstats_exit()
677 taskstats_cache = KMEM_CACHE(taskstats, SLAB_PANIC); in taskstats_init_early()