Lines Matching full:many
311 atomic_t mm_users; /* How many users with user space? */
312 atomic_t mm_count; /* How many references to "struct mm_struct" (users count as 1) */
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? */
523 unsigned long mq_bytes; /* How many bytes can be allocated to mqueue? */
524 unsigned long locked_shm; /* How many pages of mlocked shm ? */