Lines Matching refs:taskstats
157 static void exe_add_tsk(struct taskstats *stats, struct task_struct *tsk) in exe_add_tsk()
176 struct task_struct *tsk, struct taskstats *stats) in fill_stats()
201 static int fill_stats_for_pid(pid_t pid, struct taskstats *stats) in fill_stats_for_pid()
213 static int fill_stats_for_tgid(pid_t tgid, struct taskstats *stats) in fill_stats_for_tgid()
377 static struct taskstats *mk_reply(struct sk_buff *skb, int type, u32 pid) in mk_reply()
395 sizeof(struct taskstats), TASKSTATS_TYPE_NULL); in mk_reply()
494 nla_total_size_64bit(sizeof(struct taskstats)) + in taskstats_packet_size()
502 struct taskstats *stats; in cmd_attr_pid()
531 struct taskstats *stats; in cmd_attr_tgid()
572 static struct taskstats *taskstats_tgid_alloc(struct task_struct *tsk) in taskstats_tgid_alloc()
575 struct taskstats *stats_new, *stats; in taskstats_tgid_alloc()
609 struct taskstats *stats; in taskstats_exit()
700 taskstats_cache = KMEM_CACHE(taskstats, SLAB_PANIC); in taskstats_init_early()