Lines Matching refs:taskstats
161 struct task_struct *tsk, struct taskstats *stats) in fill_stats()
183 static int fill_stats_for_pid(pid_t pid, struct taskstats *stats) in fill_stats_for_pid()
195 static int fill_stats_for_tgid(pid_t tgid, struct taskstats *stats) in fill_stats_for_tgid()
359 static struct taskstats *mk_reply(struct sk_buff *skb, int type, u32 pid) in mk_reply()
377 sizeof(struct taskstats), TASKSTATS_TYPE_NULL); in mk_reply()
476 nla_total_size_64bit(sizeof(struct taskstats)) + in taskstats_packet_size()
484 struct taskstats *stats; in cmd_attr_pid()
513 struct taskstats *stats; in cmd_attr_tgid()
554 static struct taskstats *taskstats_tgid_alloc(struct task_struct *tsk) in taskstats_tgid_alloc()
557 struct taskstats *stats; in taskstats_tgid_alloc()
583 struct taskstats *stats; in taskstats_exit()
692 taskstats_cache = KMEM_CACHE(taskstats, SLAB_PANIC); in taskstats_init_early()