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()
209 static int fill_stats_for_tgid(pid_t tgid, struct taskstats *stats) in fill_stats_for_tgid()
364 static struct taskstats *mk_reply(struct sk_buff *skb, int type, u32 pid) in mk_reply()
404 ret = nla_reserve(skb, TASKSTATS_TYPE_STATS, sizeof(struct taskstats)); in mk_reply()
503 nla_total_size(sizeof(struct taskstats)) + nla_total_size(0); in taskstats_packet_size()
512 struct taskstats *stats; in cmd_attr_pid()
541 struct taskstats *stats; in cmd_attr_tgid()
582 static struct taskstats *taskstats_tgid_alloc(struct task_struct *tsk) in taskstats_tgid_alloc()
585 struct taskstats *stats; in taskstats_tgid_alloc()
611 struct taskstats *stats; in taskstats_exit()
686 taskstats_cache = KMEM_CACHE(taskstats, SLAB_PANIC); in taskstats_init_early()