Searched defs:user_struct (Results 1 – 1 of 1) sorted by relevance
15 struct user_struct { struct16 refcount_t __count; /* reference count */18 struct percpu_counter epoll_watches; /* The number of file descriptors currently watched */20 unsigned long unix_inflight; /* How many files in flight in unix sockets */21 atomic_long_t pipe_bufs; /* how many pages are allocated in pipe buffers */45 extern struct user_struct *find_user(kuid_t); argument