Searched refs:cred (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | creds.h | 14 struct cred; 17 TP_PROTO(const struct task_struct *task, const struct cred *new), 21 TP_PROTO(const struct task_struct *task, const struct cred *cred), 22 TP_ARGS(task, cred)); 25 TP_PROTO(const struct task_struct *task, const struct cred *new), 29 TP_PROTO(const struct task_struct *task, const struct cred *old),
|
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/ |
H A D | cgroup-v1.c | 514 const struct cred *cred, *tcred; in cgroup1_procs_write_func() local 534 cred = of->file->f_cred; in cgroup1_procs_write_func() 537 if (!uid_eq(cred->euid, GLOBAL_MEMMGR_UID) && !uid_eq(cred->euid, GLOBAL_ROOT_UID) && in cgroup1_procs_write_func() 539 if (!uid_eq(cred->euid, GLOBAL_ROOT_UID) && in cgroup1_procs_write_func() 541 !uid_eq(cred->euid, tcred->uid) && !uid_eq(cred->euid, tcred->suid) && in cgroup1_procs_write_func()
|
/device/soc/rockchip/common/sdk_linux/include/linux/sched/ |
H A D | signal.h | 10 #include <linux/cred.h>
334 extern int kill_pid_usb_asyncio(int sig, int errno, sigval_t addr, struct pid *, const struct cred *);
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | sched.h | 1054 const struct cred __rcu *ptracer_cred;
1057 const struct cred __rcu *real_cred;
1060 const struct cred __rcu *cred;
member
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | core.c | 5660 const struct cred *cred = current_cred(), *pcred; in check_same_owner() local 5665 match = (uid_eq(cred->euid, pcred->euid) || uid_eq(cred->euid, pcred->uid)); in check_same_owner()
|
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | syscall.c | 23 #include <linux/cred.h> 3374 static struct bpf_insn *bpf_insn_prepare_dump(const struct bpf_prog *prog, const struct cred *f_cred) in bpf_insn_prepare_dump()
|
Completed in 22 milliseconds