Home
last modified time | relevance | path

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

/include/linux/
Dsched.h865 struct user_struct { struct
866 atomic_t __count; /* reference count */
867 atomic_t processes; /* How many processes does this user have? */
868 atomic_t sigpending; /* How many pending signals does this user have? */
870 atomic_t inotify_watches; /* How many inotify watches does this user have? */
871 atomic_t inotify_devs; /* How many inotify devs does this user have opened? */
874 atomic_t fanotify_listeners;
877 atomic_long_t epoll_watches; /* The number of file descriptors currently watched */
903 extern struct user_struct *find_user(kuid_t); argument