Home
last modified time | relevance | path

Searched refs:free_uid (Results 1 – 18 of 18) sorted by relevance

/linux/block/
H A Dioprio.c123 goto free_uid; in SYSCALL_DEFINE3()
125 free_uid: in SYSCALL_DEFINE3()
127 free_uid(user); in SYSCALL_DEFINE3()
241 free_uid(user); in SYSCALL_DEFINE2()
/linux/kernel/
H A Duser.c187 void free_uid(struct user_struct *up) in free_uid() function
197 EXPORT_SYMBOL_GPL(free_uid);
H A Dcred.c58 free_uid(cred->user); in put_cred_rcu()
H A Dsys.c314 free_uid(user); /* For find_user() */ in SYSCALL_DEFINE3()
385 free_uid(user); /* for find_user() */ in SYSCALL_DEFINE2()
531 free_uid(new->user); in set_user()
/linux/net/xdp/
H A Dxdp_umem.c36 free_uid(umem->user); in xdp_umem_unaccount_pages()
143 free_uid(umem->user); in xdp_umem_account_pages()
/linux/include/linux/sched/
H A Duser.h54 extern void free_uid(struct user_struct *);
/linux/Documentation/translations/zh_CN/security/
H A Dcredentials.rst299 一旦获得引用,就必须使用 ``put_cred()``, ``free_uid()`` 或
/linux/net/core/
H A Dscm.c144 free_uid(fpl->user); in __scm_destroy()
H A Dskbuff.c1724 free_uid(mmp->user); in mm_unaccount_pinned_pages()
/linux/fs/
H A Dpipe.c837 free_uid(user); in alloc_pipe_info()
851 free_uid(pipe->user); in free_pipe_info()
H A Deventpoll.c820 free_uid(ep->user); in ep_free()
/linux/drivers/iommu/iommufd/
H A Dioas.c508 free_uid(old_user); in change_mm()
H A Dpages.c1656 free_uid(pages->source_user); in iopt_release_pages()
/linux/io_uring/
H A Dzcrx.c568 free_uid(ifq->user); in io_zcrx_ifq_free()
H A Dio_uring.c2180 free_uid(ctx->user); in io_ring_ctx_free()
/linux/Documentation/security/
H A Dcredentials.rst354 ``free_uid()`` or ``put_group_info()`` as appropriate.
/linux/kernel/bpf/
H A Dsyscall.c2371 free_uid(aux->user); in __bpf_prog_put_rcu()
3139 free_uid(prog->aux->user); in bpf_prog_load()
/linux/kernel/events/
H A Dcore.c7125 free_uid(mmap_user); in perf_mmap_close()