Home
last modified time | relevance | path

Searched refs:copy_creds (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dcred.h150 extern int copy_creds(struct task_struct *, unsigned long);
/openbmc/linux/kernel/
H A Dcred.c285 int copy_creds(struct task_struct *p, unsigned long clone_flags) in copy_creds() function
H A Dfork.c2360 retval = copy_creds(p, clone_flags); in copy_process()