Searched refs:ptracer_cred (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dptrace.h59 const struct cred *ptracer_cred);
210 __ptrace_link(child, current->parent, current->ptracer_cred);
218 child->ptracer_cred = NULL;
H A Dsched.h1067 const struct cred __rcu *ptracer_cred; member in struct:task_struct
/linux-master/kernel/
H A Dptrace.c70 const struct cred *ptracer_cred)
75 child->ptracer_cred = get_cred(ptracer_cred);
129 old_cred = child->ptracer_cred;
130 child->ptracer_cred = NULL;
69 __ptrace_link(struct task_struct *child, struct task_struct *new_parent, const struct cred *ptracer_cred) argument
H A Dcapability.c517 cred = rcu_dereference(tsk->ptracer_cred);

Completed in 132 milliseconds