Searched defs:uid_entry (Results 1 – 1 of 1) sorted by relevance
66 struct uid_entry { struct67 uid_t uid;68 u64 utime;69 u64 stime;70 u64 active_utime;71 u64 active_stime;72 int state;73 struct io_stats io[UID_STATE_SIZE];74 struct hlist_node hash;176 static struct task_entry *find_task_entry(struct uid_entry *uid_entry, in find_task_entry()[all …]