Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/sched/
Duser.h15 struct user_struct { struct
16 refcount_t __count; /* reference count */
17 atomic_t processes; /* How many processes does this user have? */
18 atomic_t sigpending; /* How many pending signals does this user have? */
20 atomic_t fanotify_listeners;
23 atomic_long_t epoll_watches; /* The number of file descriptors currently watched */
27 unsigned long mq_bytes; /* How many bytes can be allocated to mqueue? */
29 unsigned long locked_shm; /* How many pages of mlocked shm ? */
53 extern struct user_struct *find_user(kuid_t); argument
/kernel/linux/linux-5.10/include/linux/sched/
Duser.h13 struct user_struct { struct
14 refcount_t __count; /* reference count */
15 atomic_t processes; /* How many processes does this user have? */
16 atomic_t sigpending; /* How many pending signals does this user have? */
18 atomic_t fanotify_listeners;
21 atomic_long_t epoll_watches; /* The number of file descriptors currently watched */
25 unsigned long mq_bytes; /* How many bytes can be allocated to mqueue? */
49 extern struct user_struct *find_user(kuid_t); argument