Searched defs:tidstats (Results 1 - 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/
H A Dtaskstats_kern.h18 static inline void taskstats_exit_free(struct taskstats *tidstats) argument
20 if (tidstats)
21 kmem_cache_free(taskstats_cache, tidstats);
75 struct taskstats *tidstats,
74 taskstats_exit_send(struct task_struct *tsk, struct taskstats *tidstats, int group_dead, unsigned int cpu) argument

Completed in 419 milliseconds