Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcred.h160 extern int copy_creds(struct task_struct *, unsigned long);
/linux-4.4.14/kernel/
Dcred.c322 int copy_creds(struct task_struct *p, unsigned long clone_flags) in copy_creds() function
Dfork.c1323 retval = copy_creds(p, clone_flags); in copy_process()