Lines Matching refs:taskstats
157 struct task_struct *tsk, struct taskstats *stats) in fill_stats()
179 static int fill_stats_for_pid(pid_t pid, struct taskstats *stats) in fill_stats_for_pid()
191 static int fill_stats_for_tgid(pid_t tgid, struct taskstats *stats) in fill_stats_for_tgid()
355 static struct taskstats *mk_reply(struct sk_buff *skb, int type, u32 pid) in mk_reply()
373 sizeof(struct taskstats), TASKSTATS_TYPE_NULL); in mk_reply()
472 nla_total_size_64bit(sizeof(struct taskstats)) + in taskstats_packet_size()
480 struct taskstats *stats; in cmd_attr_pid()
509 struct taskstats *stats; in cmd_attr_tgid()
550 static struct taskstats *taskstats_tgid_alloc(struct task_struct *tsk) in taskstats_tgid_alloc()
553 struct taskstats *stats_new, *stats; in taskstats_tgid_alloc()
587 struct taskstats *stats; in taskstats_exit()
674 taskstats_cache = KMEM_CACHE(taskstats, SLAB_PANIC); in taskstats_init_early()