Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dsched.h691 struct user_struct { struct
692 atomic_t __count; /* reference count */
693 atomic_t processes; /* How many processes does this user have? */
694 atomic_t files; /* How many open files does this user have? */
695 atomic_t sigpending; /* How many pending signals does this user have? */
697 atomic_t inotify_watches; /* How many inotify watches does this user have? */
698 atomic_t inotify_devs; /* How many inotify devs does this user have opened? */
701 atomic_t fanotify_listeners;
704 atomic_long_t epoll_watches; /* The number of file descriptors currently watched */
729 extern struct user_struct *find_user(uid_t); argument