Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dcred.h157 extern int copy_creds(struct task_struct *, unsigned long);
/Linux-v5.15/kernel/
Dcred.c340 int copy_creds(struct task_struct *p, unsigned long clone_flags) in copy_creds() function
Dfork.c2066 retval = copy_creds(p, clone_flags); in copy_process()