Home
last modified time | relevance | path

Searched defs:uid_entry (Results 1 – 1 of 1) sorted by relevance

/drivers/misc/
Duid_sys_stats.c42 #define for_each_uid_entry(uid_entry, bkt) \ argument
45 #define for_each_uid_entry_safe(uid_entry, tmp, bkt) \ argument
76 struct uid_entry { struct
77 uid_t uid;
78 u64 utime;
79 u64 stime;
80 int state;
81 struct io_stats io[UID_STATE_SIZE];
82 struct hlist_node hash;
167 struct uid_entry *uid_entry; in find_uid_entry() local
[all …]