Searched defs:user_struct (Results 1 – 1 of 1) sorted by relevance
641 struct user_struct { struct642 atomic_t __count; /* reference count */643 atomic_t processes; /* How many processes does this user have? */644 atomic_t files; /* How many open files does this user have? */645 atomic_t sigpending; /* How many pending signals does this user have? */647 atomic_t inotify_watches; /* How many inotify watches does this user have? */648 atomic_t inotify_devs; /* How many inotify devs does this user have opened? */651 atomic_t epoll_watches; /* The number of file descriptors currently watched */655 unsigned long mq_bytes; /* How many bytes can be allocated to mqueue? */680 extern struct user_struct *find_user(uid_t); argument