Searched defs:cred (Results 1 – 13 of 13) sorted by relevance
/kernel/ |
D | cred.c | 71 static void release_tgcred(struct cred *cred) in release_tgcred() 86 struct cred *cred = container_of(rcu, struct cred, rcu); in put_cred_rcu() local 107 void __put_cred(struct cred *cred) in __put_cred()
|
D | sys.c | 122 const struct cred *cred = current_cred(), *pcred = __task_cred(p); in set_one_prio() local 150 const struct cred *cred = current_cred(); in SYSCALL_DEFINE3() local 215 const struct cred *cred = current_cred(); in SYSCALL_DEFINE2() local 771 const struct cred *cred = current_cred(); in SYSCALL_DEFINE3() local 829 const struct cred *cred = current_cred(); in SYSCALL_DEFINE3() local 1326 const struct cred *cred = current_cred(); in SYSCALL_DEFINE2() local 1383 const struct cred *cred = current_cred(); in in_group_p() local 1395 const struct cred *cred = current_cred(); in in_egroup_p() local
|
D | uid16.c | 87 const struct cred *cred = current_cred(); in SYSCALL_DEFINE3() local 109 const struct cred *cred = current_cred(); in SYSCALL_DEFINE3() local 167 const struct cred *cred = current_cred(); in SYSCALL_DEFINE2() local
|
D | futex_compat.c | 138 const struct cred *cred = current_cred(), *pcred; in compat_sys_get_robust_list() local
|
D | cgroup_freezer.c | 167 const struct cred *cred = current_cred(), *tcred; in freezer_can_attach() local
|
D | kmod.c | 121 struct cred *cred; member
|
D | ptrace.c | 130 const struct cred *cred = current_cred(), *tcred; in __ptrace_may_access() local
|
D | futex.c | 444 const struct cred *cred = current_cred(), *pcred; in futex_find_get_task() local 1799 const struct cred *cred = current_cred(), *pcred; in SYSCALL_DEFINE3() local
|
D | auditsc.c | 440 const struct cred *cred = get_task_cred(tsk); in audit_filter_rules() local 1314 const struct cred *cred; in audit_log_exit() local
|
D | cpuset.c | 1361 const struct cred *cred = current_cred(), *tcred; in cpuset_can_attach() local
|
D | signal.c | 580 const struct cred *cred = current_cred(), *tcred; in check_kill_permission() local
|
D | cgroup.c | 1244 const struct cred *cred = current_cred(), *tcred; in cgroup_attach_task() local
|
D | sched.c | 5306 const struct cred *cred = current_cred(), *pcred; in check_same_owner() local 9398 const struct cred *cred = current_cred(), *tcred; in cpu_cgroup_can_attach() local
|