Searched defs:user_struct (Results 1 – 1 of 1) sorted by relevance
786 struct user_struct { struct787 atomic_t __count; /* reference count */788 atomic_t processes; /* How many processes does this user have? */789 atomic_t sigpending; /* How many pending signals does this user have? */791 atomic_t inotify_watches; /* How many inotify watches does this user have? */792 atomic_t inotify_devs; /* How many inotify devs does this user have opened? */795 atomic_t fanotify_listeners;798 atomic_long_t epoll_watches; /* The number of file descriptors currently watched */823 extern struct user_struct *find_user(kuid_t); argument