Searched refs:user_struct (Results 1 - 24 of 24) sorted by path

/linux-master/arch/s390/kvm/
H A Dpci.c196 struct user_struct *user = get_uid(current_user());
206 struct user_struct *user = get_uid(current_user());
/linux-master/block/
H A Dioprio.c72 struct user_struct *user;
187 struct user_struct *user;
/linux-master/drivers/iommu/iommufd/
H A Dio_pagetable.h197 struct user_struct *source_user;
/linux-master/fs/
H A Deventpoll.c214 struct user_struct *user;
H A Dpipe.c765 unsigned long account_pipe_buffers(struct user_struct *user,
794 struct user_struct *user = get_current_user();
/linux-master/include/linux/
H A Dbpf.h1492 struct user_struct *user;
H A Dcred.h138 struct user_struct *user; /* real user ID subscription */
325 * get_current_user - Get the current task's user_struct
332 struct user_struct *__u; \
H A Dhugetlb.h19 struct user_struct;
H A Dio_uring_types.h393 struct user_struct *user;
H A Dkey.h98 struct user_struct;
H A Dmm.h38 struct user_struct;
H A Dpipe_fs_i.h79 struct user_struct *user;
280 unsigned long account_pipe_buffers(struct user_struct *user,
H A Dskbuff.h566 struct user_struct *user;
/linux-master/include/linux/sched/
H A Duser.h14 struct user_struct { struct
41 extern struct user_struct *find_user(kuid_t);
43 extern struct user_struct root_user;
48 extern struct user_struct * alloc_uid(kuid_t);
49 static inline struct user_struct *get_uid(struct user_struct *u)
54 extern void free_uid(struct user_struct *);
/linux-master/include/net/
H A Dscm.h40 struct user_struct *user;
H A Dxdp_sock.h30 struct user_struct *user;
/linux-master/io_uring/
H A Drsrc.c43 int __io_account_mem(struct user_struct *user, unsigned long nr_pages)
H A Drsrc.h128 int __io_account_mem(struct user_struct *user, unsigned long nr_pages);
130 static inline void __io_unaccount_mem(struct user_struct *user,
/linux-master/kernel/events/
H A Dcore.c6342 struct user_struct *mmap_user = rb->mmap_user;
6460 struct user_struct *user = current_user();
H A Dinternal.h40 struct user_struct *mmap_user;
/linux-master/kernel/
H A Dsys.c227 struct user_struct *user;
297 struct user_struct *user;
490 struct user_struct *new_user;
H A Duser.c112 struct user_struct root_user = {
121 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent)
126 static void uid_hash_remove(struct user_struct *up)
131 static struct user_struct *uid_hash_find(kuid_t uid, struct hlist_head *hashent)
133 struct user_struct *user;
145 static int user_epoll_alloc(struct user_struct *up)
154 static void user_epoll_free(struct user_struct *up)
165 static void free_user(struct user_struct *up, unsigned long flags)
175 * Locate the user_struct for the passed UID. If found, take a ref on it. The
178 * If the user_struct coul
[all...]
/linux-master/net/core/
H A Dskbuff.c1628 struct user_struct *user;
/linux-master/net/unix/
H A Daf_unix.c1784 struct user_struct *user = current_user();

Completed in 583 milliseconds