Home | History | Annotate | Download | only in linux

Lines Matching refs:user

210 extern void update_process_times(int user);
311 atomic_t mm_users; /* How many users with user space? */
494 * user-space. This allows kernel threads to set their
495 * priority to a value higher than any user task. Note:
511 * Some day this will be a full-fledged user tracking system..
515 atomic_t processes; /* How many processes does this user have? */
516 atomic_t files; /* How many open files does this user have? */
517 atomic_t sigpending; /* How many pending signals does this user have? */
519 atomic_t inotify_watches; /* How many inotify watches does this user have? */
520 atomic_t inotify_devs; /* How many inotify devs does this user have opened? */
862 struct user_struct *user;
1039 #define PF_SUPERPRIV 0x00000100 /* used super-user privileges */
1278 /* mmput gets rid of the mappings and all user-space */