Lines Matching defs:user_struct
14 struct user_struct { struct
15 refcount_t __count; /* reference count */
16 atomic_t processes; /* How many processes does this user have? */
17 atomic_t sigpending; /* How many pending signals does this user have? */
19 atomic_t fanotify_listeners;
22 atomic_long_t epoll_watches; /* The number of file descriptors currently watched */
26 unsigned long mq_bytes; /* How many bytes can be allocated to mqueue? */
28 unsigned long locked_shm; /* How many pages of mlocked shm ? */
29 unsigned long unix_inflight; /* How many files in flight in unix sockets */
30 atomic_long_t pipe_bufs; /* how many pages are allocated in pipe buffers */
54 extern struct user_struct *find_user(kuid_t); argument