Lines Matching defs:user_struct
2128 struct user_struct { struct
2129 refcount_t __count;
2130 atomic_t processes;
2131 atomic_t sigpending;
2132 atomic_t fanotify_listeners;
2133 atomic_long_t epoll_watches;
2134 long unsigned int mq_bytes;
2135 long unsigned int locked_shm;
2136 long unsigned int unix_inflight;
2137 atomic_long_t pipe_bufs;
2138 struct hlist_node uidhash_node;
2139 kuid_t uid;
2140 atomic_long_t locked_vm;
2141 atomic_t nr_watches;
2142 struct ratelimit_state ratelimit;